This project is archived and is in readonly mode.

#5416 ✓invalid
johan.rejeep (at gmail)

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

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>

Pages