You can try the following, so far it has worked for me on rails 3.2.8

Grab the gem source code from
1.  git clone https://github.com/kovyrin/db-charmer.git

Modify the dependency inside the gemspec file, instead of <= 3.2.3 edit 
to ~> 3.2.3
2.  vim db-charmer.gemspec
3.  s.add_dependency 'activesupport', '~> 3.2.3'
     s.add_dependency 'activerecord', '~> 3.2.3'

Build the Gem.

4.  gem build db-charmer.gemspec

Install the newly built gem.  (You should replace the old one after with 
gem clean)

5.  gem install db-charmer-1.7.1.gem

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to