On Sat, Nov 8, 2008 at 3:46 PM, marike <[EMAIL PROTECTED]> wrote: > > Thank you, Sazima. Using grep to find the ferret process was a great > idea. It produced the following: > > [castiglia]$ ps -ef | grep ferret > parike 17763 6224 0 12:28 pts/3 00:00:00 grep ferret
This is what I use on try.lovdbyless.com: script/ferret_server -e production start with: $ gem list |grep fer acts_as_ferret (0.4.3) ferret (0.11.6) You can also try: env RAILS_ENV=production script/ferret_start which I use on another server with: $ gem list|grep fer acts_as_ferret (0.4.1) ferret (0.11.4) > > [castiglia]$ script/console > Loading development environment (Rails 2.1.1) >>> Profile.all > => [] >>> RAILS_ENV > => "development" > > script/console will always load the dev env. To load console in prod you have to: script/console production cheers, stevenbristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
