Is anybody using Shoulda with a Rails 3 app? Just add gem “shoulda” to the Gemfile and bundle it doesn’t work: some warnings show up and an exception is raised.
I noticed there’s a rails3 branch at Github, but I have no idea of how to install it (and it has no documentation too). Does anybody has tried it?
Is anybody using Shoulda with a Rails 3 app? Just add gem “shoulda” to the Gemfile and bundle it doesn’t work: some warnings show up and an exception is raised.
I noticed there’s a rails3 branch at Github, but I have no idea of how to install it (and it has no documentation too). Does anybody has tried it?
Hi, I would recommend checking with Ruby Gem author on Github. Also, you may want to check railsplugins.org which provides compatibility information for Gems and Plugins.