Installation instructions, documentation of changes and lists of
things still yet to do are listed here:
https://github.com/tablatom/hobo/blob/master/hobo/CHANGES-1.4.txt
have fun,
Bryan
Except for initial app generation, you probably won't even have to
think about coexistence issues. Bundler should make it "just work".
Bryan
Both of these should work:
bundle exec hobo g migration
rails g hobo:migration
Bryan
I use RVM quite extensively to switch between different versions of
Ruby, and I use its gemsets feature for all of my 2.3 apps. However
for my Rails 3 apps I just use the global gemset and let bundler
handle keeping the gems separate.
Bryan
On Thu, Mar 8, 2012 at 11:08 PM,
I wrote: