elight / acts_as_commentable_with_threading

Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments
MIT License
671 stars 168 forks source link

Get specs running under JRuby #56

Closed petergoldstein closed 10 years ago

petergoldstein commented 10 years ago
  1. Removed sqlite3 as a development dependency in the gemspec.
  2. Added JDBC SQLite to Gemfiles for JRuby platforms.
  3. Added JRuby to .travis.yml
  4. Added .ruby-version to .gitignore