Top "Rack-pow" questions

Pow is a zero-config Rack server for Mac OS X created by 37signals.

Can I install Pow on my Ubuntu?

I find Pow great on my Mac. It makes the Rails dev environment setup easy. Can I install it on …

ruby-on-rails ubuntu rack-pow
Error on starting application Bundler::GemNotFound

I have just started a new app but am getting this error when I click the 'about your application's environment' …

ruby-on-rails gem bundler rack rack-pow
LoadError: cannot load such file -- bundler/setup

We are upgrading to the latest ruby version (2.2.3) and latest rails version (4.2.4) and we can't get pass this error: LoadError: …

ruby-on-rails ruby macos ruby-on-rails-4 rack-pow
How to use Byebug with a remote process (e.g., pow)

How do I connect to a remote debugging instance of Byebug (for use with Pow, etc)?

ruby-on-rails ruby-on-rails-4 rack-pow byebug
pow says: Bundler::GemNotFound: Could not find rake-0.9.2.2 in any of the sources

I have a rails app that runs fine with rails s, but when I try to load it using pow …

ruby-on-rails rvm rack-pow
SyntaxError on the welcome to rails screen using Pow

I have just set up a new project which displays all the correct info in the about your applications environment …

ruby-on-rails syntax-error cookiestore rack-pow
Is there an easy way to have pow serve https?

pow is great, but many things in my app assume https, and it would be a pain to go through …

ruby-on-rails ssl https rack rack-pow