We'll start with the obvious: is your hard disk or temp partition full? Bryan
On Fri, Oct 5, 2012 at 1:24 PM, Bob Sleys <[email protected]> wrote: > I'm trying to create a new blank hobo 2.0.0-pre3 app and when I get to > running the wizard I keep getting the following error > > run bundle install from "." > Fetching gem metadata from https://rubygems.org/........ > Fetching gem metadata from https://rubygems.org/.. > > NoMemoryError: failed to allocate memory > An error occured while installing rake (0.9.2.2), and Bundler cannot > continue. > Make sure that `gem install rake -v '0.9.2.2'` succeeds before bundling. > > Doing a gem list shows I indeed do have rake 0.9.2.2 installed. I also > tried creating a new blank gemset in RVM with just the following gems in it > > *** LOCAL GEMS *** > > bundler (1.1.5) > rake (0.9.2.2) > rubygems-bundler (1.0.3) > rvm (1.11.3.5) > > and then a bundle install from the app dir (after creating the app via hobo > new and not running the wizard) and get basically the same error. If you > look close at the error it looks to me like there is perhaps an extra quote > mark but that might just be a display thing. > > Bob > > On Tuesday, September 25, 2012 5:23:50 PM UTC-4, Bryan Larsen wrote: >> >> blog post here: http://hobocentral.net/blog/2012/09/25/2-0-0-pre2/ >> >> Note that Hobo/will_paginate is now required in your gemfile: >> >> gem "will_paginate", :git => "git://github.com/Hobo/will_paginate.git" >> >> Also note the new, very-cool, bottom-load-javascript option. >> >> cheers, >> Bryan > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/vslAgb5rNegJ. > > 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/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
