Displaying 20 results from an estimated 200000 matches similar to: "Wiki down?"
2005 Nov 21
10
Anybody using SCGI in production?
Or does anybody prefer fastcgi/fcgi? I''m using webrick for development, but plan on using scgi
when I switch to production (because it appears to be an update to fastcgi, and I couldn''t get
fastcgi working anyhow).
thanks
csn
__________________________________
Yahoo! Mail - PC Magazine Editors'' Choice 2005
http://mail.yahoo.com
2005 Oct 22
2
problem with "gem update mysql"
Hi,
I have activated scaffold in my first rails application ( following
http://manuals.rubyonrails.com/read/chapter/38 ) and now I get the
next error
''Packets out of order'' error was received from the database. Please
update your mysql bindings (gem update mysql) and read
http://dev.mysql.com/doc/mysql/en/password-hashing.html for more
information.
if I run the "gem
2005 Apr 01
1
wiki down?
Getting:
Bad Gateway
The proxy server received an invalid response from an upstream server.
Do we have any mirrors of the sites? Might be something to consider in
the future as Rails get even more popular. :-)
*can offer some hosting for mirroring*
Cheers,
-Robby
--
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
*
2006 May 23
0
rails_asset_id, query strings, and browser caching
Hi all.
Now that compute_public_path calls _rails_asset_id to append a query
string containing the asset file''s modification date, all asset URLs
contain query strings. [1] Which, in theory, is a fantastic thing for
caching, since it forces browsers to download and not cache changed
assets, allows them to cache unchanged assets forever, and has no
effect on the actual file or what is
2005 Jul 29
10
Rails Wiki down
Howdy -
Someone''s probably already reported this, but anyhow, going here:
http://wiki.rubyonrails.com/rails/show/RailsOnFedora
results in:
====================
> Bad Gateway
> The proxy server received an invalid response from an upstream server.
>
====================
Yours,
Tom
2007 Apr 05
1
My mongrel keeps shutting down
I''m on a VPS running CentOS. I startup my server with:
mongrel_rails start -d -p 3000 -e production
and it runs for a while. But later I receive ''502 Bad Gateway'' errors
implying my mongrel has crapped out. So in the console I do this:
[prompt]# mongrel_rails start -d -p 3000 -e production
** !!! PID file log/mongrel.pid already exists. Mongrel could be
running
2013 Aug 29
2
Puma fails when it restarts itself
I''m having an issue with Puma, it fails when it tries to restart itself.
When this happens it kills all the Puma processes, resulting in nginx
delivering a 502 Bad Gateway to our users. I''m able to start, stop &
restart it with my /etc/init.d/puma script (it runs
/usr/local/bin/run-puma), it just has issues when it restarts itself. The
puma.log file doesn''t
2005 Jun 07
13
My Rails Day entry: internet command line
Well, my entry for the 24-hour Rails Day competition is here: http://yubnub.org
. It''s a web app called YubNub that implements the grandiose idea of a "command
line for the Web OS". Type "gim porsche
911" to do a Google Image search
for Porsche 911 cars. Type "random 1000" for a random number between 1 and
1000. Type "tts David Heinemeier Hansson is
2007 Jun 20
3
hover and displaying divs
Please take a look at:
http://www.lovelybooks.de/library/index.html?resetTabs=1&resetList=1
Can someone give me a hint how to display the divs (?) when moving
the mousepointer over the images?
Thanx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this
2006 Mar 03
5
Yahoo UI Library with Rails
Has anybody used the Yahoo UI library successfully with rails? I am
particulary interested in some of the ratings tools they used (like 4 out of
5 stars thing rating a post). Curious to see if anyone out there has worked
with this at all.
adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Feb 18
1
namespaces in subclasses
I have several modules that I store in rails_root/lib and that are
used by my controllers. I''m having a problem accessing AR objects
from inside a class that is a subclass. I keep getting a NameError
when trying to do something like Foo.find(), where Foo is an AR
object.
uninitialized constant
OpenTransact::Gateway::Request::CreditCardCharge::PaymentAccount
(NameError)
For some reason
2006 Aug 04
2
how to remove ID from stylesheet_link_tag?
When I use stylesheet_link_tag, the results come back with a timestamp
ID, like this:
<link href="/stylesheets/style.css?1154009736" media="screen"
rel="Stylesheet" type="text/css" />
I don''t want the query string and ID on the end, but I can''t see how to
disable this in the docs. How do I do this?
thanks,
jeff
--
Posted via
2020 Apr 29
1
Diagnosing IPv6 routing
--On Tuesday, April 28, 2020 10:16 PM -0500 Chris Adams <linux at cmadams.net>
wrote:
> I didn't get that you have a static assignment (presumably a business
> connection) - they may not do RAs on that (I don't at my ISP job).
> Business connections (or at least, connections with static assignments)
> tend to operate differently. For that, they should have given you a
2013 Oct 11
1
Centos.org webpage down
Hi,
It seems that centos.org is not working properly, got a 502 bad gateway
message.
~ Happy install !
----
Cellphone : +51 950307809
Blog : http://zerick.me/
LUG : http://www.utpinux.org
IRC : zerick
About : http://about.me/zerick
Linux User ID : 549567
2012 Sep 18
3
Nginx + Phusion Passenger 3 problem with "504 Gateway time-out"
Hi,
I have a Rails 3.2 app. There is a specific request that takes a long
time to execute. The context is, the user uploads a pdf, and then we
have some processing through carrierwave + rmagick that generate a
jpeg from the first page of the document. Everything works in dev mode
using both webrick and thin. The problem happens on the prod
environment with Nginx + Passenger.
The request takes a
2005 Dec 22
8
Payflow Pro (was Re: FatWreck.com - New Rails Site)
Several years ago, before PHP introduced their built-in pfpro functions, I
rolled my own crappy interface, which of course delegated to the commandline
payflow client. I could certainly do the same in Ruby today.
Thinking back on it, I realized at the time, and realize again now, that
delegating this functionality to a commandline app is a security risk unless
you''re the *only* user on
2010 Apr 15
1
Problems with rake
I receive an error when I try to create or setup database using rake
command. Rake is installed.
Error: bash: /opt/local/bin/rake: /opt/local/bin/ruby: bad
interpreter: No such file or directory. Is it not in the path but how
come I can to gem list show the gems?
Please help
gem list
*** LOCAL GEMS ***
actionmailer (2.3.5, 2.2.2, 1.3.6)
actionpack (2.3.5, 2.2.2, 1.13.6)
actionwebservice
2004 Jul 14
1
oh323 dial structure and oh323 debug?
According to the wiki at voip-info.org, the dial structure for using oh323
without a gatekeeper is:
OH323/<exten>@<host>:<port>
or
OH323/<exten>
The second option is valid only in the case where a gatekeeper is used.
NOTE: OpenH323 library v1.12.0 has a bug in the parsing of the destination
host. When this version is used then the above syntax should be:
2009 Aug 27
1
Bad Gateway
Hey guys,
I've been having a very odd problem that happens intermittently. I've
had this happen with only a couple of providers and somewhat rarely but
its to the point now that we need to fix it to be able to do business.
The scenario is as follows: We have a DID provider that routes calls to
our asterisk boxes and we have an outbound provider to whom we send the
calls of the person
2020 Apr 29
0
Diagnosing IPv6 routing
Once upon a time, Kenneth Porter <shiva at sewingwitch.com> said:
> I'm using OpenWrt at home and it's working mostly fine there. Except
> with my Android phone. I'm not getting a DNS setting for V6, but I
> do have the setting in the router's config file. The Win10 clients
> work fine, though. Apparently Android has issues with DHCPv6, and
> I'm betting