Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pathname issue on Mac Os & Pow #3816

Closed
Diolor opened this issue Jan 7, 2013 · 4 comments
Closed

Pathname issue on Mac Os & Pow #3816

Diolor opened this issue Jan 7, 2013 · 4 comments

Comments

@Diolor
Copy link

Diolor commented Jan 7, 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

@tubbo
Copy link
Contributor

tubbo commented Jan 7, 2013

What version of Ruby are you running, by the way?

@Diolor
Copy link
Author

Diolor commented Jan 7, 2013

It's 'ruby-1.9.3-p327'

@jhass
Copy link
Member

jhass commented Jan 7, 2013

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).

@tubbo
Copy link
Contributor

tubbo commented Jan 7, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants