Ruby on Rails tutorials

Ruby on Rails: Reload Script/Console Without Restarting

Contributed by johnnythawte on December 6, 2006 under Ruby on Rails

When you are testing your rails application using script/console, you have to stop and start the console to test changes to your model objects. This recipe shows you the easy way to reload the console.

Comments
 

Install Ruby on Rails on Ubuntu Linux

Contributed by johnnythawte on September 14, 2006 under Ruby on Rails

Installing Ruby on Rails on Ubuntu Linux isn’t quite as easy as installing it on other operating systems. Here’s a recipe that’ll get you up and running in no time.

Comments
 

Using Tagging in your Ruby on Rails Application

Contributed by johnnythawte on September 11, 2006 under Ruby on Rails

Tagging is all the rage in the web 2.0 universe. For you aspiring Ruby on Rails developers, you are in luck, because there is a great plugin that makes adding tagging into your application a breeze. This recipe describes using the acts_as_taggable plugin on Rails 1.1

Comments