internal tools
  1. internal tools

heroku-buildpack-ruby

Public
AuthorCommitMessageCommit dateIssues
Bill KuhhirteBill Kuhhirte
541beb1b640MPull request #2: Fix buildsMerge in OIT/heroku-buildpack-ruby from fix-builds to master * commit '9368779cae5a361ad6cc51b9b3d1bff8f0764c9b': Fixed address for libyaml and buildcurl doesn't work anymore. Starting to address issue where we download 3rd party stuff every build
Bill KuhhirteBill Kuhhirte
9368779cae5Fixed address for libyaml and buildcurl doesn't work anymore.
Bill KuhhirteBill Kuhhirte
4b888a86b37Starting to address issue where we download 3rd party stuff every build
Bill KuhhirteBill Kuhhirte
6969bcfbc12MPull request #1: OPTX-15378 - Addressing issues where we pulled in new libraries every time.Merge in OIT/heroku-buildpack-ruby from fix-older-ruby to master * commit 'c558ea3dd3c1359093a7fc11247d38f7cabe2e80': Addressing issues where we pulled in new libraries every time.OPTX-15378
Bill KuhhirteBill Kuhhirte
c558ea3dd3cAddressing issues where we pulled in new libraries every time.
Holden OmansHolden Omans
a56c73b7a02Update lib/language_pack/fetcher.rb
Jed GiblinJed Giblin
a48026c0746Removed .com
Jed GiblinJed Giblin
708db366846Initial Commit
Jed GiblinJed Giblin
e114de0f06bcopy fix from obfuscoder
Jim MyhrbergJim Myhrberg
17f083c06a5Upgrade Rubygems for Ruby version used to run buildpack itself
Jim MyhrbergJim Myhrberg
31b9b1b5fbfUpgrade Rubygems for Ruby versions used to build slugs
Cyril RohrCyril Rohr
c1744722e6dMMerge tag 'v164' into barebuildheroku-buildpack-ruby v164
Caleb ThompsonCaleb Thompson
3ac68e86e80heroku-buildpack-ruby v164
Caleb ThompsonCaleb Thompson
c343b058d38Add v164 CHANGELOG
Richard SchneemanGitHubRichard Schneeman
2feaace56cfMMerge pull request #584 from heroku/schneems/update-hatchet-3Update `heroku_hatchet` to use V3 of the API
schneemsschneems
74f8beed835Use released version of Hatchet 3.
schneemsschneems
dbe27c7e3b1Remove heroku API calls
schneemsschneems
75bf917032eRemove `app.heroku` call from JVM
schneemsschneems
93426f96e7cUpdate `heroku_hatchet` to use V3 of the APIV2 of the Heroku API is being deprecated. Hatchet 3.0.0 uses V3 of the Heroku API.
Richard SchneemanGitHubRichard Schneeman
4da52dad0daMMerge pull request #579 from heroku/1.15.1Update Bundler to 1.15.1
schneemsschneems
5078e03a208Force Ubuntu Trusty to avoid CLI download fail``` Worker information hostname: i-0e94dd6-precise-production-2-worker-org-docker.travisci.net:dffa36d3-93bd-4340-993c-68617373494e version: v2.5.0 https://github.com/travis-ci/worker/tree/da3a43228dffc0fcca5a46569ca786b22991979f instance: aac9617:travis:ruby startup: 834.026396ms system_info Build system information Build language: ruby Build group: stable Build dist: precise Build id: 2429607...CVE-2015
Caleb ThompsonCaleb Thompson
f616ddde5b5Update Bundler to 1.15.1This update includes several bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile - `bundle init --gemspec` will fail gracefully when the gemspec is invalid - `bundle install --force` works when the gemfile contains git gems - `bundle env` will print well-formed markdown when there are no settings Full details: https://github.com/bundler/bundler/comp...
Richard SchneemanGitHubRichard Schneeman
68525bda90dMMerge pull request #580 from heroku/schneems/revert-bundler-1.15.0Revert "Merge pull request #569 from heroku/schneems/bundler-1.15.0"
schneemsschneems
274cbf28aa6Revert "Merge pull request #569 from heroku/schneems/bundler-1.15.0"Multiple issues have been reported through support tickets and through GitHub issues. 1.15.0 is not stable enough and 1.15.1 does not appear to have fixes to these issues listed in the Changelog. We will revert until we can triage all issues and report them to bundler and get them fixed. GitHub Issue: #578 This reverts commit 2a7c1c9dc6464e0895bcc9a76607939f105d3952, reversing changes made t...
Richard SchneemanGitHubRichard Schneeman
2a7c1c9dc64MMerge pull request #569 from heroku/schneems/bundler-1.15.0Bundler 1.15.0
Richard SchneemanGitHubRichard Schneeman
2463eae1f97MMerge branch 'master' into schneems/bundler-1.15.0
Richard SchneemanGitHubRichard Schneeman
8fed8683c92MMerge pull request #575 from heroku/schneems/remove-warningRuby 2.1 is no longer supported.
schneemsschneems
b0ebf9ee9f2Bundler 1.15.0Bundler fixed this bug https://github.com/bundler/bundler/pull/5388 which causes this issue https://github.com/ruby/openssl/issues/103. To be able to deploy Ruby 2.4 and the openssl gem on Heroku.
schneemsschneems
f8448d27699Ruby 2.1 is no longer supported.Remove this extra message
schneemsschneems
692cfcee054[ci skip] v163
Richard SchneemanGitHubRichard Schneeman
6780378387eMMerge pull request #571 from heroku/schneems/fix-rake-tasksFix errors when rake tasks missing in CI
schneemsschneems
c2daaa6a75aFix errors when rake tasks missingThere are two modes of errors that were causing failures. 1) `db:test:purge` or other task does not exist it, yet we try to clear it. Solution: check the task exists before trying to clear ``` if Rake::Task.task_defined?('db:test:purge') ``` 2) Rails apps aren't required to have a database or activerecord. When this happens the `db:schema:load_if_ruby` and `db:structure:load_if_sql` will ...
schneemsschneems
111151fb23d[ci skip] v162
Richard SchneemanGitHubRichard Schneeman
1f5d3b49d3aMMerge pull request #567 from heroku/schneems/disable-rubocopDisable Roubocop for `heroku_clear_tasks` file
schneemsschneems
e801f7d5775Disable Roubocop for `heroku_clear_tasks` file
schneemsschneems
c958543c655[ci skip] v161
Richard SchneemanGitHubRichard Schneeman
936cf8d345aMMerge pull request #565 from heroku/schema_loadmove rails db schema checking to only be done for rails apps
schneemsschneems
ee0f6fbeb74Test vanilla Ruby app with CI
Terence LeeTerence Lee
eaeb705ce8dmove rails db schema checking to only be done for rails appsstick to db:schema:load and db:migrate for general ruby apps if they exist
Terence LeeTerence Lee
fa4043721a7bump to v160
Terence LeeTerence Lee
cd639a3dae0update changelog
Terence LeeGitHubTerence Lee
01be16180f6MMerge pull request #549 from heroku/schneems/fix-schema-structureFix preparing database schema when using :sql
Terence LeeTerence Lee
82d07c9a057no way to get a rails sql schema case without the rake task available
Terence LeeTerence Lee
1c3bf87cf7cstub out `db:structure:dump` since it breaks Rails 3.2's `db:structure:load`We also don't need to dump the structure for tests
Terence LeeTerence Lee
225b3f41f74only rails5+ has `bin/rails test`
Terence LeeTerence Lee
b6be7ba2350need the user's environment to run rails runner.specifically the DATABASE_URL at the very least
Terence LeeTerence Lee
10b4525e387move db test task clearing above any rake invocationgeneralize rake task clearing method name
schneemsschneems
308e5738e8bError formatting
schneemsschneems
8f7e99c4c30We cannot `db:create` a databaseThe `db:schema:load_if_ruby` calls `db:create` before loading the schema, which isn't possible against a Heroku database. Changed to single quote strings due to complaints from rubocop.
schneemsschneems
0802d50b48cTest CI with Hatchet 2.0