- added
gem 'react-rails' to my Gemfile
- ran
bundle install
- as a result of that, I now have this added to my Gemfile.lock:
react-rails (0.12.0.0)
execjs
rails (>= 3.1)
react-source (= 0.12)
react-source (0.12.0)
but when I run rails g react:install I get Could not find generator react:install.
This is with Rails 4.1.8.