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 for Rails 4. Does any one know how to get it work on Rails 4? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fa9758e61b4e8baa1ba1e3e78f18112a%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
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 run > bundle, it says dependencies are not satisfied. > > Seeing their forums, it looks as though they have fixed it for Rails 4. > Does any one know how to get it work on Rails 4? > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org (mailto:rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org). > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org (mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org). > To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fa9758e61b4e8baa1ba1e3e78f18112a%40ruby-forum.com. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/51F159FECEAE4A2692FC101F335288A4%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Hi, We have a strong team working with new technologies in order to create rich web applications using ROR development platform. Please contact @ info-5lDTGZYp3AyWd6l5hS35sQ@public.gmane.org Thanks Andolasoft.com 408) 625-7188 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/50ce73bc9213792c0618f80710ae96ed%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
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 dependencies... Bundler could not find compatible versions for gem "activesupport": In Gemfile: delayed_job_active_record (>= 0) ruby depends on activesupport (~> 3.0) ruby sass-rails (~> 4.0.0) ruby depends on activesupport (4.0.0) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/04f82b0c5273262e568ed164b99313fc%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
On Jul 8, 2013, at 4:15 AM, Karthikeyan A k <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 satisfied. > > Seeing their forums, it looks as though they have fixed it for Rails 4. > Does any one know how to get it work on Rails 4?You may need to run bundle update, or do things like blow away your Gemfile.lock, or if using rvm, delete your projects''s gemset and rerun bundle. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ABF08ED4-577C-49B7-B261-375C276C7ED1%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
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 dependencies... > Bundler could not find compatible versions for gem "activesupport": > In Gemfile: > delayed_job_active_record (>= 0) ruby depends on > activesupport (~> 3.0) rubyYou are aware that ~>3.0 is like ">=3.0 AND <4"> > sass-rails (~> 4.0.0) ruby depends on > activesupport (4.0.0)Similarly, ~>4.0.0 means ">=4.0.0 AND <4.1" Your delayed_job_active_record gem doesn''t yet say that it works with 4.x. It might, but the author was (correctly!) conservative and needs to update the gem''s dependencies. -Rob> > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/04f82b0c5273262e568ed164b99313fc%40ruby-forum.com. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/950E72B1-E6AA-4EA2-940A-791CE61A7544%40agileconsultingllc.com. For more options, visit https://groups.google.com/groups/opt_out.
Looks like still no update for delayed_job_active_record. Does anyone have news on this? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6e674dfd90fc2b8d088e4f362c5839e6%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
Got this working by using the Git version of both, delayed_job and delayed_job_active_record. In your Gemfile: gem ''delayed_job'', git: ''git://github.com/collectiveidea/delayed_job.git'' gem ''delayed_job_active_record'', git: ''git://github.com/collectiveidea/delayed_job_active_record.git'' -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/1d7e9c37a2f204b801b1ee5f6be241c4%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.