similar to: Ruby on Rails server times out

Displaying 20 results from an estimated 50000 matches similar to: "Ruby on Rails server times out"

2006 Feb 03
1
Rolling with Ruby on *Instant* Rails - "New" Tutorial
Greetings! The original version of this tutorial was written by Curt Hibbs and published on ONLamp.com. It served as my introduction to both Ruby and Rails. Unfortunately, I experienced some frustration working through it. This was due first to the fact that I was using Instant Rails, not Rails, and second, to the fact that Rails itself has grown since Curt wrote the article. Despite my
2006 Feb 14
1
Installing Ruby On Rails
Hi, I tried to install ruby on rail as per instructions given on http://www.onlamp.com/lpt/a/5546. I finished installation.But now when i want to run c:\rails\cookbook>ruby script/server for starting rail application. it shows some loading error & not found active support instead of starting server. Also when installing rails by command gem install rails --remote it never ask me for
2006 Aug 08
1
recognation failed - ?!
Hi there, When I was making examples form "Rolling with Ruby on Rails" ( http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html ) , after generating controller MyTest, the WEBrick server ( localhost:3000 ) reported an error: recognation failed /MyTest The WEBrick server was started form correct directory, what else can crush in that way ? Cheers. -- Posted via
2006 Jun 21
1
WEBrick won''t answer
Hi I''m starting with RoR, trying to get things working. I''m following the onLamp tutorial for my first steps. At the point where i''m supposed to start the server for the first time i''m not getting any further. WEBrick seems to work: ======================================= Microsoft Windows XP [versie 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp.
2006 Apr 17
2
installation of ruby on rail on linux fedora
i installed and work fine with ruby on rails on windows. i used onlamp.com sites tutorial for that. now i want to install it on linux. how i can? Please help.... Thank You in advance -- Posted via http://www.ruby-forum.com/.
2008 Jun 24
0
creating a list view in rails 2
just started learning ruby and RoR a few days ago. There aren''t many tutorials on Version 2 so I went with a version 1 one. I''m going through the ONLamp one, found here: http://www.onlamp.com/pub/a/onlamp/2007/01/05/revisiting-ruby-on-rails-revisited-2.html?page=1 I got the scafolding and db stuff sorted out (as in the way its meant to be done in version 2) but I noticed that in
2007 Feb 04
1
Rails-Mysql driver installation problem? - newbie
I''m a newbie trying to follow the ONLamp RoR tutorial at http:// www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1 Originally, I forgot to install the MySQL driver. It took a while to get a driver installed using gem, but eventually I got mysql-2.7 driver installed after downloading some ruby dev headers and mysql client library. Now, when I try and point the browser to
2006 May 04
2
WEBrick initialisation problem
I am new to Ruby so I thought the best way to get into it would be to follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the instructions to the letter and everything work just great, very impressive:-). A couple of days later when I went back to it I got the following message when trying to start the WEBrick server. U:\RoRProjects\cookbook>ruby script\server =>
2006 May 09
2
newbie: OSX Ruby/MySQL issue?
I''m three pages into the OnLamp RoR Tutorial [1] and am wrestling with what appears to be a MySQL connection problem. I''ve created a simple controller called "recipe" with a corresponding "recipes" mysql table. The recipe controller is just a simple scaffold. When I browse to "recipe/new", though, I get these errors: == NoMethodError in
2006 Nov 04
1
Instant Rails 1.4 preview1 released (with RadRails support!)
This release of Instant Rails contains the following major changes: * Upgrades Rails to version 1.1.6 (other components upgraded to current release, also) * SCGI has been replaced by Mongrel (using Apache''s mod_proxy for forward requests). * For the development server, WEBrick has also been replaced by Mongrel. * Automatic RadRails configuration: if
2005 Mar 04
2
Part 2 of ONLamp.com Rails article is online
ONLamp.com has finally published part 2 of my Rails article! You can find it here: http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html It would be really nice if we could get this slash dotted again before the weekend. >From what I understand, you''re more likely to get accepted when multiple people submit something. So, to anyone who has the inclination: if you would submit
2006 Mar 09
3
ONLamp.com Tutorial Trouble
I have installed Ruby on Rails and the latest version of MySQL in my Windows XP machine and I am following a demo from ONLamp.com <http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3>. I am 3/5 down the page where it says: "Open a browser and navigate to http://127.0.0.1:3000/recipe/new. You should see something like Figure 32." Instead of a page like Figure 32, I get
2005 Jan 22
6
Still having config problems
Hi, Having completely failed to sort out my apache 500 error, I thought I would work through the "Rolling with Ruby on Rails" tutorial at http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html I am using webrick, not apache - and still getting 500 errors. When I get to page 4 where http://127.0.0.1:3000/recipe/new should give me a data entry screen, instead I get...
2006 May 03
2
WEBrick initialisation error
I am new to Ruby so I thought the best way to get into it would be to follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the instructions to the letter and everything work just great, very impressive:-). A couple of days later when I went back to it I got the following message when trying to start the WEBrick server. U:\RoRProjects\cookbook>ruby script\server =>
2006 Jan 01
5
db connection problem: Mac X, MySQL 5, Rails 1
This has taken me quite a bit of time to sort out. The problem is this: Whenever my Rails app tries to query the db, it hangs forever. Having searched 5000+ emails to this group, I''ve not found an answer to my problem. I''d be happy to turn on logging, but can''t seem to get the Mac install of MySQL to boot up with the --log option set. I tried running mysqld and
2008 Apr 18
1
rails for dummies
Hellos all, I''m new to this so I have one really stupid question. When I make my website is the whole thing going to be encoded in my_test_controller.rb if I do ''ruby script\generate controller MyTest'' as "ONLamp" says to do? http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2 Cheers, Paul --~--~---------~--~----~------------~-------~--~----~
2006 Nov 04
2
Instant Rails 1.4 final released (with RadRails support!)
This is the final release for Instant Rails 1.4. It corrects the two known problems with the preview1 release (two help menu items caused Instant Rails to crash). Instant Rails 1.4 contains the following major changes: * Upgrades Rails to version 1.1.6 (other components upgraded to current release, also) * SCGI has been replaced by Mongrel (using Apache''s mod_proxy for
2006 Jun 06
4
Rails keeps adding the letter s to the MySQL tablename.
I followed this tutorial for Ruby on Rails... http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1 Everything went fine. I created the DB in MySQL and tested the recipe/new and recipe/list functions, and all went smooth. Now I''m trying to use Ruby on Rails to track software licenses here at work and I keep running into this strange problem. I am setting up the DB,
2006 Jan 24
1
Newbie: Cookbook Application problem with MYSQL
Hi everybody, I''ve been reading lot of material about Ruby on Rails, and it looks like really rocks. I''ve downloaded the one-click version for Windows and started to build the example cookbook app, found in: http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1 Everything looks good, but when I''m trying to create a new Recipe
2006 May 09
6
Still Stumbled on First things in trying RubyOnRails
Still Stumbled on First things in trying RubyOnRails http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html http://instantrails.rubyforge.org/tutorial/index.html http://rails.homelinux.org/ I had tried the first of the top 12 tutorials and got stuck after adding a new field ?category_id?in the table recipes,