search for: eventsearcher

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

2011 Jan 03
8
Heroku, needs constant AppController updates?
...- to open the url all of these are just gem ''gem-name'', so latest unspecified versions. The code that does this scraping is in the ApplicationController class - a bad place for it? I''ve just got it working as a background process using delayed_job, I have a class called EventSearcher with the required ''perform'' method. My error occurs when I upload to Heroku, if I make changes to the app, but NOT to ApplicationController, do $git add . / git commit .... / git push heroku master / heroku workers 1 / heroku open then the process runs, appears successful...