rack-pow Questions
3
Solved
I've tried accessing my Rails app running with Pow (4.3) from my iPhone 5 but I'm running into issues...
If I type my_app.192.168.2.11.xip.io:
it runs OK on my development machine (i.e. the mach...
Lobule asked 2/10, 2014 at 17:28
3
Solved
How do I connect to a remote debugging instance of Byebug (for use with Pow, etc)?
Orelee asked 1/4, 2014 at 18:39
6
Solved
I know there is an entry on the Troubleshooting wiki page for Pow, but I made that change and it still gives the same error.
If you notice from the error message below, it seems to be at least tr...
Corrinecorrinne asked 8/10, 2012 at 16:15
3
Solved
So, I struggled with this for the last hour. For some reason, my POW domains always hit a www.website-unavailable.com error in Chrome. Rails servers work great from the traditional rails s and pull...
Except asked 21/7, 2013 at 22:9
3
Solved
I am using a Mac with Pow, Ruby, Rails and a bunch of useful gems. I recently got this error whenever I try to open my app.
Bundler::RubyVersionMismatch: Your Ruby version is 1.9.3, but your Gemfi...
Reifel asked 25/11, 2013 at 17:58
2
I have started using RubyMine 6. I am working on a Rails 4, Ruby 2.1.1 project.
I am not able to find how to debug into RubyMine with Pow as a server.
Can you please point me to the right directio...
Frangipane asked 26/7, 2014 at 13:46
2
Solved
I'm busy with (finally) upgrading to Rails 4 and I've run into a problem with Pry-remote.
Problem:
When added binding.remote_pry to my code it breaks the code but when I can't get into the debug...
Inhospitality asked 18/2, 2015 at 13:17
6
Solved
I find Pow great on my Mac. It makes the Rails dev environment setup easy. Can I install it on my Ubuntu? I can't find any info about it. If not, is there anything like it for Linux?
Duo asked 18/4, 2011 at 3:51
2
Solved
I installed Pow with RVM for a rails app I'm working on. It's fine. It's the other sites that now all say "Pow is installed". I'm sure it's a simple setting, but I'm not able to find it. Has anyone...
2
Solved
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 a...
Haema asked 17/7, 2013 at 5:19
2
Solved
I love pow for mac (http://pow.cx) however I have a few co-workers that are on Windows, is there anything that they can use to have the power of pow?
5
Solved
I just had to remove RVM and reinstall, and then installed Ruby 2.0.0
I can run rails console from command line in the project, but can't get it to load in the browser.
I was reading through some...
Marcellamarcelle asked 27/8, 2013 at 0:55
4
Solved
I have a rails app that runs fine with rails s, but when I try to load it using pow I'm getting this error:
Bundler::GemNotFound: Could not find rake-0.9.2.2 in any of the sources
~/.rvm/gems/ruby...
Renshaw asked 24/4, 2012 at 19:5
1
Solved
I am using Pow and Nginx to serve my Rails 4 app in development. A simple file upload is returning 500 error and the request is not reaching the Rails controller. I assume this is the case because ...
Indicant asked 1/2, 2014 at 6:34
3
Solved
I can't access env variables in the Rails console, while in the application they work.
In .powenv I have export SENDGRID_PASSWORD="123"
In config/initializers/mail.rb there is:
ActionMailer::Bas...
Candiot asked 10/5, 2012 at 4:6
4
Solved
When I use rails/server (WEBrick) I get constant debug info (queries, etc) from my rails app as console output. Is there a way to get this debug output with Pow?
Thanks
Contented asked 8/8, 2011 at 4:54
7
Solved
pow is great, but many things in my app assume https, and it would be a pain to go through them all and add "if not dev environment". Is it possible to have pow serve https?
Reena asked 23/5, 2011 at 23:5
0
Every time I try to open a local application through Pow I am greeted with the following error (* = numbers):
Error: timeout: waiting for /tmp/nack.*.*.sock
at null._onTimeout (/Users/pain/Librar...
Feck asked 30/6, 2013 at 7:41
3
Solved
How do I get Jekyll to work with Pow?
1
Solved
I didn't work on this rails app for a couple of weeks. Yesterday I got back to it, first opening the .dev URL (i'm using pow) and it gave this error message:
LoadError: dlopen([...]/vendor/bundle/...
Acnode asked 31/3, 2013 at 14:43
1
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...
Exorable asked 21/1, 2013 at 9:31
2
Solved
I am using Pow to serve a Rack application on Mac OS X. http://myapp.dev correctly displays the application. On the same machine I am using VMware Fusion to run Windows 7 while sharing the Mac's ne...
View asked 18/10, 2011 at 16:53
3
Solved
I'm trying to get Octopress (http://octopress.org/) working, but I'm having some issues.
I'm using POW (http://pow.cx/) and it seems to not load the correct Ruby version for me (using RVM).
It alw...
1
Solved
After many googling I've tried adding both of these to my config and yet reloading doesn't happen:
config.autoload_paths += %W(#{config.root}/lib)
config.autoload_paths += Dir["#{config.root}/lib/...
Gause asked 16/10, 2012 at 8:17
3
Solved
Using WEBrick you could navigate to an app you were serving from another device/virtual machine by navigating to your.ip.address.here:port
Is it possible to do something similar with pow.cx?
Schuss asked 16/6, 2011 at 22:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.