Comments on: Get script/runner back in Rails 3 http://eggsonbread.com/2010/05/19/get-back-scriptrunner-in-rails-3-x/?utm_source=rss&utm_medium=rss&utm_campaign=get-back-scriptrunner-in-rails-3-x Simple and delicious. Sun, 01 Mar 2015 12:30:00 +0000 hourly 1 By: Davis Laib http://eggsonbread.com/2010/05/19/get-back-scriptrunner-in-rails-3-x/comment-page-1/#comment-4776 Sat, 18 Jun 2011 10:43:33 +0000 http://eggsonbread.com/?p=278#comment-4776 Yeah, it is too hard for Bing or Yahoo to compete with Yahoo in Search Engine market. Maybe I simply expect Fb’s ambition may make the industry far more intriguing.

]]>
By: Yuval http://eggsonbread.com/2010/05/19/get-back-scriptrunner-in-rails-3-x/comment-page-1/#comment-1759 Mon, 13 Dec 2010 00:30:16 +0000 http://eggsonbread.com/?p=278#comment-1759 Just ran into this issue after upgrading from Rails 2.3.5 to Rails 3, but unfortunately this hack doesn’t seem to have fixed the issue. I used to get “Execution failed” messages and now I just get “Does not exist.”

]]>
By: Jordan Brough http://eggsonbread.com/2010/05/19/get-back-scriptrunner-in-rails-3-x/comment-page-1/#comment-1732 Wed, 08 Dec 2010 21:44:13 +0000 http://eggsonbread.com/?p=278#comment-1732
#!/usr/bin/env bash

rails runner "$@"

might be a bit more robust?

]]>
By: Philippe Creux http://eggsonbread.com/2010/05/19/get-back-scriptrunner-in-rails-3-x/comment-page-1/#comment-697 Thu, 20 May 2010 06:54:33 +0000 http://eggsonbread.com/?p=278#comment-697 Thanks for your comment Damien! We considered this solution actually. :)

Their chef recipe creates a monit file that runs “/engineyard/bin/dj start/stop“. The dj script runs the command “script/runner -e production 'Delayed::Job.start'” or so.

It would have been longer to create a homebrewed chef recipe + monit + dj-like than adding script/runner to our rails 3 app. As soon as they make their dj script compatible with rails 3 we can get rid of script/runner.

]]>
By: Damien http://eggsonbread.com/2010/05/19/get-back-scriptrunner-in-rails-3-x/comment-page-1/#comment-696 Thu, 20 May 2010 06:20:42 +0000 http://eggsonbread.com/?p=278#comment-696 Wouldn’t the best idea to be to change the chef recipe instead of adding this ?

]]>