Re: [Rails] Script/server gives the error

2012-02-13 Thread Peter De Berdt
On 13 Feb 2012, at 15:35, Colin Law wrote: => Booting WEBrick => Rails 2.3.8 application starting on http://0.0.0.0:3000 /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/ active_support/dependencies.rb:105:in `const_missing': uninitialized constant User::Authentication (NameError) f

Re: [Rails] Script/server gives the error

2012-02-13 Thread Colin Law
On 13 February 2012 14:28, Amrit Pal Pathak wrote: > On Mon, Feb 13, 2012 at 7:42 PM, Colin Law wrote: >> On 13 February 2012 13:58, Amrit Pal Pathak >> wrote: >>> script/server gives the following error. >>> >>> => Booting WEBrick >>> => Rails 2.3.8 application starting on http://0.0.0.0:3000

Re: [Rails] Script/server gives the error

2012-02-13 Thread Amrit Pal Pathak
On Mon, Feb 13, 2012 at 7:42 PM, Colin Law wrote: > On 13 February 2012 13:58, Amrit Pal Pathak wrote: >> script/server gives the following error. >> >> => Booting WEBrick >> => Rails 2.3.8 application starting on http://0.0.0.0:3000 >> /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_s

Re: [Rails] Script/server gives the error

2012-02-13 Thread Colin Law
On 13 February 2012 13:58, Amrit Pal Pathak wrote: > script/server gives the following error. > > => Booting WEBrick > => Rails 2.3.8 application starting on http://0.0.0.0:3000 > /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:105:in > `const_missing': uninitial

[Rails] Script/server gives the error

2012-02-13 Thread Amrit Pal Pathak
script/server gives the following error. => Booting WEBrick => Rails 2.3.8 application starting on http://0.0.0.0:3000 /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:105:in `const_missing': uninitialized constant User::Authentication (NameError) from /ho

Re: [Rails] script/server error (undefined method `name' for "ZenTest")

2011-12-03 Thread Colin Law
On 3 December 2011 18:17, Roy Zinn wrote: > Hi All, > > I have an rails 2.3.11 app which I'm trying to run locally. When runnign > script/server i get this error which i googled but couldn't find the > answer anywhere: I can't find the reference now but I think I remember seeing this issue (or si

[Rails] script/server error (undefined method `name' for "ZenTest")

2011-12-03 Thread Roy Zinn
Hi All, I have an rails 2.3.11 app which I'm trying to run locally. When runnign script/server i get this error which i googled but couldn't find the answer anywhere: Gem::SourceIndex#initialize called from /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/rails/vendor_gem_source_index.rb:100. I

Re: [Rails] script/server (Error)

2011-04-12 Thread Chris Kottom
Try: rake db:create On Tue, Apr 12, 2011 at 7:00 PM, amritpal pathak wrote: > i did > cd blog > script/server and got follwoing message . > > => Booting WEBrick > => Rails 2.3.8 application starting on http://0.0.0.0:3000 > /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/conn

[Rails] script/server (Error)

2011-04-12 Thread amritpal pathak
i did cd blog script/server and got follwoing message . => Booting WEBrick => Rails 2.3.8 application starting on http://0.0.0.0:3000 /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_specification.rb:62:in `establish_connection': adapter:

[Rails] script/server log - use colour to highlight errors?

2010-10-20 Thread Truly Ruby
Hi all, Is there a way of adding colour to the script/server terminal log, so that issues and errors can easily be spotted? When working locally, I often glance at the terminal screen to catch 'ActionController::RoutingError' messages, '500' errors and so on - I'd love to for these issues to be h

Re: [Rails] script/server

2010-09-06 Thread Chris Mear
On 6 Sep 2010, at 04:02, Daniel wrote: > I am running into an odd problem and would love some assistance. I > had Ruby/Rails up and running perfectly fine on a Win 7 machine but > recently had to perform a fresh install of everything. The previous > install as well as this one were completed wi

[Rails] script/server

2010-09-06 Thread Daniel
I am running into an odd problem and would love some assistance. I had Ruby/Rails up and running perfectly fine on a Win 7 machine but recently had to perform a fresh install of everything. The previous install as well as this one were completed with RubyInstaller 1.9.2. In the old install I was

Re: [Rails] script/server problem/...

2010-08-13 Thread neha tomar
thx,... On Fri, Aug 13, 2010 at 12:05 AM, Chris Mear wrote: > On 12 August 2010 09:14, sam wrote: > > /usr/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line 6, col > > 2: ` database: teambox2' (ArgumentError) > > When you get an error, the first line of the stack trace is usually > the

Re: [Rails] script/server problem/...

2010-08-12 Thread Chris Mear
On 12 August 2010 09:14, sam wrote: > /usr/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line 6, col > 2: `  database: teambox2' (ArgumentError) When you get an error, the first line of the stack trace is usually the first place to look. In this case, the yaml library is complaining about b

Re: [Rails] script/server problem/...

2010-08-12 Thread Colin Law
On 12 August 2010 09:14, sam wrote: > r...@essc-openvpn:/websites/teambox.mydomain.com/teambox# sudo script/ > server -e development > /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.5/lib/bundler/runtime.rb: > 132: warning: Insecure world writable dir /usr/bin in PATH, mode > 040777 > => Booting Mon

[Rails] script/server problem/...

2010-08-12 Thread sam
r...@essc-openvpn:/websites/teambox.mydomain.com/teambox# sudo script/ server -e development /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.5/lib/bundler/runtime.rb: 132: warning: Insecure world writable dir /usr/bin in PATH, mode 040777 => Booting Mongrel => Rails 2.3.8 application starting on http:

[Rails] script/server throws out lot of errors

2010-08-09 Thread Karthikeyan
Hello, I use Rails 2.3.8 on my Ubuntu (10.04) machine. I started a new app and when I started it using script/server , I get these following errors => Booting Mongrel => Rails 2.3.8 application starting on http://0.0.0.0:3000 /var/lib/gems/1.8/gems/rails-2.3.8/lib/initializer.rb:271:in `require_f

[Rails] script/server vs mongrel_rails start issue

2010-06-13 Thread structuralartistry
I am having different results between when I start mongrel with script/ server and with mongrel_rails start. When I run script/server to boot mongrel everything runs fine, no errors. When I run mongrel_rails start I get the following errors - verified the problem on a fresh app and on two differe

[Rails] script/server not working, I can't setup my local environment.

2010-04-23 Thread Matt
Hey guys, I've been trying to get my local env up and running on my new machine, I never really figured out how I did it last time, and this time its a nightmare. Every time I go to run script/server in my project file, I get this error below which asks about certain gems being required but I guar

Re: [Rails] Script/server reference wrong version of initializer.rb

2010-02-20 Thread Colin Law
On 20 February 2010 03:21, RichardOnRails wrote: > Hi All, > > In my Rails app RTS,  I specify: > RAILS_GEM_VERSION = '2.3.5' > in \RTS\config\environment.rb > > I have no Windows environment variable named RAILS_GEM_VERSION > > When I run ruby script/server, I get the error message: > > K:/_Utili

[Rails] Script/server reference wrong version of initializer.rb

2010-02-19 Thread RichardOnRails
Hi All, In my Rails app RTS, I specify: RAILS_GEM_VERSION = '2.3.5' in \RTS\config\environment.rb I have no Windows environment variable named RAILS_GEM_VERSION When I run ruby script/server, I get the error message: K:/_Utilities/ruby186-26_rc2/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/ lib/ini

Re: [Rails] Script/Server options for other ports

2009-11-27 Thread dwhitekiss
Thanks On Fri, Nov 27, 2009 at 12:18 PM, Jeffrey L. Taylor wrote: > Quoting dwhitekiss : > > Hi, > > > > Does this mean that I have to reconfigure either bind or ror settings? > > > > # script/server > > => Booting WEBrick > > => Rails 2.3.4 application starting on http://0.0.0.0:3000 > > => Cal

Re: [Rails] Script/Server options for other ports

2009-11-27 Thread Wang Pengcheng
Pay your attention to the port. :-) 2009/11/27 dwhitekiss > Hi, > > Does this mean that I have to reconfigure either bind or ror settings? > > # script/server > => Booting WEBrick > => Rails 2.3.4 application starting on http://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown ser

Re: [Rails] Script/Server options for other ports

2009-11-26 Thread Jeffrey L. Taylor
Quoting dwhitekiss : > Hi, > > Does this mean that I have to reconfigure either bind or ror settings? > > # script/server > => Booting WEBrick > => Rails 2.3.4 application starting on http://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > [2009-11-27 12:10:47] INFO WEBr

[Rails] Script/Server options for other ports

2009-11-26 Thread dwhitekiss
Hi, Does this mean that I have to reconfigure either bind or ror settings? # script/server => Booting WEBrick => Rails 2.3.4 application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server [2009-11-27 12:10:47] INFO WEBrick 1.3.1 [2009-11-27 12:10:47] INFO rub

[Rails] script/server stopped working after deployment

2009-07-05 Thread Aaron Day
I have my app up and running but now I can't run it locally anymore. I did not touch the environment.rb nor the database.yml. when I run "script/server" I get this: /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- active_support (LoadE

[Rails] script/server error on Mac OS X

2009-03-26 Thread Bernard Dubuisson
Hello all, Recently, my apps stopped functionning properly on my dev machine running Mac OS 10.4.11 Both script/server and script/console commands return this : dub-macbook:~/Sites/contacts dub$ script/server dyld: NSLinkModule() error dyld: Symbol not found: _rb_thread_alive_p Referenced fro

[Rails] script/server -- responding to multiple request simultaneously?

2009-02-06 Thread Jacob Refstrup
Hi, I'm trying to see if there's an easy way that I can get script/server to process multiple requests simultaneously? Why you might ask... well I'm developing a web app that sits on top of several web services and for development expediency I'm trying to "host" them all on the same host:post.

[Rails] Script/Server working but Script/Console not working

2008-10-24 Thread Vinay
Hi all, I have been having a very weird problem for a few weeks. I am able to start up the server using "script/server" for my application and run it successfully but "script/console" is not working. I have been managing without it but somethings not right and i need to fix it. This is the error t