Home > rails3-command-backport

rails3-command-backport

Rails3-command-backport is a project mainly written in ..., it's free.

rails3-command-backport is a bash script which only purpose is to standardize the way you use commands between version 3 and version 2 applications.

Installation

Put the contents of 'bashscript' in your bash profile (~/.profile).

Examples

View the screncast here!

rail Proyect
rail g controller hello
rail generate controller hello
rail s
rail server

About

rails3-command-backport is a bash script which only purpose is to standardize the way you use commands between version 3 and version 2 applications.

I made it because I currently use both versions at ModernMethod and it's lame to have different commands for them.