Hello, new to rails, I''m currently learning Rails 3 using the online book. Whenever I run a rails command in terminal, the results are always proceeding by: DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called from /Library/Ruby/Gems/1.8/gems/will_paginate-3.0.pre/lib/ will_paginate/railtie.rb:6) How does a Rails developer resolve this? thxs -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
This is (was) the issue with will_paginate - http://github.com/mislav/will_paginate/issues/issue/36 I would suggest to try using will_paginate-3.0.pre2 as it seems fixed there. On 2 sept., 19:22, nobosh <bhellm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, new to rails, I''m currently learning Rails 3 using the online > book. Whenever I run a rails command in terminal, the results are > always proceeding by: > > DEPRECATION WARNING: railtie_name is deprecated and has no effect. > (called from /Library/Ruby/Gems/1.8/gems/will_paginate-3.0.pre/lib/ > will_paginate/railtie.rb:6) > > How does a Rails developer resolve this? thxs-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
thank you! On Sep 2, 11:11 am, Ugis Ozols <ugis.ozo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> This is (was) the issue with will_paginate -http://github.com/mislav/will_paginate/issues/issue/36 > > I would suggest to try using will_paginate-3.0.pre2 as it seems fixed > there. > > On 2 sept., 19:22, nobosh <bhellm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hello, new to rails, I''m currently learning Rails 3 using the online > > book. Whenever I run a rails command in terminal, the results are > > always proceeding by: > > > DEPRECATION WARNING: railtie_name is deprecated and has no effect. > > (called from /Library/Ruby/Gems/1.8/gems/will_paginate-3.0.pre/lib/ > > will_paginate/railtie.rb:6) > > > How does a Rails developer resolve this? thxs-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.