next_rails icon indicating copy to clipboard operation
next_rails copied to clipboard

A toolkit to upgrade your next Rails application

Results 23 next_rails issues
Sort by recently updated
recently updated
newest added

## 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: ``` #...

enhancement

## 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...

bug

## 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...

bug

## 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...

enhancement

## 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...

enhancement

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...

enhancement

## 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...

enhancement

# 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...

bug