We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Date:2008-07-21 11:30 Priority:3 Submitted By:Dean Wampler (deanwampler) Assigned To:Dean Wampler (deanwampler) Category:Refactorings State:Open Summary:Eliminate most "require File.dirname(FILE) + ..."
Detailed description
As Micah Martin blogged, http://blog.8thlight.com/articles/2007/10/08/micahs-general-guidelines-on-ruby-require, you can avoid most of these by setting your path properly. Refactor Aquarium to use these idioms.
The text was updated successfully, but these errors were encountered:
The approach taken by datamapper might be worth looking at: http://datamapper.org/
Sorry, something went wrong.
No branches or pull requests
Date:2008-07-21 11:30
Priority:3
Submitted By:Dean Wampler (deanwampler)
Assigned To:Dean Wampler (deanwampler)
Category:Refactorings
State:Open
Summary:Eliminate most "require File.dirname(FILE) + ..."
Detailed description
As Micah Martin blogged, http://blog.8thlight.com/articles/2007/10/08/micahs-general-guidelines-on-ruby-require, you can avoid most of these by setting your path properly. Refactor Aquarium to use these idioms.
The text was updated successfully, but these errors were encountered: