Who did you configure your gem dependency?
My environment.rb looks like this:
  config.gem "resource_controller", :version => '0.5.3'
  config.gem "rubyist-aasm", :version => '2.0.4'
  config.gem "paperclip", :version => '2.1.2'

I remember that without specifying the version rake gems:unpack would not
work properly...




On Mon, Feb 9, 2009 at 2:25 PM, bingo bob
<rails-mailing-l...@andreas-s.net>wrote:

>
> I made a little progress..
> I went to vendor/
> mkdir gems
> went in there
> and unpacked fastercsv....sent it to my webhost...
>
> However on the webhost the line require 'fastercsv' still fails.
>
> I read on joyent knoweldeg base running this in environment.rb might do
> it...
>
> config.load_paths += Dir["#{RAILS_ROOT}/vendor/gems/**"].map do |dir|
>  File.directory?(lib = "#{dir}/lib") ? lib : dir
> end
>
> Will that code above solve the problem, claims to search within
> vendor/gems!
>
> bb
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to