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

remove compiled devise files #22

Open
btbonval opened this issue May 5, 2014 · 1 comment
Open

remove compiled devise files #22

btbonval opened this issue May 5, 2014 · 1 comment
Labels

Comments

@btbonval
Copy link
Member

btbonval commented May 5, 2014

config/initializers/devise.rb and config/locales/devise.en.yml conflict and must be overridden when running rails g devise:install on a localhost system.

rails g devise:install will generate these files automatically and we have not modified them. It seems that these files are not worth tracking.

Any reason we should leave them in the repo?

@btbonval
Copy link
Member Author

btbonval commented May 5, 2014

btw rails g devise:install will insert the config.secret_key line, which is due to us using a newer version of devise.

Alternatively, we should find which version of devise is being run upstream and lock that version in the Gemfile so that our source files don't need to be updated at all.

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

No branches or pull requests

1 participant