Displaying 2 results from an estimated 2 matches for "uncaughtthrow".
2006 Apr 08
2
Does anybody know what what is causing this console message?
This started, I think, after I upgraded to 1.1.
trunk 508 $ruby script/console
Loading development environment.
/usr/local/lib/ruby/1.8/test/unit/assertions.rb:265: warning: already
initialized constant UncaughtThrow
>>
Everything seems to work in the console, however.
Keith
--
Posted via http://www.ruby-forum.com/.
2006 May 09
1
Rails freeze, weird error
.../ into vendor/rails
Then I ran "rake rails:update".
Then I went into console, and tried to check the current version of Rails:
$ rake rails:update
$ ruby script/console
Loading development environment.
/usr/lib/ruby/1.8/test/unit/assertions.rb:265: warning: already
initialized constant UncaughtThrow
./script/../config/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:100:in
`const_missing'':NameError: uninitialized constant
ActionController::TestProcess
>> Rails::VERSION::STRING
=> "1.0.0"
>> Loaded suite irb
Star...