• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
 
Ruby on Rails
The Basics
by Jamie van DykeFear of Fish
Introduction to Ruby on Rails
Introduction to Ruby on Rails
1
 
 What is Ruby on Rails
Ruby on Rails is a web framework that rapidly increases the speed youcan create web applications. Rails is opinionated software, meaning itleads you in the right direction to creating beautiful and maintainable ap- plications by making it difficult not to.
Introduction to Ruby on Rails
Introduction to Ruby on Rails
2
 
The General Process
 As a request comes in from the browser, the url gets directed to the corre-sponding controller and action.Once the application has performed the data operations from the control-ler action (in this case ‘show’) control is passed back to the views whichrender the data given in which ever markup language is chosen, which isusually html. The id parameter is optional, but in our example is requiredbecause we are showing one particular user, not all users.Rails makes this roundtrip as easy and powerful as possible.
The General Process
Introduction to Ruby on Rails
Introduction to Ruby on Rails
3
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...