reagleton
reagleton
I used the nifty:scaffold to generate a scaffold for my pre-existing Media model. The scaffold generated the following paths (amongst others) as part of the scaffold, - edit_media_path - new_media_path...
If you set resque-scheduler to be dynamic and create a job it works perfectly well without having to run the scheduler rake task, e.g. ``` Resque::Scheduler.load_schedule! Resque::Scheduler.load_schedule_job('job_name', {:class => 'MyJob',...
I just installed the latest version of json_builder (3.1.7) from RubyGems and when I included it in my app, I got the above error when trying to load the json_builder...