script/concolse does not work in Rails 2.1.0, 2.1.1 for me

script/console
Loading development environment (Rails 2.1.1)
>> reload!
NoMethodError: undefined method `reload!' for main:Object
        from (myirb):1
        from :0

>> Article.find(1)
NameError: uninitialized constant Article
        from (myirb):2
        from :0
>>
But i know, that Artice model exists
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to