Ruby on Rails Thursday, December 30, 2010

I've tried this too.

I get when I run "rake test"
/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.3/lib/active_support/
dependencies.rb:239:in `require': no such file to load -- redgreen
(LoadError)

The gem is definitely installed:

mongoid (2.0.0.beta.20)
mynyml-redgreen (0.7.1)
mysql (2.8.1)

On Dec 30, 2:11 am, djangst <djan...@gmail.com> wrote:
> I had to configure as follows to get it working:
>
> # Gemfile
> gem 'mynyml-redgreen'
>
> # test_helper.rb (presumably spec_helper.rb for rspec testing)
> require 'redgreen'
>
> On Dec 29, 7:32 pm, Barb <barbaris...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I cannot seem to get the redgreen gem working with Rails 3 and Ruby
> > 1.9.2 for testing.

--
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@googlegroups.com.
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.

No comments:

Post a Comment