FYI, I have created a plugin, that moves gem-dependencies into a separate file (`config/gemconf.rb`) and then makes `script/install_gems` use this file for finding dependencies. This makes the install script completely independent of rake and any rake tasks.
http://github.com/troelskn/gemconf_plugin/tree/master You can install it to you existing Rails projects, using: ./script/plugin install http://github.com/troelskn/gemconf_plugin/tree/master Hope this helps someone. -- troels -- 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

