Fix for issue #43: unitialized constant during rake
for Rails 2.3 applications
#44
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This makes issue #43 (which I just opened) go away by simply not loading the railtie when the detected Rails version is not 3.0 or greater.
Done, thanks!