This project is archived and is in readonly mode.
Can not require gem in rake task
Reported by johan.rejeep (at gmail) | August 19th, 2010 @ 09:49 PM
Hey,
In Rails 3.0.0.rc this code:
require 'rubygems'
require 'fssm'
task :temp => :environment do
FSSM.monitor {}
end
won't work and results in: no such file to load -- fssm
It works fine in Rails 2.3.5!
Comments and changes to this ticket
-
johan.rejeep (at gmail) August 19th, 2010 @ 09:53 PM
Ahhh... Didn't know that you had to add in Gemfile.
-
Rohit Arondekar August 25th, 2010 @ 03:29 AM
- State changed from new to invalid
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>