similar to: localhost:­3000

Displaying 20 results from an estimated 800 matches similar to: "localhost:­3000"

2013 Jun 21
7
IRB help
I''m new to Ruby. I installed Rails on Windows 8. When I type mkdir in IRB, I''m getting this. I tried running the IRB as administrator too, and still get the same result irb(main):001:0> mkdir lesson2 NameError: undefined local variable or method `lesson2'' for main:Object from (irb):1 from C:/RailsInstaller/Ruby1.9.3/bin/irb:12:in
2008 Mar 31
3
[PATCH 3/4] extract vmcoreinfo from /proc/vmcore for Xen
This patch is for kexec-tools-testing-20080324. --- kexec/crashdump.c.org 2008-03-25 11:51:51.000000000 +0900 +++ kexec/crashdump.c 2008-03-26 09:29:20.000000000 +0900 @@ -110,10 +110,8 @@ return 0; } -/* Returns the physical address of start of crash notes buffer for a kernel. */ -int get_kernel_vmcoreinfo(uint64_t *addr, uint64_t *len) +static int get_vmcoreinfo(char *kdump_info, uint64_t
2007 Sep 28
18
[makedumpfile] extract vmcoreinfo from /proc/vmcore for Xen
Hi, --- background ---------------------------------------------------- * what the makedumpfile is: To shorten the size of the dumpfile and the time of creating the dumpfile, makedumpfile copies only the necessary pages for analysis to the dumpfile from /proc/vmcore. You can specify the kind of unnecessary pages with dump_level. If you want to shorten the size further, enable the
2005 May 18
3
Announce list filters
Hi, (sorry, new thread, already dropped the previous postings) Johnny H. just posted a surprising feature: filtering options for the announce list. But they don't seem to be right or there is no announce standard. Pasi is posting storms of non i386 things. He uses: "CentOS 3 s390" the filter has: "CentOS-3 s390" Regards, -- Henk van Lingen, Systems & Network
2013 Jul 13
1
Rails and MySQL
I''m trying to use MySQL instead of SQLite3. I have MySQL installed on my pc. Do I need to ran something in the ruby to use MySQL? C:\>rails new MySQLRestaurant --database=mysql C:\>cd MySQLRestaurant C:\MySQLRestaurant>rails generate scaffold review poster:string date:datetime ar ticle:text C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/l
2006 Jun 01
1
How to achieve anchor in the html http://localhost:3000/event/event_info/100#comment5
I want to have the final URL something like this http://localhost:3000/event/event_info/100#comment5 comment_anchor = ''#comment5'' redirect_to :controller => ''event'', :action => ''event_info'' , :id => @session[:event_id] Now how do I pass this comment_anchor as html param to redirect_to ? Thanks. -------------- next part
2006 Apr 26
1
cant able to c welcome page. ...http://localhost:3000/
Hi, After starting instant rails and starting apache by using command ruby script/server i got all the messages perfectly as it was informed....and no error was shown but after i entered http://localhost:3000 it was half way in loading and i cant able to get welcome page.... i tried deleting that instant rails and again extracted the new one but nothing works... tell me what can be
2006 Mar 23
0
Why browsing "http://localhost:3000" get redirect?
Sometime after I finished the Rolling with Rails tutorial, when I browser http://localhost:3000, instead of the Rails page, I get a redirect to http://localhost:3000/recipe/list. Clearing the cookie fix the problem. Can someone explain why its like this? -- Posted via http://www.ruby-forum.com/.
2013 Aug 22
1
Unable to submit report to http://localhost:3000/reports/upload [401] Authorization Required
Hi, I''m having some troubles related with reports. Catalogs are updated between server and clients but I cannot submit reports because of the 401 error. All is caused by the security that I had to put and I don''t know how to solve it. Anybody knows how to fix it? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Puppet
2008 Oct 11
1
http://localhost:3000/index.html does not open my home page
Hi all How can I change the setup in order to open my home page "index.html" located inside the Public folder when I type http://localhost:3000/index.html thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2009 Jun 27
1
Error while opening localhost:3000
I installed ruby on rails and created a new project, when i start the server and check the "about your application''s environment" tab, I get a n error saying " We''re sorry, but something went wrong. We''ve been notified about this issue and we''ll take a look at it shortly. " can anybody tell me what I maybe doing wrong. thank you for taking
2008 Feb 12
0
button_to problem http://localhost:3000/art/151470;edi
hi all, now i am facing problem with button_to , it shows the path like http://localhost:3000/art/151470;edit instead of http://localhost:3000/art/edit/151470 the path is not displaying problem, so i got the error , no route found. in application_helper : def button_to(name, options = {}, html_options = nil) html_options = html_options.stringify_keys
2009 Jan 14
5
[PATCH] Support cross-bitness guest when core-dumping
This patch allows core-dumping to work on a cross-bit host/guest configuration, whereas previously that was not supported. It supports both PV and FV guests. The core file format generated by the host, needs to match that of the guest, so an alignment issue is addressed, along with the p2m frame list handling being done according to the guest size. Signed-off-by: Bruce Rogers
2009 Oct 02
4
Can't access http://localhost:3000
Hello, Pure newbie question. After installeing Ruby, Rail and al the gems I am following the tutorial here http://guides.rubyonrails.org/getting_started.html I start a server with Mongrel and it seems to be working, but when I try to acces http://localhost:3000 i get a firefox error: Firefox can''t establish a connection to the server at localhost:3000 I work under Vista with Ruby the
2006 Dec 07
2
No Instant Gratification ! Browser can''t access localhost:3000 (IR 1.4)
Hi! I''m learning Ruby on Rails with the Agile Web Development With Rails book. I have installed InstantRails 1.4 (under windows xp 2) and after doing all steps (gem updates, rails demo, ruby script/server which launches WEBrick server), I can''t access the localhost:3000 with the browser. I tried 127.0.0.1:3000 in apache config, then with my IP address 192.168.1.100:3000
2013 Feb 04
3
kill webrick process on OSX Lion {localhost:3000}
Hi Folks, I have a simple question When I have to stop the webrick server on my OSX Lion I use the follow keyboard button: Ctrl + Z but after that I launch the command: "ps" the webrick server is always active I have to kill the process with: kill -9 [ID PROCESS] exist a command to kill instantly the webrick server? thanks, C -- Posted via http://www.ruby-forum.com/. -- You
2011 Mar 21
4
Localhost:3000 using IE on parallels
Hey Guys, I am at my wits end over this issue. I have a rails app up and running using WEBrick on localhost:3000 from my mac, everything is fine. I would like to test my app in IE, so i am running parallels. To access localhost from IE on the virtual machine, i use MYCOMPUTERNAME.local in the address bar of IE. This serves up the "it works!" page no problem. However, when i specify
2004 Apr 22
4
Extension buttons
I've downloaded the entire archive of articles and searched through them for an answer on this, but I haven't come across one yet. I'm looking to replace a small phone system in my church with Asterisk, and I'm stuck looking for phones. I know that the staff are going to want a button for their commonly-called extensions, but I'm having trouble finding phones that have, say, 10
2006 Jul 14
5
browser connection issue to http://localhost:3000/ on XP ?
Hi, I think I have network issue on my XP PC here trying to run up InstantRails and using it. I create an application and run up the server "ruby scripts/server" and it runs up, but then when I try to browse to it the browser just sits and spins and doesn''t connect :( * I''ve tried: localhost:3000, 127.0.0.0:3000, 127.0.0.1:3000 + the IP address that
2006 Jul 14
2
browser connection issue to http://localhost:3000/ on XP ?
http://www.ruby-forum.com/topic/73035#new Hi, I think I have network issue on my XP PC here trying to run up InstantRails and using it. I create an application and run up the server "ruby scripts/server" and it runs up, but then when I try to browse to it the browser just sits and spins and doesn''t connect :( Note that I posted this at