Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 520 Bytes

rails.md

File metadata and controls

9 lines (6 loc) · 520 Bytes

Ruby on Rails

Ruby on Rails, or simply known as Rails, is a server-side web application framework written in Ruby.

Rails Homepage: http://rubyonrails.org/

Tutorials and Online Books

  • Rails Guides - "These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together."
  • Ruby on Rails (RAILS 5) by Michael Hartl - Step-by-step tutorial for building Rails application.