forked from cloudfoundry/ruby-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update buildpack #1
Open
thd-rental-team
wants to merge
147
commits into
ibmdb:master
Choose a base branch
from
unknown repository
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[#82976184]
control all of our test repos
[#88174340]
Removes support for ruby 1.8.7 [#88174340]
Make `bundle clean` have the same context as `bundle install`
[#89253462]
[#88174340]
…CONCURRENCY Allow opting in to default WEB_CONCURRENCY
- Set RAILS_SERVE_STATIC_FILES by default on Rails 4.2+ (rails/rails#18100)
Enable Rails 5 to work on Heroku
…-env Fail fast if ENV["STACK"] is missing
…aults Use more generic flag for sensible default detect
- Replace heroku hosted binaries with our own - Replace heroku build ruby lucid64 binaries with our own [#88174356]
[#89739788]
[#89533294]
1. remove package.sh dependency on rvm 2. changed Postgres database usage to sqlite3 3. removed Rails edge test, which was testing year old version of Rails Signed-off-by: Anthony Emengo <[email protected]>
Added test for jruby_opts output during build Added jruby_opts to blacklist of env vars Only set jruby_opts for build if user sets jruby_build_opts
Signed-off-by: JT Archie <[email protected]>
Added a redeploy step to JRuby test to cover jruby_opts at build time
Tmpdir cleanup fixes
This updates the version of Bundler used to the current newest version, 1.9.7. We've been continuing to backport bugfixs to the 1.7.x series just for Heroku, but unless Heroku joins Ruby Together I don't have enough time available to make sure that continues to happen. In addition, there are _many_ features that are simply unavailable to Heroku users who want or need to use them, including the ability to keep Gem server credentials out of checked in files.
Previously bundler would emit an error message when `bundle platform --ruby` was executed. It no longer does this. To provide a user with relevant debugging information we now call `bundle check` when an error is observed, as this will emit the correct debugging info.
Update Bundler version
Signed-off-by: JT Archie <[email protected]>
Signed-off-by: JT Archie <[email protected]>
Signed-off-by: Sai To Yeung <[email protected]>
…986118 Signed-off-by: Colin Jackson <[email protected]>
[#94986118] Signed-off-by: Colin Jackson <[email protected]>
[#94986118] Signed-off-by: Colin Jackson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have synced this buildpack up with the latest ruby buildpack from CloudFoundry.