Confused about 1.1 installation

Hey all,

I just upgrade to Rails 1.1 and it seems to have gone fine (from 1.0).
However, when I create a new rails application and start it with
Webrick, I
get this error when viewing my “Applications’ Environment”

Recognition failed for “/rails_info/properties”

So I went looking for the Rails installation. I found rails-0.14.3 and
rails-1.0.0 at “/usr/lib/ruby/gems/1.8/gems/”, but no evidence of rails
1.1.
Anyone know where it goes? I’m on OS X (Tiger) and used the gem install
method (with dependencies). I also recently upgraded to Ruby 1.8.4
(from
1.8.2).

Any thoughts? I’ve searched google and the Ruby Forum, but didn’t turn
anything up.

TIA,

-Ron

Not sure why you can’t find the 1.1 install, but to fix the error, try
running:

rake rails:update

Make sure you run it in your application’s directory.

-Todd

get this error when viewing my “Applications’ Environment”

Recognition failed for “/rails_info/properties”

Thanks Todd,

That did the trick. It’s odd though, since I created this application
after
I upgraded to 1.1. And I’m baffled about the install location still.
But
it’s working fine.

-Ron