Livereload: Install and configure
Installs rails_live_reload gem
Used 6 times
S
Stephane Liu
Usage
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/VdrsRD"
Template Source
Review the code before running this template on your machine.
gem_group :development do
gem "rails_live_reload"
end
run "bundle install"
run "rails generate rails_live_reload:install"