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 view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-core/-/b5MaRlGEI6oJ.
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