I''m having an issue where acts_as_list is not being loaded. I have it in my vendor/plugins dir and it works great in dev mode. But after deployment using Capistrano I am getting the following error in production: NameError (undefined local variable or method `acts_as_list'' (full error: http://pastie.org/223658 ). I have verified that the plugins exist in the "current/vendor/plugins" directory on the production server. Any idea why acts_as_list wouldn''t work only in that setting? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
That subject should have been "acts_as_list plugin error in production" btw. On Jun 27, 4:15 pm, "jeremy*pinnix" <jpin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m having an issue where acts_as_list is not being loaded. I have it > in my vendor/plugins dir and it works great in dev mode. But after > deployment using Capistrano I am getting the following error in > production: NameError (undefined local variable or method > `acts_as_list'' (full error:http://pastie.org/223658). I have > verified that the plugins exist in the "current/vendor/plugins" > directory on the production server. Any idea why acts_as_list wouldn''t > work only in that setting?--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Success! I didn''t realize you had to add git powered plugins as submodules and also add git_enable_submodules to your deploy file. On Jun 27, 4:18 pm, "jeremy*pinnix" <jpin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> That subject should have been "acts_as_list plugin error in > production" btw. > > On Jun 27, 4:15 pm, "jeremy*pinnix" <jpin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''m having an issue where acts_as_list is not being loaded. I have it > > in my vendor/plugins dir and it works great in dev mode. But after > > deployment using Capistrano I am getting the following error in > > production: NameError (undefined local variable or method > > `acts_as_list'' (full error:http://pastie.org/223658). I have > > verified that the plugins exist in the "current/vendor/plugins" > > directory on the production server. Any idea why acts_as_list wouldn''t > > work only in that setting?--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---