I also saw this for Rails 2.1 that I could put into the environment.rb 
file.

config.gem "hpricot", :version => '0.6', :source 
=>http://code.whytheluckystiff.net";


If I put this code in environment.rb, then I'll still need to run 
rake:gems install on each machine that this application is installed on, 
correct?  I'd really like to avoid needing to do an additional step if 
gems need to be installed.

Can I create a rake task (rake:install, etc.) that would automatically 
install the gem if it's not already on the system prior to starting the 
server?



-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to