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

Installing Devise in an empty Rails 2.3.4 app breaks rake routes task and script/* #1

Closed
shanesveller opened this issue Oct 21, 2009 · 4 comments

Comments

@shanesveller
Copy link

I have generated an empty Rails 2.3.4 app using PostgreSQL. After adding the exact same config.gem statements from the example devise app, some rake tasks and most of the script/* files are broken. I've created a gist with any relevant info I could think of. Please let me know if you'd like me to try anything or provide other information.

https://gist.github.com/c917f141b83edf199239

@shanesveller
Copy link
Author

It's worth noting than side-by-side on the same development machine, these commands all seem to work flawlessly within the directory for the devise_example app as of plataformatec/devise_example@cb661bdf2ad261d09d9c5977c6cf81124fb0279b .

@carlosantoniodasilva
Copy link
Member

Hello,
we've reviewed the loading process of Devise and it was a problem while requiring the mapping module. Also we added some info in README to help you creating a default root route and configuring url options for the mailer.
The bug is fixed and a new gem is available at gemcutter, version 0.1.1.
Please install the new gem and give it a try. Also let us know if you find another bug.
Thanks.

@shanesveller
Copy link
Author

Hello Carlos,
Thanks for the quick response. The updated gem and instructions seem to have down the trick. I'll let you know if I come across any other odd behavior.

Thanks again,
Shane

@carlosantoniodasilva
Copy link
Member

Hey Shane,
Good to know it's everything fine now. I'll close this issue okay.
You're welcome.
Carlos

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants