Cucumber Rails Versions Save

Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner

v3.0.0

6 months ago

Changed

  • Add support for Rails 7.1 #575
  • Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant #581

Fixed

  • Some of the rails 5.2 tests were installing lots of old conflicting gems (luke-hill)
  • Generator updates (Updated the install locations for some scripts from script/ to bin/ and remove some legacy items) (luke-hill)
  • Update minimum versions of several gems: capybara must be v3.11+ and cucumber must be v5+ (cucumber v9 is also permissible) (luke-hill)
  • Fixed an issue where the World instantiation didn't re-run the inherited classes initializer (luke-hill)

v3.0.0.rc.1

7 months ago

Removed

  • Removed runtime dependencies: mime-types, rexml, and webrick #559
  • Removed support for Ruby 2.5 #558
  • Removed support for Rails 5.0 and 5.1 (5.2 is still supported and 6.0+ is now expected) #565

v2.6.1

1 year ago

Changed

  • Automate release process

v2.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0

v2.5.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cucumber/cucumber-rails/compare/v2.5.0...v2.5.1

v2.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cucumber/cucumber-rails/compare/v2.4.0...v2.5.0

v2.4.0

2 years ago

New Features

  • Added new docker / Makefile script to permit releasing from repo
  • Permit up to cucumber v7
  • Support Ruby 3

Changed

  • Rubocop updates

Removed

  • Removed traces of legacy spork setup / help (As they are no longer used)

v2.3.0

3 years ago

New Features

  • None

Changed

  • Don't auto-include all rails gems by default
  • Reduce gem size significantly

Fixed

  • Fix issue with some specification driven tests that fail on new Rails apps

v2.2.0

3 years ago

New Features

  • Allow cucumber 5 to be used

Changed

  • Rails 4.2 usage has now been removed from gem
  • A bunch of rails auto-include fixes
  • Additional fixes for database_cleaner gems (Including provisional support for v2)
  • Add whole host of new tests for javascript tagging of scenarios

v2.1.0

3 years ago

New Features

  • New Metadata has been added to allow user to search rubygems better
  • Allow cucumber 4 to be used

Changed

  • Ruby 2.3 usage has now been removed from gem
  • Database cleaner now won't throw warnings when using v1.8+ (Older versions unsupported)
  • A bunch of ruby / rubocop tidy ups