I'm using fastercsv such that in my rake file I'm doing this.

require 'fastercsv'

It works fine on my Mac.

I need to freeze this gem into the app though so my rake tasks work on
the production machine.

-----------

I spent about two hours though this weekend trying to get this Gem
"frozen" into the vendor/gems folder. I tried all sorts,

I ...

- added a line to environment.rb
- used rake:freeze:gems
- used rake:install:gems
- used rake:unpack:gems
- used rake:install:gem gem='fastercsv'

Basically used all sorts of variations of the above.

Any tips for gettting this done?

cheers

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