Invisible Ruby on Rails Reference 1.1.2 This is a “short” Ruby on Rails reference. It’s goal is to give you an overview over the most used functions/methods / classes. It’s not tutorial, but as a handy guide when you are already know your way around. 2 Railties 2.1 Create a rails application
$ rails app_name

Options:
-d, databse=xxx sepciify which database to use (mysql oraqle postgresql sqlite2 sqlite3), defaults to mysql
-r, ruby-path=specify the path to ruby, if not set, the scripts use env to find ruby
-f, freeze freezes Rails into the vendor/rails directory

Download Ruby in Rails Short Reference Version 1.1.2