similar to: Wiki down?

Displaying 20 results from an estimated 400000 matches similar to: "Wiki down?"

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 Aug 29
2
Rails Wiki hacked?
Either the Rails wiki has been hacked or someone internal wanted easier access to porn. http://wiki.rubyonrails.org/rails/ If you inspect the action of the search form on this page, you will see that it now sends anyone who wishes to use the search form, to a porn site. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2011 Dec 14
3
Rails Wiki content not appearing
Hi everyone, I apologize in advance for the newbie question, but I haven''t been able to view any content on the Rails Wiki pages. All I get are the Table of Contents and the Discussions. I am able to view content when I click on "View Page Source", but obviously this is not ideal. I''m using Chrome16 and Firefox8. Thanks, Mike -- You received this message because
2006 Aug 16
10
Rails wiki
Hey Fellows: What happened to the Rails wiki? In http://wiki.rubyonrails.org/rails it appears a very nasty message, saying something about cialis and some other stuff. cialis soft tab <http://genericcialis.ziomek.us/> [url= http://genericcialis.ziomek.us/]cialis soft tab[/url] buy cheap cialis<http://buycialisonline.xhostar.com/buy-cialis-online.html>[url=
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 *
2005 Dec 29
1
Table Generator wiki page broken.
Hi, all. Table Generator wiki page is replaced a Chinese ad. url at: http://wiki.rubyonrails.com/rails/pages/Table+Generator any body can restore it ? Thanks very much. a screenshot taken at: http://homepage.mac.com/xuqingkuang/show/wiki.rubyonrails.com-rails- pages-Table+Generator.png --------------------------------------------------- Xuqing
2006 Oct 20
2
Rails & IIS
There are several sites I''ve found on the web detailing how to setup IIS with Rails. Unfortunately they all seem to be woefully out of date. I believe they may all even be pre Rails 1.0. Can single sign on via Active Directory Services be accomplished through mod_NTLM for Apache, so users won''t have ot log into the intranet site after already having logged into their machine?
2007 Jul 29
4
Mongrel stops responding after period of inactivity
Hi I''m running a 2-instance Mongrel cluster behind Apache 2.2.4 with Rails 1.2.3. If no requests are received by the application for several hours (this usually happens overnight) then Mongrel stops responding and no requests are detected by Rails (at least nothing is in the Rails log). Nothing untoward is in the Mongrel log. If you try and visit the application, the request times out
2007 May 18
1
Informl 0.4 (wiki with forms, DB, and more)
We are pleased to make available an early-adopter release of our open-source wiki, Informl. With Informl we are trying to do more than you would normally expect from a wiki, by providing a framework in which anyone can quickly create and deploy simple database-backed web applications. Everything you need is at http://informl.folklogic.net. Quick overview: * General wiki features * uses
2008 Dec 09
2
Rails and Ruby behind proxy
Hi there, I''ve a little problem. On my code, I use the flickraw gem. On the application.rb there is a require ''flickraw'' who create a new instance, and for that need to pass the net. It works at home, but in my office we have a proxy, and when I launch webrick I have an error saying that I''m behind a proxy :(. Does anyone have an idea on how to correct this
2013 Nov 10
0
What's New in Rails? New List (Wiki Page on GitHub) for Finding Rails News
Hello, For the upcoming Vienna.rb talk on the new Planet Ruby site [1][2] I''ve put together a wiki page about Rails News Options & Alternatives. For example: - Ruby on Rails Blog - Rails Talk Mailing List (Yes!) - Planet Ruby on Rails (planetrubyonrails.com) - Rails Casts (railscasts.com) - Reddit for Rails (reddit.com/r/rails) More ->
2007 Apr 21
0
who is in charge of wiki.rubyonrails.com?
Hi, I notice lots of "Service Unavailable" responses to requests for particular articles at wiki.rubyonrails.com. Is this normal? Why are some articles viewable and others not? Am I a noob? Who is in charge of sysoping wiki.rubyonrails.com and what can we do to get it solid? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2007 Aug 31
1
wiki.rubyonrails.org on the fritz
Is there some reason the wiki is down so often? Can''t something be done to make this a useful resource, most of the time? Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Oct 03
0
a wiki as a plugin?
hello everybody I would like to integrate a small wiki in my current rails-project. but before writing it on my own, I''d like to know, if there is already a plugin for rails. i know about instiki and http://agilewebdevelopment.com/plugins/macaque but where the first is designed as a single application, the second hast not the functionality i prefer. do you know about other plugins,
2007 Oct 20
4
deploying with capistrano - web site responds much faster
Hi, just out of curiosity: I have a RoR website, and till now I used to deploy it by hand. Now I''ve deployed it automatically, and after this the web site response is much faster. I don''t know if capistrano did something else too, though the speed of how the site runs has increased a lot. there is another thing though: I''m using a shared account on textdrive, and there
2011 Mar 07
4
Railscasts down?
I have not been able to get railscasts.com recently, surely it has not been taken down also, along with the wiki. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2006 Aug 26
5
LiteSpeed Web Server 2.2 with Ruby Rails integration....
Fellow Rail users and developers, Right now the easiest way to run Rails is in combination with Mongrel. However, it may not be a good idea to expose Mongrel directly to the outside world in a high-load production environment. In-addition, Mongrel_cluster + proxy + load balancer have to be used even for a single server deployment making the unified setup more complicated than needs be.
2007 Sep 21
1
mysql-proxy vs. acts_as_readonlyable vs. ?
I have replicated my db (mysql) and have hit roadblocks with both mysql-proxy and with acts_as_readonlyable . Firstly, is there something else I should be using? What would be the advantages of mysql-proxy over in-rails solutions? One is that it keeps the rails config and code simpler, puts the db redirection (kinda) where it should be, at the (kinda) db layer of the architecture. Has anyone
2007 Mar 10
6
ActiveResources 0.1.0 Released
See the blog post at http://blog.lonestarsoftware.net/2007/03/09/active_resources-010-released/ Reading through the rails blogosphere last week, I read a post (which I can not find again) that suggested a completely different approach to AJAX use in rails apps. The idea was to create a Javascript proxy to the ActiveRecord models and allow AR operations to be called from the client. I see this
2011 Mar 21
2
Action Mailer - Proxy Settings.
Hi, I am developing a rails app on a system which connects to internet through proxy. I am facing difficulties while Action Mailer tries to send mails. It says, Time Out Error. But when I try to run the code in the system which is directly connected to internet without proxy, The mails are sent correctly. Can somebody help me out it in this? Cheers, Charanya -- Posted via