Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rake tasks to generate a test application for a Rails Engine gem.
If you have a Rails Engine and want to test it, the suggested approach is a small dummy application that loads up a Rails application with your engine loaded. This dummy application is usually checked into source control and maintained with the application. This works great, until you want to test:

- different versions of Ruby (e.g. MRI and JRuby)
- different versions of Rails (Rails 6.1, 7.1)
- different versions of Rails (Rails 6.1, 7.1, 8.1)
- different deployment environments (with and without devise, etc)

where each scenario may involve different configurations, Gemfiles, etc.
Expand All @@ -22,7 +22,7 @@ Add this line to your engines's Gemfile:

And then execute:

$ bundle
$ bundle install

Or install it yourself as:

Expand Down
Loading