Ruby on Rails Monday, January 23, 2012

On Mon, Jan 23, 2012 at 5:06 AM, Noel <wwydiywd@gmail.com> 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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment