Yes, Matt covers the main points of why I like using it. Combined with guard-pow and some other guard gems it's a really convenient for restarting or while doing TDD and just simply restarting more intelligently w/o continually jumping to the terminal stop/start/ restart and instead it becomes a `tail -f` of the logs.
On Jul 17, 3:14 am, dev curmudgeon <[email protected]> wrote: > as a matter of interest, why are you using Pow, George? I'm happily > developing Hobo apps on Mac without it, was wondering if there's > something I'm missing... > > On Jul 16, 4:09 am, [email protected] wrote: > > > > > > > > > Ah, yes Matt. I am using rvm. So apparently pow's not catching the rvm > > version by default. I added "rvm <ruby_version>@<gemset_name>" to the app > > path .rvmrc and voilá, worked a treat. Thanks so much Matt. > > > -George > > > On Jul 15, 2011, at 7:54 PM, Matt Jones wrote: > > > On Jul 15, 2011, at 6:55 PM, ylluminate wrote: > > > > Have tried a few different things in an attempt to fix Pow (http:// > > > pow.cx - the zero-conf rack server), but I keep running into some > > > errors that I've not been able to resolve for Hobo running atop it. > > > > It continues to offer up errors such as: > > > > Error starting application > > > Your Rack app raised an exception when Pow tried to run it. > > > SystemExit: exit > > > /Library/Ruby/Gems/1.8/gems/bundler-1.0.12/lib/bundler/setup.rb:10:in > > > `exit' > > > /Library/Ruby/Gems/1.8/gems/bundler-1.0.12/lib/bundler/setup.rb:10 > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ > > > 1.8/rubygems/custom_require.rb:36:in `gem_original_require' > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ > > > 1.8/rubygems/custom_require.rb:36:in `require' > > > /path/to/app/config/boot.rb:6 > > > Show 10 more lines ... > > > (If your app uses Bundler, check to make sure you have the latest > > > version, then run bundle install. If you’re using rvm, make sure you > > > have the latest version installed and your app is using the right gem > > > set.) > > > --END SNIPPET-- > > > > I've essentially done everything that I've found online that has even > > > a vague reference to this, so I was hoping for some enlightenment from > > > the group here on this matter. > > > I'd try running the application using rackup - something is blowing up when > > Bundler tries to load your Gemfile, and Pow is swallowing the error that's > > being printed out. > > > BTW, are you running rvm at all? Just wanted to make sure, as that's the OS > > X system ruby that's showing up in the trace, and if it's not the one > > you're expecting (ie, you've got rvm or installed ruby someplace else) that > > could be part of the problem. > > > --Matt Jones > > > -- > > 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 > > athttp://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.
