-
Notifications
You must be signed in to change notification settings - Fork 85
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
Not working properly if imported before devise-i18n #55
Labels
Comments
jfly
pushed a commit
to thewca/worldcubeassociation.org
that referenced
this issue
Aug 20, 2018
Bumps [devise-bootstrap-views](https://github.com/hisea/devise-bootstrap-views) from 0.0.11 to 1.1.0. - [Release notes](https://github.com/hisea/devise-bootstrap-views/releases) - [Commits](hisea/devise-bootstrap-views@v0.0.11...v1.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Some manual changes by @jfly to get this working: - Move `gem 'devise-i18n'` before `gem 'devise-bootstrap-views'`. See hisea/devise-bootstrap-views#55. - Remove scss import of devise_bootstrap_views After making these changes, I (@jfly) played around with each of the routes listed on `bin/rake routes | grep devise`, and things seem to be working fine.
jfly
pushed a commit
to thewca/worldcubeassociation.org
that referenced
this issue
Aug 20, 2018
Bumps [devise-bootstrap-views](https://github.com/hisea/devise-bootstrap-views) from 0.0.11 to 1.1.0. - [Release notes](https://github.com/hisea/devise-bootstrap-views/releases) - [Commits](hisea/devise-bootstrap-views@v0.0.11...v1.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Some manual changes by @jfly to get this working: - Move `gem 'devise-i18n'` before `gem 'devise-bootstrap-views'`. See hisea/devise-bootstrap-views#55. - Remove scss import of devise_bootstrap_views After making these changes, I (@jfly) played around with each of the routes listed on `bin/rake routes | grep devise`, and things seem to be working fine.
jfly
pushed a commit
to thewca/worldcubeassociation.org
that referenced
this issue
Aug 20, 2018
Bumps [devise-bootstrap-views](https://github.com/hisea/devise-bootstrap-views) from 0.0.11 to 1.1.0. - [Release notes](https://github.com/hisea/devise-bootstrap-views/releases) - [Commits](hisea/devise-bootstrap-views@v0.0.11...v1.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Some manual changes by @jfly to get this working: - Move `gem 'devise-i18n'` before `gem 'devise-bootstrap-views'`. See hisea/devise-bootstrap-views#55. - Remove scss import of devise_bootstrap_views After making these changes, I (@jfly) played around with each of the routes listed on `bin/rake routes | grep devise`, and things seem to be working fine.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bootstrap styles are not applied with the following Gemfile:
However, it works if the gem is listed after devise-i18n:
It seems that devise-i18n is overriding views from devise-bootstrap-views. It should be fixed somehow or mentioned in README.
The text was updated successfully, but these errors were encountered: