Changeset 293
- Timestamp:
- 12/16/07 20:37:50 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugin/acts_as_ferret/lib/ferret_cap_tasks.rb
r188 r293 7 7 module FerretCapTasks 8 8 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" 10 10 end 11 11 12 12 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" 14 14 end 15 15
