search for: fresh_start

Displaying 1 result from an estimated 1 matches for "fresh_start".

Did you mean: free_start
2006 Apr 12
2
Rake not finding lib/tasks folder?
...doesn''t seem to be looking in the lib/tasks folder for rakefiles, though. I''m running "rake remote:setup", which is defined as usual in lib/tasks/capistrano.rake, but Rake tells me it doesn''t know how to build the task. I also have a rake file called "fresh_start.rake" with a simple "rake start" task which runs script/server for development. Rake is similarly unable to locate and build this task when I run "rake start". I''m running these commands from the root directory of my application, and it''s a working pr...