Skip to content

v6.5.0

Compare
Choose a tag to compare
@difernandez difernandez released this 15 Jun 19:36
· 208 commits to master since this release

Features

  • Update node to latest LTS version, 14 #363
  • Update ActiveAdmin to 2.9 to fix CSV streaming issues #384
  • Separates Pundit's configuration for Active Admin from Application's configuration #378
  • Add SimpleCov recipe #387
  • Update Rails to 6.1 #389 & #392
  • Include run_test as a valid example group #379. This was added incorrectly in this PR.
  • Add system tests configuration #388
  • Allow CircleCI cache clearing #383

Fixes

  • Remove rails_stdout_logging gem because it is no longer needed after Rails 5 and it was generating a deprecation warning #325
  • Fix default action dissapearance when using binding.pry in generated projects #385