next_rails
next_rails copied to clipboard
A toolkit to upgrade your next Rails application
## Description Just like this gem supports this: ``` # Show gems that don't work with Rails 5.2.0 bundle_report compatibility --rails-version=5.2.0 ``` It would be nice to support: ``` #...
## Expected Behavior Be able to use the Minitest deprecation tracker with Ruby 2.3.8 and Rails 3.2.22.5 using the Minitest gem at version 4.7.5 ## Actual Behavior If I run...
## Description This PR fixes https://github.com/fastruby/next_rails/issues/111 We can now run the same command in the two versions in parallel, like: `dual_run bundle exec rspec spec/models`. The output of that in...
## Expected Behavior `next` command should not clash with another library's command. ## Actual Behavior After running these steps: ``` npm install -g next next start ``` I'd like it...
## Description When using next rails, we can dual boot the app and run different commands either in the current or in the next version of gems. This is fine...
## Description Splitting test files into multiple processes on continuous integration platforms has become common to reduce run time. For example, on GitHub Actions, you might create a workflow which...
Thanks for the work on this fork/gem. I think that currently commands like `next rails c` when you have "springified" your rails will cause errors, or will always invoke the...
## Description This is a bit of a 2 for 1: 1. It adds a new option, `--path`, so that we can provide a custom path to our deprecation files....
This is an idea proposed by @bronzdoc: > What if we have 12 shitlist.json files because the CI service is running 12 different containers? > > It would be great...
# Description I came accross this in a project where I had to upgrade rails from 5.2 to 6.1 and it had a private gem called `app_store`. The issue may...