require ‘timestamped’
class ActiveRecord::Base
include Timestamped
end
I’ve put the timestamped.rb file in the Lib\ directory as stated.
Anything I try, from empty module files to copying timestamped.rb to
almost any directory will result in lots of errorlines stating 'error in
require …
I’m using Rails 1.1.6. with Ruby 1.8.5 on Windows 2000.
The application I’m extending is running fine without this line (using
several models and controlers).
require ‘timestamped’
class ActiveRecord::Base
include Timestamped
end
I’ve put the timestamped.rb file in the Lib\ directory as stated.
Anything I try, from empty module files to copying timestamped.rb to
almost any directory will result in lots of errorlines stating 'error in
require …
I’m using Rails 1.1.6. with Ruby 1.8.5 on Windows 2000.
The application I’m extending is running fine without this line (using
several models and controlers).
Any clues?
Thankx
Jan
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.