internal tools
  1. internal tools

heroku-buildpack-ruby

Public
AuthorCommitMessageCommit dateIssues
Terence LeeTerence Lee
00d1d3b4ac3rake task defined specs
Terence LeeTerence Lee
1241a65c501update changelog about v71
Jonathan HinkleJonathan Hinkle
3fe915518c2[#118] make rake_task_defined? work in the face of extraneous outputThis should only ever occur if people either have a Rakefile that produces output or are using user-env-compile and their app produces output upon environment load.
Terence LeeTerence Lee
60fe2d722d2v70
Terence LeeTerence Lee
6fece316fe2update changelog
Terence LeeTerence Lee
9bb7cbfdd5fruby 1.8.7 does not have rake available
Terence LeeTerence Lee
3243f424219add bin to PATH for rake task check
Terence LeeTerence Lee
f6270083f7fdon't error out if there's no Gemfile
Gabriel GirondaTerence LeeGabriel Gironda
9b96e6d1a6bBetter checking for existence of Rake tasksWith the current setup, a broken Rakefile will cause all tasks to be considered undefined. This silently fails under most situations, for example, pushing a Rails 3 app with a broken Rakefile will cause asset precompilation to not work, with no error during the push. Conflicts: lib/language_pack/ruby.rb
Terence LeeTerence Lee
969827a36e6v69
Terence LeeTerence Lee
cdd6e4e505dupdate changelog
Terence LeeTerence Lee
bb03ebbc80dadd space to buildpack instrumentation messages
Terence LeeTerence Lee
530d1037a9av68
Terence LeeTerence Lee
b286d795804update changelog
Terence LeeTerence Lee
713709f659flog when entering rails 3 or 4 compile
Terence LeeTerence Lee
3f5405068aelog buildpack name
Terence LeeTerence Lee
7450df42b98update changelog
Terence LeeTerence Lee
3f7fc028a5ffix ruby version gemfile formatting in warning
Terence LeeTerence Lee
bcfa7c0da05instrument buildpack_version
Terence LeeTerence Lee
73993bd1e21update changelog
Terence LeeTerence Lee
ddb7d87cfefadd cdn config file
Terence LeeTerence Lee
8200912cc60cache bundler so it's only downloaded once
Terence LeeTerence Lee
258ce51fcb4extract fetcher
Terence LeeTerence Lee
5502c6cf2d6v67
Terence LeeTerence Lee
99d9c1e3428update changelog
Terence LeeTerence Lee
4ac9bd6c423update changelog
Terence LeeTerence Lee
d1e5bbfbee3remove lxpc error messages
Terence LeeTerence Lee
71c156b2853fix buildpack version
Richard SchneemanRichard Schneeman
77fe37722beMMerge pull request #117 from heroku/schneems/logplexInstrument the buildpack
Terence LeeschneemsTerence Lee
0de7288d1cdInstrument the buildpack
Terence LeeTerence Lee
a88935fe9bcMMerge pull request #116 from jkrall/masterFix DATABASE_URL bug for jruby rails apps
Joshua KrallJoshua Krall
12165d38ecbUpdate rails3.rbSupport dummy postgres DATABASE_URL for jruby
Terence LeeTerence Lee
21c2d2fcd9dfix typo, thanks @will
Richard SchneemanRichard Schneeman
f1dc1b15d29MMerge pull request #114 from heroku/schneems/rails4-no-binVerify Rails 3 to 4 without ./bin works
schneemsschneems
ae9790b3ebbVerify Rails 3 to 4 without ./bin worksLooks like it is good to go. Using new major release of Hatchet that fixed all sorts of compatibility issues with running interactive consoles. Split all of that code into a separate lib: https://github.com/schneems/repl_runner
Richard SchneemanRichard Schneeman
1e295498ed7MMerge pull request #112 from heroku/schneems/rev-hatchet2rev hatchet 0.2.0
Richard SchneemanRichard Schneeman
f3c4145e8a6MMerge pull request #111 from heroku/schneems/rspec-retryRspec Retry
schneemsschneems
915f741a75erev hatchet 0.2.0
schneemsschneems
da77a640d1aRspec RetrySince we're dealing with intermittent failures and retrying code anyway, just retry the whole test if it fails once. https://github.com/y310/rspec-retry
Terence LeeTerence Lee
00ae3eb0952fix #108, scope bundler bin to build
Terence LeeTerence Lee
efe8487ff5eput binstubs on path and stop symlinking
Terence LeeTerence Lee
c2ff97a4bb3update changelog
Terence LeeTerence Lee
222389a884cbump v64
Terence LeeTerence Lee
c36d098f839as of Rails 4 RC2, don't need to check in binstubsAO
Terence LeeTerence Lee
9c837bb475eupdate rails 4 copy
Terence LeeTerence Lee
f0c6c4076adMMerge branch 'cache-parsed-bundle' of git://github.com/dpiddy/heroku-buildpack-ruby
Terence LeeTerence Lee
18230554371MMerge pull request #64 from nulogy/fix_prefixExplictly sets the prefix when building node
Terence LeeTerence Lee
3cf3b6bf525MMerge pull request #103 from heroku/schneems/rspec-backtraceShow full backtrace on exceptions
Terence LeeTerence Lee
de6f00be7adMMerge branch 'v63_staging'Conflicts: .travis.yml CHANGELOG.md lib/language_pack/base.rb lib/language_pack/ruby.rb
Terence LeeTerence Lee
cf66541a55dupdate changelog