next_rails
next_rails copied to clipboard
A toolkit to upgrade your next Rails application
Similar to `--patch|--minor|--major` args in `bundle update`, adding one of these mutually exclusive arguments will show only the gems that differ by patch, minor, or major versioning.
`next_rails` is FastRuby's 2nd most starred project (after Skunk) so it would be nice to have badges in the README like the other projects do. **Before we start...:** - [x]...
Similar to what we do with Rails compatibility, we can use the Gemspec for the current Gems to check the supported Ruby versions. We can compare that with a desired...
Hi there! 👋🏼 ## Expected Behavior Running `next --init` I'd expect it to output _something to the console. For example: > Created symlink Gemfile.next from Gemfile And/or: > Copied Gemfile.lock...
## Description Closes https://github.com/fastruby/next_rails/issues/115 Closes https://github.com/fastruby/next_rails/issues/17 ## Motivation and Context Have an easy way to get the incompatible gems with a given ruby version. ## How Has This Been Tested?...
## Description There were some unnecessary `require_relative` calls in the spec files, so I removed them and organized the test suite according to the classes in the library folder. ##...
Use fetcher instead of new when we use Gem::SpecFetcher Fixes: https://github.com/fastruby/next_rails/issues/149 ## Description Use [fetcher](https://rubyapi.org/3.4/o/gem/specfetcher#method-c-fetcher) instead of new when we use Gem::SpecFetcher Fixes: https://github.com/fastruby/next_rails/issues/149 ## Motivation and Context ## How...
## Expected Behavior When I run: `be bundle_report compatibility --rails-version=8.0.1` I expect it to return within a reasonable time and not consume a large amount of memory. ## Actual Behavior...
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version. Changelog Sourced from webmock's changelog. 3.25.1 Fix FrozenError in Typhoeus streaming response body Thanks to Patrick Jaberg 3.25.0 Resolve net-http...
## Description This PR dropped the support of Ruby 2.5 and older https://github.com/fastruby/next_rails/pull/121, but after some discussions we think the gem should support at Ruby 2.3 and newer. ## Possible...