You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, the docs say use db:create db:schema:load for a reason but I can't reproduce it on master nor develop with or without bundle exec (Using RVM/Archlinux).
I also can't reproduce this on OS X 10.8.2, but I'm not using Pow. Don't see a problem with adding a require here if it's going to achieve compatibility on Pow, as require's simply return false when they're already included.
jaywink
added a commit
to jaywink/diaspora
that referenced
this issue
May 4, 2013
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
The text was updated successfully, but these errors were encountered: