[Rails] Re: i need some help how to solve this problem. urgent!

2015-04-17 Thread Ivan Lasorsa
Lucky boy, we didn't use Ruby at school. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] Re: I need some help

2010-01-27 Thread Marnen Laibow-Koser
kevid wrote: I can't start webrick from the command line. always have this error below. Some one help, please. C:\Users\imedia1\applicaruby script/server = Booting WEBrick = Rails 2.3.5 application starting on http://0.0.0.0:3000 = Call with -d to detach = Ctrl-C to shutdown server

[Rails] Re: I need some help

2010-01-27 Thread Alpha Blue
Open a command prompt from windows and run the following command: netstat This will show you what is currently open. -- 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 this group, send

[Rails] Re: i need some help

2009-07-02 Thread Simon Macneall
Hi, That sounds like you haven't set up your database.yml file correctly. Simon On Thu, 02 Jul 2009 20:11:33 +0800, Rajendra Bayana rails-mailing-l...@andreas-s.net wrote: hi, i am new to the ruby on rails. i am trying to create one web application using ror, i created directory

[Rails] Re: i need some help

2009-07-02 Thread Rick DeNatale
On Thu, Jul 2, 2009 at 8:11 AM, Rajendra Bayanarails-mailing-l...@andreas-s.net wrote:  Access denied for user 'root'@'localhost' (using password: NO). This is coming from MySql. You need to set up config/database.yml to match your mysql setup. You can run mysql with no password for the root