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