blogit icon indicating copy to clipboard operation
blogit copied to clipboard

Rails 5.1

Open glaszig opened this issue 7 years ago • 4 comments

this adds tests for rails 5.1.

unfortunately, controller testing changed quite heavily (they're integration tests by default) so those won't run on anything < 5 anymore. not sure how you'd like to approach this.

also makes some other adjustments for which i was too impatient to create separate PRs:

  • only install growl if running on macOS
  • gitignore gemfiles/*.lock
  • add test-unit gem to rails 3.2 gemfile because it got removed from core ruby since 2.2+
  • updated schema dump (mainly ruby syntax)
  • code climate integration according to 1.0 docs
  • made config class compatible with older rails versions (currently only works with active support 4)
  • upgraded rspec-rails because of changes in newer rake versions
  • remove version-lock from acts-as-taggable-on

glaszig avatar Mar 18 '17 00:03 glaszig

alright. 4.2 and 5.1 tests are green. supporting earlier versions is pointless pain, in my opinion, as they're all eol.

@Bodacious, still there?

glaszig avatar Mar 29 '17 19:03 glaszig

@glaszig Thanks for doing this. I'll get back to you ASAP with these PRs.

Bodacious avatar Apr 03 '17 14:04 Bodacious

hello?

glaszig avatar May 04 '18 15:05 glaszig

This gem being actively maintained anymore?

macanudo527 avatar Oct 20 '23 00:10 macanudo527