[Rails] Re: ruby script/server ERROR

2009-01-30 Thread Rana Mag
Hi, How change rails version ? -- 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 email to rubyonrails-talk@googlegrou

[Rails] Re: ruby script/server ERROR

2009-01-30 Thread Jej
Hi, The error message is quite explicit: - either install Rails 1.2.6.0 (copy/paste the provided command line...) - or ask your environment to use your current rails version (look at environment.rb as explained) Jej > Hi > I have a problem when I use the command > ruby script/server > in some

[Rails] Re: ruby script/server ERROR

2009-01-27 Thread Basma Basma
many thanks to you Fred :) it's working now. -- 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 email to rubyonrails-ta

[Rails] Re: ruby script/server ERROR

2009-01-27 Thread Frederick Cheung
On 27 Jan 2009, at 15:10, Basma Basma wrote: > > Frederick Cheung wrote: >> On 27 Jan 2009, at 14:48, Basma Basma wrote: >> >>> >>> thanks Fred for replying. >>> but what kind of errors? >>> I wrote in database.yml >>> >> According to the error message there's a line with timeout: 5000 on >> i

[Rails] Re: ruby script/server ERROR

2009-01-27 Thread Basma Basma
Frederick Cheung wrote: > On 27 Jan 2009, at 14:48, Basma Basma wrote: > >> >> thanks Fred for replying. >> but what kind of errors? >> I wrote in database.yml >> > According to the error message there's a line with timeout: 5000 on it > Also indentation in yaml is significant. > > Fred yes th

[Rails] Re: ruby script/server ERROR

2009-01-27 Thread Frederick Cheung
On 27 Jan 2009, at 14:48, Basma Basma wrote: > > Frederick Cheung wrote: >> On 27 Jan 2009, at 12:25, Basma Basma wrote: >> >>> I close it! >>> >>> >> Sounds like a syntax error in database.yml. >> >> Fred > > thanks Fred for replying. > but what kind of errors? > I wrote in database.yml > Accor

[Rails] Re: ruby script/server ERROR

2009-01-27 Thread Basma Basma
Frederick Cheung wrote: > On 27 Jan 2009, at 12:25, Basma Basma wrote: > >> I close it! >> >> > Sounds like a syntax error in database.yml. > > Fred thanks Fred for replying. but what kind of errors? I wrote in database.yml development: adapter: mysql database: web host: localhost username: r

[Rails] Re: ruby script/server ERROR

2009-01-27 Thread Frederick Cheung
On 27 Jan 2009, at 12:25, Basma Basma wrote: > > > > > > Hi > I have a problem when I use the command > ruby script/server > in some of applications , the server dose not working end exiting > before > I close it! > > Sounds like a syntax error in database.yml. Fred > to know what I mean plea