[Rails] Delayed job in Rails 4

2013-07-08 Thread Karthikeyan A k
Hello People, One of my application being developed in Rails 4 needs delayed job, but for some reason when I add this gem https://github.com/collectiveidea/delayed_job to my gemfile and run bundle, it says dependencies are not satisfied. Seeing their forums, it looks as though they have fixed it

Re: [Rails] Delayed job in Rails 4

2013-07-08 Thread Dheeraj Kumar
post bundler output. -- Dheeraj Kumar On Monday 8 July 2013 at 4:45 PM, Karthikeyan A k wrote: > Hello People, > > One of my application being developed in Rails 4 needs delayed job, but > for some reason when I add this gem > https://github.com/collectiveidea/delayed_job to my gemfile and ru

Re: [Rails] Delayed job in Rails 4

2013-07-08 Thread Tamara Temple
On Jul 8, 2013, at 4:15 AM, Karthikeyan A k wrote: > Hello People, > > One of my application being developed in Rails 4 needs delayed job, but > for some reason when I add this gem > https://github.com/collectiveidea/delayed_job to my gemfile and run > bundle, it says dependencies are not sati

Re: [Rails] Delayed job in Rails 4

2013-07-08 Thread Rob Biedenharn
On 2013-Jul-8, at 12:15 , Karthikeyan A K wrote: > I gem file I added this: > > gem 'delayed_job_active_record' > > Then when I bundled, this happened: > > $ bundle > Fetching gem metadata from https://rubygems.org/.. > Fetching gem metadata from https://rubygems.org/.. > Resolving dep