Enable livereload
Installs rails_live_reload gem
Used 12 times
C
Chanaka
Usage
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/XbBsqn"
Template Source
Review the code before running this template on your machine.
gem_group :development do
gem "rails_live_reload"
end
run "bundle install"
git add: "Gemfile*"
git commit: "-m 'enable livereload'"