I would like to know about ruby on rails.I want to know.how
will be the future for ruby on rails.please tell me.
Answer Posted / vamsi
Ruby came in 1992 and Rails framework came in 2004, Rails is
a framework written in Ruby for Website development. Indeed
development is fast and easy to learn. It definitely has a
future.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Explain the importance of yield statement in rails.
What is Dynamic finders ?
How many types of associations relationships does a model have?
What is cross-site request forgery (csrf)? How is rails protected against it?
How are observers and callbacks different from each other?
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 rake in Rails?
What is the difference between concern and application_controller.rb in ruby on rails?
what is the difference between calling super() and super call?
What are rails validation used for?
Explain about Dig, Float and Max?
What role do sub-directory app/helpers and app/controllers play?
what is the log that has to seen to check for an error in ruby rails?
what is ORM (Object-Relationship-Model) in Rails?
What is rails scaffolding?