To edit pages or tickets please login with username/password: aaf/aaf

Changeset 293

Show
Ignore:
Timestamp:
12/16/07 20:37:50 (10 months ago)
Author:
jk
Message:

applied patch from #190

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugin/acts_as_ferret/lib/ferret_cap_tasks.rb

    r188 r293  
    77module FerretCapTasks 
    88  def start 
    9     run "cd #{current_path}; RAILS_ENV=production script/ferret_start" 
     9    run "cd #{current_path}; script/ferret_server -e #{rails_env} start" 
    1010  end 
    1111 
    1212  def stop 
    13     run "cd #{current_path}; RAILS_ENV=production script/ferret_stop" 
     13    run "cd #{current_path}; script/ferret_server -e #{rails_env} stop" 
    1414  end 
    1515 

To edit pages or tickets please login with username/password: aaf/aaf