I have experienced a missing pathname issue which was solved by adding require 'pathname' at the top of environment.rb.
Check the full issue on a topic on stack overflow I opened:
http://stackoverflow.com/questions/14203410/rails-pathname-missing-in-environment-rb#comment19694470_14203410
I have experienced a missing pathname issue which was solved by adding
require 'pathname'at the top of environment.rb.Check the full issue on a topic on stack overflow I opened:
http://stackoverflow.com/questions/14203410/rails-pathname-missing-in-environment-rb#comment19694470_14203410