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?
899Post New Ruby on Rails Questions
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?
Tell me what is coc in rails?
How do rails implement ajax?
what is Ruby on Rails?
Explain some features of nested scaffolding.
Name some rails ide or editor.
what are benefits of using active record as opposed to raw sql queries?
How you run your Rails Application without creating database ?
write a program to show the usage of sql in the database file?
What is a proc ?
what is different between activerecord::relation's count, length and size methods?
Why we use migration in rails?
Do you know what is sweeper in rails?
Do you know what is cross-site request forgery (csrf) and how rails is protected against it?
what is rake in Rails?