Note on Rails 2.0 Preview

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 R. (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 :slight_smile:

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

On 10/29/07, Jamal S. [email protected] wrote:

This is error I’m getting :slight_smile:

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

On 10/29/07, Jamal S. [email protected] wrote:


rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

You may need to either run Rspec edge, or go in and comment the
offending
lines.
Jim