Ruby on Rails Resources
Ruby is a Japanese object-oriented scripting language that is meant to make programming fun. Ruby on Rails is a web programming framework built on Ruby, but strongly influenced by the rapid development of PHP and the organization and rigor (and testing) of J2EE. It uses Model-View-Controller framework and encourages separate development, testing and production environments. It even builds unit-testing stubs automatically.
The author of Rails calls it “opinionated software.” If you like to program the way he thinks you should, you’ll find Rails convenient and quick. It is gaining quite a bit of popularity. This UCLA Knowledgebase is built on Ruby on Rails.
-
Introductions
- http://rubyonrails.org/
- ONLamp.com: What Is Ruby on Rails
- Rails Myths – by David Heinemeier Hansson, the creator of Ruby on Rails
-
Tutorials
- Ruby on Rails Tutorial – Michael Hartl – for Rails version 5
- ONLamp.com: Rolling with Ruby on Rails and Part 2
- Top 12 Ruby on Rails Tutorials
- UCLA Resources
-
Other Resources
- https://practicingruby.com/#public-archives
- http://rubyinside.com/ – blog
- Rubular: a Ruby regular expression editor – regex testing webapp