Rails 2.3.3 error under Ruby 1.9

Despite the claim that Rails now work under 1.9, I fail:

testapp\ $ script/console
script/console:2:in require': no such file to load -- script/../config/boot (LoadError) from script/console:2:in

Does that mean that Rails still do not work under 1.9 or I am doing
anything extremely stupid?

Did you update your gems after moving to Rails 1.9?

On Aug 25, 2:58 pm, Damian T. <rails-mailing-l…@andreas-

That should read Ruby 1.9. :slight_smile:

Well, I originally had 1.9.2 preview. Everything works under 1.9.1
though.

On Tue, Aug 25, 2009 at 10:33 PM, Damian T. <
[email protected]> wrote:

Well, I originally had 1.9.2 preview. Everything works under 1.9.1
though.

Ruby 1.9.1 is production release whereas 1.9.2 is a release candidate.
Next, you’ll need to install
all your gems for 1.9.1 by doing:

sudo gem install

-Conrad