On Mon, Jan 23, 2012 at 5:06 AM, Noel <[email protected]> wrote:

> In 3.2 you can define .railsrc with custom command line options that will
> always apply to rails new
>

Wow, that's great :-)

 $ cat ~/.railsrc
--skip-bundle
-T
-d postgresql

$ time rails new test_3_2
Using --skip-bundle -T -d postgresql from /home/peterv/.railsrc
      create
...

real    0m0.134s
user    0m0.108s
sys    0m0.024s

My special thanks to "7039def6 (Guillermo Iguaran " for this :-)

Peter

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to