Do you have a how to for the migration to rake. I would be interested in isolating the gem installs even on the server. And I ahve the need on other sites too.
Well, if you just want to control versioning, then Bundler will do. The Gemfile from hibernate.org should work just fine (it might include some dependencies which are not used for beanvalidation.org, but they can just be removed). What rake gives you is a build file and targets a la Ant. Again, Rakefile from hibernate.org should just work fine. Bottom line. copy Gemfile and Rakefile from hibernate.org and run
|