Make sure you get a relatively current version of rspec or you will get: /Users/me/rails/ubb/vendor/rails/activerecord/lib/../../activesupport/ lib/active_support/dependencies.rb:263:in `load_missing_constant'': uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper (NameError) Hope this helps someone.
Steve Ross (CWD) wrote:> Make sure you get a relatively current version of rspec or you will get: > > /Users/me/rails/ubb/vendor/rails/activerecord/lib/../../activesupport/ > lib/active_support/dependencies.rb:263:in `load_missing_constant'': > uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper > (NameError) > > Hope this helps someone.This is error I''m getting :) and I downloaded the current version, but I still get the error even with Rails 1.2.5 How do I get the relatively current version? Thanks for help -- Posted via http://www.ruby-forum.com/.
On 10/29/07, Jamal Soueidan <lists at ruby-forum.com> wrote:> > Steve Ross (CWD) wrote: > > Make sure you get a relatively current version of rspec or you will get: > > > > /Users/me/rails/ubb/vendor/rails/activerecord/lib/../../activesupport/ > > lib/active_support/dependencies.rb:263:in `load_missing_constant'': > > uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper > > (NameError) > > > > Hope this helps someone. > > This is error I''m getting :) > > and I downloaded the current version, but I still get the error even > with Rails 1.2.5 > > How do I get the relatively current version? > > Thanks for help > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >You may need to either run Rspec edge, or go in and comment the offending lines. Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071029/28e1e84b/attachment.html
On 10/29/07, Jamal Soueidan <lists at ruby-forum.com> wrote:> Steve Ross (CWD) wrote: > > Make sure you get a relatively current version of rspec or you will get: > > > > /Users/me/rails/ubb/vendor/rails/activerecord/lib/../../activesupport/ > > lib/active_support/dependencies.rb:263:in `load_missing_constant'': > > uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper > > (NameError) > > > > Hope this helps someone. > > This is error I''m getting :) > > and I downloaded the current version, but I still get the error even > with Rails 1.2.5 > > How do I get the relatively current version?There is a download link on the webpage: http://rspec.rubyforge.org/download.html> > Thanks for help > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >