forked from mattmanning/heroku-buildpack-ruby-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Latest heroku-buildpack-ruby from upstream #5
Open
willthames
wants to merge
665
commits into
jgarber:master
Choose a base branch
from
willthames:master
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.
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
Test upgrading Ruby versions
compile psych with libyaml 0.1.5
run supports everything run_with_env does, so let's use that
buildpack-env-arg fixes
Introduced `rake_env` to LanguagePack interface. Renamed `default_database_url` to `database_url`.
fix rake detection when DATABASE_URL not present
more pony fixes
* don't write `config/database.yml` in Rails 4.1, See rails/rails#13463 (comment). * setup env var SECRET_KEY_BASE for Rails 4.1's `config/secrets.yml`
Scale back JRuby heap size on PX dynos
special case for patchlevel rubies. fixes jruby 9.0.0.0.pre1
don't vendor in JVM on cedar-14 as it's now available on the stack.
control all of our test repos
Make `bundle clean` have the same context as `bundle install`
…RENCY 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
Fail fast if ENV["STACK"] is missing
Use more generic flag for sensible default detect
👍 Currently, this buildpack cannot be used on Cedar-14; given that Cedar is scheduled for EOL very soon, I hope @jgarber can merge this and get the buildpack working on the new platform. |
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.
Merge in v134 of https://github.com/heroku/heroku-buildpack-ruby
To see differences: