johnrails
2009-Apr-09 02:26 UTC
uninitialized constant ActionView::Helpers::AssetTagHelper
Hi All, I just wiped out my hard drive, did a fresh install of os x 10.5, and upgraded to rails 2.3.2. i installed the mysql pkg for os x, and created the databases i needed for the project i was working on before the upgrade. However when i run rake db:migrate to run my migrations i get this error uninitialized constant ActionView::Helpers::AssetTagHelper I''ve found some stuff about the AssetTagHelper, but i haven''t found anything related to this error when running the rake db:migrate. Does anyone have any idea what could be going on, or link me in the right direction? Thanks, John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
johnrails
2009-Apr-10 03:27 UTC
Re: uninitialized constant ActionView::Helpers::AssetTagHelper
I''ve made some progress since this post. I''ve installed ruby and rubygems from source, and now when i run rake i get this error: Rails requires RubyGems >= 0.9.4 (you have ). Please `gem update -- system` and try again. For some reason boot.rb can''t find which version of rubygems i have installed, but i have 1.3.1 installed. Has anyone else experienced this? Thanks, John On Apr 8, 7:26 pm, johnrails <john.dava...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All, > > I just wiped out my hard drive, did a fresh install of os x 10.5, and > upgraded to rails 2.3.2. i installed the mysql pkg for os x, and > created the databases i needed for the project i was working on before > the upgrade. > > However when i run rake db:migrate to run my migrations i get this > error > > uninitialized constant ActionView::Helpers::AssetTagHelper > > I''ve found some stuff about the AssetTagHelper, but i haven''t found > anything related to this error when running the rake db:migrate. > > Does anyone have any idea what could be going on, or link me in the > right direction? > > Thanks, > John--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Wisccal Wisccal
2009-Apr-13 15:38 UTC
Re: uninitialized constant ActionView::Helpers::AssetTagHelper
johnrails wrote:> I''ve made some progress since this post. I''ve installed ruby and > rubygems from source, and now when i run rake i get this error: > > Rails requires RubyGems >= 0.9.4 (you have ). Please `gem update -- > system` and try again. > > For some reason boot.rb can''t find which version of rubygems i have > installed, but i have 1.3.1 installed. > > Has anyone else experienced this? > > Thanks, > JohnIt sounds like you have two gem versions in your path. What does the output of "gem env" give you? -- 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 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 -~----------~----~----~----~------~----~------~--~---
Rodrigo Rodrigo
2009-May-16 17:29 UTC
Re: uninitialized constant ActionView::Helpers::AssetTagHelper
Wisccal Wisccal wrote:> johnrails wrote: >> I''ve made some progress since this post. I''ve installed ruby and >> rubygems from source, and now when i run rake i get this error: >> >> Rails requires RubyGems >= 0.9.4 (you have ). Please `gem update -- >> system` and try again. >> >> For some reason boot.rb can''t find which version of rubygems i have >> installed, but i have 1.3.1 installed. >> >> Has anyone else experienced this? >> >> Thanks, >> John > > It sounds like you have two gem versions in your path. What does the > output of "gem env" give you?I have the same problem you describe, and it has nothing to do with rubygems, in fact the problem is related to a rails plugin called app_config. I am still trying to patch the problem with rails 2.3.2, but for now you can try just to uninstall that plugin. -- Posted via http://www.ruby-forum.com/.
Apparently Analagous Threads
- How to override one method of AssetTagHelper
- include ActionView::Helpers in Rails 3?
- markdown call prompts "uninitialized constant ActionView::Helpers::TextHelper::Markdown" in upgraded application
- uninitialized constant ActionView::Helpers::TagHelper::ERB (NameError)
- Battle of Namings: stylesheet_link_tag vs link_to_javascript