opallabs / rails-reference-installs

Freshly-generated, unmodified Rails projects ('rails new') for Rails 5.0+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails reference installs

We’re in the process of upgrading to a current version of Ruby on Rails. To help with the process, we’ve generated base installations for multiple versions and provided diffs between each major version.

Like Rails itself, this code is provided under the MIT license.

How to use

  1. Make sure the versions file has all the Rails versions you're interested in (currently 4.2 through 7.0).
  2. Run ./install-versions, which runs the rails new command for each version.
  3. Run ./diff-versions, which iterates through each version, summarizing the from the previous version.

About

Freshly-generated, unmodified Rails projects ('rails new') for Rails 5.0+

License:MIT License


Languages

Language:Ruby 74.2%Language:HTML 18.0%Language:JavaScript 3.7%Language:CSS 2.3%Language:Shell 1.1%Language:Dockerfile 0.7%