What is Rails?
-
An extremely productive web-application framework.
-
Written in Ruby by David Heinemeier Hansson.
-
You could develop a web application at least ten times faster with Rails than you could with a typical Java framework.
-
An open source Ruby framework for developing database-backed web applications.
-
Configure your code with Database Schema.
-
No compilation phase required.
An extremely productive web-application framework.
Written in Ruby by David Heinemeier Hansson.
You could develop a web application at least ten times faster with Rails than you could with a typical Java framework.
An open source Ruby framework for developing database-backed web applications.
Configure your code with Database Schema.
No compilation phase required.
Full Stack Framework
-
Includes everything needed to create a database-driven web application, using the Model-View-Controller pattern.
-
Being a full-stack framework means all the layers are built to work seamlessly together with less code.
-
Requires fewer lines of code than other frameworks.
Includes everything needed to create a database-driven web application, using the Model-View-Controller pattern.
Being a full-stack framework means all the layers are built to work seamlessly together with less code.
Requires fewer lines of code than other frameworks.
Convention over Configuration
-
Rails shuns configuration files in favor of conventions, reflection, and dynamic runtime extensions.
-
Your application code and your running database already contain everything that Rails needs to know!
Rails shuns configuration files in favor of conventions, reflection, and dynamic runtime extensions.
Your application code and your running database already contain everything that Rails needs to know!
No comments:
Post a Comment