what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
631Post New Ruby on Rails Questions
What is rails script? Name some of them?
How will be the future for ruby on rails?
What is the difference between false and nil in ruby?
what is the difference in scope for these two variables: @@name and @name?
Please explain what are the positive aspects of rails?
What is the difference between delete and destroy ?
Explain the features of ruby on rails.
How many types of associations relationships does a model have?
What are models in rails?
what is different between activerecord::relation's count, length and size methods?
Write a program to show the functionality of request.xhr in ruby on rails ?
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
what is the use of super function in ruby on rails?
What is the use of $ in ruby?
What are class libraries?