Rails Development Desk
A Group of developer working on rails......................
Introduction :
Philosophy:-
The fundamental Ruby on Rails principles include Don't repeat yourself (DRY) and Convention over Configuration.
"Don't repeat yourself" means that information is located in a single, unambiguous place.
"Convention over Configuration" means a developer only needs to specify unconventional aspects of their application.
History:-
Ruby on Rails was extracted by David Heinemeier Hansson from his work
on Basecamp, a project-management tool by the web-design company
37signals.[1] It was first released to the public in July 2004.
Technical Overview:-
Like many contemporary web frameworks, Rails uses the Model-View-Controller (MVC) architecture for organizing applications.
User can share their experience on Rails.
Developers wing :
Model
Controller
View
Controller



