It did not work for me either. I will try with ruby 1.9.2. On Saturday, September 29, 2012 5:22:23 AM UTC-5, Geoffrey Raymond wrote: > > When I run: > rails s > > I get this error: > /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in > > `block in require': iconv will be deprecated in the future, use > String#encode instead. > /usr/lib/ruby/gems/1.9.1/gems/activerecord-3.2.7/lib/active_record/dynamic_matchers.rb:50:in > > `method_missing': undefined method `write_inheritable_array' for > #<Class:0x00000003c2c380> (NoMethodError) > > I tried your solution I made a file in config/initializers/ with: > MissingSourceFile::REGEXPS.push([/^cannot load such file -- (.+)$/i, 1]) > > Any help would be very appreciated. I am fairly new so could you explain > steps, please. > Thanks! >
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
