acts_as_taggable_on_steroids
acts_as_taggable_on_steroids copied to clipboard
Use Gemfile for dependencies
Did this to avoid dependency issues when switching between rails 2.3.x and 3.0.0 for testing
- run "bundle install" to initialize your .bundle directory
- run tests: "DB='sqlite3' bundle exec rake"
Currently 2 tests fail on rails 2.3.9, yonkeltron and I are looking into it. Most of the tests fail on Rails 3 with errors similar to the issue from my previous pull request. If I have time I'll look at those this weekend.