Ruby 1.9 problem

What wrong:

rails test

/var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support/core_ext/uri.rb:8:in
<top (required)>': uninitialized constant URI::Parser (NameError) from /var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support/core_ext.rb:3:inrequire’
from
/var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support/core_ext.rb:3:in
block in <top (required)>' from /var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support/core_ext.rb:1:ineach’
from
/var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support/core_ext.rb:1:in
<top (required)>' from /var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support.rb:55:inrequire’
from
/var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support.rb:55:in
<top (required)>' from /usr/lib/ruby1.9/gems/1.9.0/gems/rails-2.3.2/lib/rails_generator.rb:28:inrequire’
from
/usr/lib/ruby1.9/gems/1.9.0/gems/rails-2.3.2/lib/rails_generator.rb:28:in
<top (required)>' from /usr/lib/ruby1.9/gems/1.9.0/gems/rails-2.3.2/bin/rails:14:inrequire’
from /usr/lib/ruby1.9/gems/1.9.0/gems/rails-2.3.2/bin/rails:14:in
<top (required)>' from /usr/bin/rails:19:inload’
from /usr/bin/rails:19:in `’

Fresh M. wrote:

What wrong:

rails test

/var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support/core_ext/uri.rb:8:in
`<top (required)>’: uninitialized constant URI::Parser (NameError)

You’re using a ruby version that isn’t supported by rails?

7stud – wrote:

Fresh M. wrote:

What wrong:

rails test

/var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support/core_ext/uri.rb:8:in
`<top (required)>’: uninitialized constant URI::Parser (NameError)

You’re using a ruby version that isn’t supported by rails?

…or by one of your gems?

On May 10, 4:56 pm, Fresh M. [email protected]
wrote:

What wrong:

rails test

/var/lib/gems/1.9.0/gems/activesupport-2.3.2/lib/active_support/core_ext/ur i.rb:8:in

Don’t use 1.9.0 - it’s an unstable development version. The first
stable version of ruby 1.9 is 1.9.1

Fred