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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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.
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
29 matches
Mail list logo