RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: lucasuyezu
Site: http://xucros.com
The official docs says to require all 3 gems (Linux, OS X and Windows). The gem will know which one to use.
group :development do gem 'rb-inotify', :require => false gem 'rb-fsevent', :require => false gem 'rb-fchange', :require => false end
The official docs says to require all 3 gems (Linux, OS X and Windows). The gem will know which one to use.