[MacRuby] #1423: LoadError with activerecord

MacRuby ruby-noreply at macosforge.org
Tue Nov 22 18:47:09 PST 2011


#1423: LoadError with activerecord
---------------------------------+------------------------------------------
 Reporter:  scott@…              |        Owner:  lsansonetti@…        
     Type:  defect               |       Status:  closed               
 Priority:  blocker              |    Milestone:                       
Component:  MacRuby              |   Resolution:  invalid              
 Keywords:                       |  
---------------------------------+------------------------------------------
Changes (by watson1978@…):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 I think you would try to
 {{{
 $ macruby -r rubygems -e 'require "active_record";  p 42'
 42
 }}}

 [[BR]]
 And, MacRuby can't autoload 'rubygems' yet (#855). [[BR]]
 So, following command (without  '-r rubygems') occurs LoadError
 {{{
 $ macruby -e 'require "active_record"'
 -e:1:in `<main>': no such file to load -- active_record (LoadError)
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1423#comment:1>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list