Ruby Forum Ruby on Rails > Weird behavior on Ruby 1.9.1

Posted by rodrigo3n (Guest)
on 09.02.2010 09:57
(Received via mailing list)
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?

Here are the warnings: http://gist.github.com/298738

Thanks,
Rodrigo Alves Vieira.
Posted by Conrad Taylor (conradwt)
on 09.02.2010 12:52
(Received via mailing list)
On Mon, Feb 8, 2010 at 3:51 PM, rodrigo3n <rodrigo3n@gmail.com> wrote:

> Thanks,
> Rodrigo Alves Vieira.
>
>
Rodrigo, these warnings are OK in regards to Ruby 1.9.1.  Furthermore, 
Ryan
Bates current screencast
also discusses this as well which can be found here:

http://railscasts.com/episodes/200-rails-3-beta-and-rvm

Good luck,

-Conrad
Posted by rodrigo3n (Guest)
on 09.02.2010 18:34
(Received via mailing list)
Thanks :-)