Visit Rails NES Home Page

Rails 6.1.x Install

Installation and configuration for NES for Rails 6.1.x.

Prerequisites

  1. Make sure your project meets the Minimum Requirements to ensure a smooth installation.
  2. The instructions below assume you are using Bundler to manage your gem dependencies. If your project isn't using Bundler, you should upgrade to Bundler.

Detailed Instructions

Update Gemfile

Open the Bundler config file (Gemfile) in your project's directory and find this line:

Gemfile
gem 'rails'

Replace that line with the following:

Gemfile
source 'https://USER:NES_ACCESS_TOKEN@registry.nes.herodevs.com/rubygems/' do
  gem 'rails', '6.1.7.35'
  gem 'actioncable',       require: false
  gem 'actionmailbox',     require: false
  gem 'actionmailer',      require: false
  gem 'actionpack',        require: false
  gem 'actiontext',        require: false
  gem 'actionview',        require: false
  gem 'activejob',         require: false
  gem 'activemodel',       require: false
  gem 'activerecord',      require: false
  gem 'activestorage',     require: false
  gem 'activesupport',     require: false
  gem 'railties',          require: false
  gem 'rack', '2.2.22.10', require: false
 end

Install

Gemfile
bundle install

Additional Information

Direct Download URLs

The direct download URL for Rails NES is:

GemURL
rails
6.1.7.35
Download
actioncable
6.1.7.35
Download
actionmailbox
6.1.7.35
Download
actionmailer
6.1.7.35
Download
actionpack
6.1.7.35
Download
actiontext
6.1.7.35
Download
actionview
6.1.7.35
Download
activejob
6.1.7.35
Download
activemodel
6.1.7.35
Download
activerecord
6.1.7.35
Download
activestorage
6.1.7.35
Download
activesupport
6.1.7.35
Download
railties
6.1.7.35
Download
rack
2.2.22.10
Download