Ruby on Rails Wednesday, December 29, 2010



On Wed, Dec 29, 2010 at 10:49 PM, Conrad Taylor <conradwt@gmail.com> wrote:
On Wed, Dec 29, 2010 at 5:11 PM, djangst <djangst@gmail.com> wrote:
I had to configure as follows to get it working:

# Gemfile
gem 'mynyml-redgreen'


djangst, you should be able to add it to your Gemfile as follows:

gem "redgreen"

group :development, :test do
  gem 'redgreen'
end
 

Good luck,

-Conrad
 
# 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.



--
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