Questions tagged [rack-pow]

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

Pow is a zero-configuration Rack server for Mac OS X. It makes developing Rails and Rack applications as frictionless as possible. You can install it in ten seconds and have your first app up and running in under a minute. No mucking around with /etc/hosts, no compiling Apache modules, no editing configuration files or installing preference panes. And running multiple apps with multiple versions of Ruby is trivial.

To serve a Rack app, just symlink it into ~/.pow directory. Let's say you're working on an app that lives in ~/Projects/myapp. You'd like to access it at http://myapp.dev/. Setting it up is as easy as:

$ cd ~/.pow
$ ln -s ~/Projects/myapp

The name of the symlink (myapp) determines the hostname you use (myapp.dev) to access the application it points to (~/Projects/myapp).

136 questions
2
votes
1 answer

Rbenv/Pow - Bundler::RubyVersionMismatch (Error starting application)

I am getting the following error each time i try run my app through pow Bundler::RubyVersionMismatch: Your Ruby version is 1.9.3, but your Gemfile specified 2.0.0 I am just trying to link my project with pow and apparently i have a different…
legendary_rob
  • 12,792
  • 11
  • 56
  • 102
2
votes
2 answers

Pow not working with Ruby 2.0 using RBENV

I installed Ruby 2.0.0-p247 via rbenv (ruby-build) and unfortunately my Pow.cx isn't working. Has anyone had this experience? I'm getting the following Pow Error starting application Your Rack app raised an exception when Pow tried to run…
Wasabi Developer
  • 3,523
  • 6
  • 36
  • 60
2
votes
1 answer

Omniauth with pow port issue in Rails

I'm using Omniauth in my Rails app (which is launched locally using POW). After my providers return to the callback action, I get redirect back in port 19999. I don't want to hard code the port into the redirect_to (e.g.: redirect_to root_url, :port…
ShayDavidson
  • 717
  • 1
  • 7
  • 20
2
votes
1 answer

Occasional pow error starting application (Response was not received)

I'm getting this error in pow, maybe one in 30 or 50 requests: Error starting application Your Rack app raised an exception when Pow tried to run it. Error: Response was not received at Client._finishRequest…
2
votes
1 answer

Cryptic error when trying to run POW

I am having a rather weird error message when running POW for my rails app. I followed the instructions: - cd ~/.pow - ln -s /Users/mingyeow/Dailymuses-Server-Side And got this: Error starting application Your Rack app raised an exception when Pow…
meow
  • 27,476
  • 33
  • 116
  • 177
2
votes
1 answer

Pow server: serving local rails app via myapp.dev.com domain

Pow server is working fine with .dev domains on my local machine (OS X Lion). So myapp.dev is all good. I now would like to make it serve myapp.dev.com (and myapp.dev.fr, and myapp.dev.XX) so myapp will serve the localized version, which is…
3raindrops
  • 128
  • 2
  • 8
2
votes
1 answer

Rails - Using test database with pow test domain

I'm currently using Pow to manage my Rails app, and have both .dev and .test running. I was wondering how to set up .test domain to use the test database instead of the development one. Basically, can I have appname.dev with a development…
Galaxy
  • 3,370
  • 3
  • 29
  • 41
2
votes
2 answers

devise/omniauth issue using pow - working on rails server

I'm using pow to host my rails app locally. I've added devise and am trying to get omniauth to work following these steps. when I visit http://my_site.dev/users/auth/twitter I get the following error - URI::InvalidURIError the scheme http does not…
Finnnn
  • 3,530
  • 6
  • 46
  • 69
2
votes
3 answers

Can't access Rails app using VMWare because of subdomains?

I have a Rails app running on my Mac, and I'm using VMWare Fusion with Windows XP installed. My Rails app uses subdomains, and I usually access it on my mac using http://.lvh.me:3000 -or- I also have a pow server, and can access my…
Nathan
  • 7,627
  • 11
  • 46
  • 80
1
vote
1 answer

POW Doesn't serve Rails

When I run the project form rails server, it works fine, when I open it in POW with http://mon.dev/rails/info/properties, I get this: Error: Response was not received Error: Response was not received at Client._finishRequest…
pyronaur
  • 3,515
  • 6
  • 35
  • 52
1
vote
0 answers

Ruby Debugging with Pow and Aptana (Eclipse)

Does anybody know how to set up Ruby Debugging with Pow and Aptana (Eclipse)?
1
vote
1 answer

How does Pow/Phusion Passenger/Webrick work?

I come from a PHP and .NET world where I understand the environment fairly well. However I can't find a newbie explanation of how the Ruby / Ruby on Rails stack actually work with these web server. Are they more close to the PHP model, where all…
tillda
  • 18,150
  • 16
  • 51
  • 70
1
vote
1 answer

Rails + Pow + Snow Leopard Server: I can't get Pow to work

I'm running Snow Leopard Server 10.6.7, and I need to host some Rails apps locally. Pow seems to be a good fit for what I need, but I can't seem to get it to work. At first, when I went to http://myapp.dev, I would get the OS X Server Welcome page.…
eckza
  • 2,212
  • 3
  • 22
  • 28
1
vote
1 answer

powder gem, error on install

After installing powder gem, I run: $ powder install the output: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9039 100 9039 0…
ann
  • 177
  • 2
  • 7
1
vote
0 answers

rails app with pow and rvm: sudden pow error starting app

Everything was running fine and suddenly (with no changes to the setup) pow can no longer start the app! Here's my setup: rails 4.2 rvm 1.28.0 (with .ruby-version and .ruby-gemset) pow 0.5.0 Here is what I saw in my browser (Chrome) Here is the…
GuyWrySmile
  • 140
  • 6