Hello everyone, I've recently installed Rails 3 and beginning using
it, but I found something strange: With a simple app, with no
additional gems required I test using REE and all rails commands
(rails server, rails g, rails console, rake db:wtv and all) work
properly. But when i test the same app and the same commands with Ruby
1.9.1, I get a lot of warnings but after it, the command works. Weird,
isn't it?