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

Correcting Bundler.require in application.rb #252

Merged
merged 1 commit into from
Sep 8, 2014
Merged

Conversation

vinayvinay
Copy link
Contributor

We had deviated from the standard Rails 3.2.x Bundler.require directive. When we upgraded to the latest version of bootstrap-sass, Publisher deploys started failing during assets precompilation:

govuk_setenv publisher bundle exec rake \
RAILS_ENV=production RAILS_GROUPS=assets \
assets:precompile

@alext pointed this out, and suggested this change to keep configs consistent with other Rails 3.2.x apps.

We had deviated from the standard Rails 3.2.x
Bundler.require directive. When we upgraded
to the latest version of bootstrap-sass,
Publisher deploys started failing during
assets precompilation:

govuk_setenv publisher bundle exec rake \
RAILS_ENV=production RAILS_GROUPS=assets \
assets:precompile

@alext pointed this out, and suggested this
change to keep configs consistent with other
Rails 3.2.x apps.
@vinayvinay vinayvinay force-pushed the fix-publisher-deployes branch from 1b893fe to 2bcd669 Compare September 8, 2014 09:14
@vinayvinay vinayvinay changed the title Moved sass-rails out of the assets group Correcting Bundler.require in application.rb Sep 8, 2014
alext added a commit that referenced this pull request Sep 8, 2014
Correcting Bundler.require in application.rb
@alext alext merged commit 34556c2 into master Sep 8, 2014
@alext alext deleted the fix-publisher-deployes branch September 8, 2014 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants