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.
on 09.02.2010 09:57
on 09.02.2010 12:52
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