internal tools
  1. internal tools

heroku-buildpack-ruby

Public
AuthorCommitMessageCommit dateIssues
Richard SchneemanRichard Schneeman
2ba32e6489fPerformance-M WEB_CONCURRENCY data
Richard SchneemanRichard Schneeman
8d1ed781d9cMMerge pull request #473 from heroku/mattgraham-patch-1Update buildpack image to align with marketing
Matt GrahamMatt Graham
a58aa352814Update README.md
schneemsschneems
e9e442eb706[ci skip] v145
Richard SchneemanRichard Schneeman
518ab6a03f3MMerge pull request #462 from heroku/schneems/fail-on-assets-rails[close #358] Fail on Rake detect for Rails Apps
Richard SchneemanRichard Schneeman
ad42bdde3cfUpdate ruby.rb
Richard SchneemanRichard Schneeman
5301fb9109fMMerge pull request #468 from heroku/schneems/fix-bundler-warning-moreUse correct metadata directory
schneemsschneems
5b673061755Use correct metadata directory
schneemsschneems
92ca39e3d41[close #358] Fail on Rake detect for Rails AppsRails applications should be reasonably expected to run `rake` when a Rakefile is present. Right now this is the behavior we support https://github.com/heroku/heroku-buildpack-ruby/issues/358#issuecomment-90250883. While it might be reasonable that a Ruby application might not expect us to run Rake, a Rails app with the asset pipeline, while they might not be using the asset pipeline, should b...
Richard SchneemanRichard Schneeman
0287055d60aUpdate ruby.rb
Richard SchneemanRichard Schneeman
c7ccbbbe491Update ruby.rb
Richard SchneemanRichard Schneeman
75a7ad335b3MMerge pull request #465 from heroku/schneems/better-bundler-error2Alternative to #463 always warn on Bundler change
Richard SchneemanRichard Schneeman
634bc184116MMerge pull request #467 from heroku/schneems/fix-default-env-varsFix config vars for existing apps
schneemsschneems
bd34c649654Fix config vars for existing appsWe weren't setting the environment variables for older apps :(
schneemsschneems
9d2bef702d4Alternative to #463 always warn on Bundler changeWarn when upgrading bundler version. Instead of trying to detect errors or problems make the fact that we upgraded bundler much more noticeable. This may result in more false flag support ticketes but it also points people to how to test their app to ensure the problem was not in-fact caused by the bundler version change by setting the release version on their app. This warning will only be pr...
Richard SchneemanRichard Schneeman
510c2d6e71eMMerge pull request #464 from heroku/schneems/env-varPlatform changes prevent unacceptable env vars
schneemsschneems
8057f8e4b39Platform changes prevent unacceptable env varsDue to platform changes we can no longer set weird env var names. This test was for a very intermittent problem not likely to reproduce again, we can safely get rid of this test for now and reintroduce if needed. Originally introduced in - https://github.com/heroku/heroku-buildpack-ruby/pull/229 - https://github.com/heroku/heroku-buildpack-ruby/commit/8b6126f1497a85dff8b897bf0426b5d8333c6d7f
schneemsschneems
e738ee04d2c[ci skip] changelog
Richard SchneemanRichard Schneeman
e34fb2494b7MMerge pull request #461 from heroku/bundler_11.2Upgrade bundler to 1.11.2
Richard SchneemanRichard Schneeman
006b9b2050fMMerge pull request #460 from heroku/rails-5Rails 5
Damien MathieuDamien Mathieu
5c6f078ef82upgrade bundler to 1.11.2
schneemsschneems
c9fae9a4607Enable STDOUT logging via rails/rails#23734Do not warn when rails_12factor not enabled.
schneemsschneems
362d624c07eAllow beta versions to be flagged into Rails 5
Richard SchneemanRichard Schneeman
354ff7a483eMMerge pull request #459 from heroku/schneems/procfile-warning-reduxWarn on no Procfile use, don't mention Webrick
schneemsschneems
f4a51f795fdWarn on no Procfile use, don't mention WebrickWhile someone __may__ be using webrick they may also be puma or some other webserver with an integrated rack handler. Make the error more generic. The webpage was updated to say that a `Procfile` is best practice. It still talks about WEBrick but this is secondary.
Terence LeeTerence Lee
7f8b1a0172dbump to v144
Terence LeeTerence Lee
c4fc3c2805aupdate changelog
Terence LeeTerence Lee
be917105f77MMerge pull request #433 from heroku/circleciCircle CI
Terence LeeTerence Lee
4d211caf6d5replace TRAVIS with generic CI
Terence LeeTerence Lee
da95cd705f0initial circleci support
Terence LeeTerence Lee
84b333727a8MMerge pull request #457 from heroku/sleep-bw-runsAdded sleep between one-off dyno runs in test
Joe KutnerJoe Kutner
be351c37c52Added sleep between one-off dyno runs in test
Terence LeeTerence Lee
fc29f3fc35dset this test to pending for now until free allows more than 1 process type
Terence LeeTerence Lee
7483cbef3e5MMerge pull request #456 from heroku/fix-default-ruby-224Fix default Ruby to be 2.2.4
Terence LeeTerence Lee
b728d25acc2remove duplicate DEFAULT_RUBY_VERSION constant
Terence LeeTerence Lee
3ac83a711a5actually set 2.2.4
Terence LeeTerence Lee
33d6b2a8198bump to v143
Terence LeeTerence Lee
bc1152d5e40update changelog
Terence LeeTerence Lee
2ee415059a7MMerge pull request #454 from heroku/default-ruby-22change default ruby to 2.2.4 from 2.0.0
Terence LeeTerence Lee
20c3e4fdb0dchange default ruby to 2.2.4 from 2.0.0Ruby 2.0.0 is being sunset on Feb. 24, 2016. This changes the default for new apps that haven't set a ruby in their Gemfile. By doing so, we won't be putting users on a Ruby being sunset soon. In addition to Ruby being sunset, Rails 5 beta needs a newer Ruby as well.
Terence LeeTerence Lee
d5853968994JDK9 test should check for 9-internal from @jkutner
schneemsschneems
230fa0dcbe8v142
Richard SchneemanRichard Schneeman
61c13d40632MMerge pull request #450 from heroku/pgconfigAdded pgconfig jar to JDK for JRuby JDBC
Joe KutnerJoe Kutner
119bc88311cUse a fetcher to retrieve pgconfig.jar
Joe KutnerJoe Kutner
248b30a4207Added pgconfig jar to JDK for JRuby JDBC
Richard SchneemanRichard Schneeman
43a34feb85dMMerge pull request #449 from heroku/heroku-postgresdon't specify the heroku-postgresql plan, let addon pick
Terence LeeTerence Lee
37c0375cf66don't specify the heroku-postgresql plan, let addon pick
Richard SchneemanRichard Schneeman
d05b8804837MMerge pull request #444 from heroku/schneems/443Instruct curl to follow redirects.
Richard SchneemanRichard Schneeman
2b5a7215a6cMMerge pull request #445 from rstacruz/patch-1Readme: fix typo
Rico Sta. CruzRico Sta. Cruz
3063d8026f9Readme: fix typo