Skip to content

Instantly share code, notes, and snippets.

@hecbuma
Created April 18, 2011 20:49
Show Gist options
  • Save hecbuma/926142 to your computer and use it in GitHub Desktop.
Save hecbuma/926142 to your computer and use it in GitHub Desktop.
// this the error that Im getting. I have pg mongo and all the gems that I need installed correctly
//using ruby 1.8.7 and rails 3
C:\Users\hecbuma-lap\projects\xxxx>rails s
WARNING: using the built-in Timeout class which is known to have issues when use
d for opening connections. Install the SystemTimer gem if you want to make sure
the Redis client will not hang.
=> Booting WEBrick
=> Rails 3.0.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
./lib/formtastic.rb:54: warning: already initialized constant POSITION
Exiting
C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/uri/common.rb:436:in `split': bad URI(i
s not URI?): (URI::InvalidURIError)
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/uri/common.rb:485:in `pars
e'
from C:/Users/hecbuma-lap/projects/xxxx/config/initializers/resque.rb
:1
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:235:in `load'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:235:in `load'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:225:in `load_dependency'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:596:in `new_constants_in'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:225:in `load_dependency'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:235:in `load'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/engine.rb:201
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/engine.rb:200:in `each'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/engine.rb:200
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/initializable.rb:25:in `instance_exec'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/initializable.rb:25:in `run'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/initializable.rb:50:in `run_initializers'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/initializable.rb:49:in `each'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/initializable.rb:49:in `run_initializers'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/application.rb:134:in `initialize!'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/application.rb:77:in `send'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/railties-3.0.3/l
ib/rails/application.rb:77:in `method_missing'
from C:/Users/hecbuma-lap/projects/xxxx/config/environment.rb:10
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:239:in `require'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:239:in `require'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:225:in `load_dependency'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:596:in `new_constants_in'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:225:in `load_dependency'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.
0.3/lib/active_support/dependencies.rb:239:in `require'
from C:/Users/hecbuma-lap/projects/xxxx/config.ru:3
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/r
ack/builder.rb:46:in `instance_eval'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/r
ack/builder.rb:46:in `initialize'
from C:/Users/hecbuma-lap/projects/xxxx/config.ru:1:in `new'
from C:/Users/hecbuma-lap/projects/xxxx/config.ru:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment