Running Rails Production Environment Commands
WED, 6 DEC 2006
I know this is trivial, but if you are new to RoR, you may get confused, coz they all come in different shapes and sizes.
For mongrel (other options taken out for clarity purpose):
mongrel_rails start -e production
For rake command:
rake [task] RAILS_ENV=production
For ruby console:
ruby script/console production

Add Your Comment