internal tools
  1. internal tools

heroku-buildpack-ruby

Public
        
AuthorCommitMessageCommit dateBuilds
Terence LeeTerence Lee
4f2bbbef036use lockfile parser for detecting gems in Gemfile doing this so we can detect in case bundle install fails
Terence LeeTerence Lee
0ad0b01ed45Revert "stop using bundle show for detecting gems" This reverts commit 5f80f81c0bbf0c9c5061fc42d2fa2c8a72a6023e. Do...
Terence LeeTerence Lee
e31575bec3badd sqlite3 warning
Terence LeeTerence Lee
5f80f81c0bbstop using bundle show for detecting gems doing this so we can detect in case bundle install fails
Jonathan DanceJonathan Dance
1c67a8c2f23add -e $RACK_ENV when thin is detected
Terence LeeTerence Lee
58f294f80e8check so it works in ruby 1.8.x
Terence LeeTerence Lee
494f2c05779Revert "remove 1.9 style encoding setting" This reverts commit 31b6f8f9d460e6f9e63fa77bc7ca45263666dfa7.
Terence LeeTerence Lee
b16333e3ce9capitalize all instances of Bundler that aren't commands
Terence LeeTerence Lee
e23113afc58update readme to new style
Terence LeeTerence Lee
8ef8d079e00update s3 repo url
Terence LeeTerence Lee
43ee356d805update to new s3 bucket name
Noah ZoschkeNoah Zoschke
31b6f8f9d46remove 1.9 style encoding setting
Terence LeeTerence Lee
d15937054ecusing BUNDLE_WITHOUT env var isn't a good idea
Terence LeeTerence Lee
819e777f0d5hide bundle without ENV output unless it's being used
Terence LeeTerence Lee
fb643e0408dallow bundle without to take env vars
Terence LeeTerence Lee
6524852874b#2. Add some comments explaining reasoning.
Terence LeeTerence Lee
5c4d95d130d#2. Need to override BUNDLE_CONFIG/GEMFILE for codon
Terence LeeTerence Lee
0b86f3389a9fix typo
Terence LeeTerence Lee
cb132e6e5eesetup path for release
Terence LeeTerence Lee
0c9b416ca1eremove language_pack_gems, not used anymore
Terence LeeTerence Lee
88b676e96b1update readme
Terence LeeTerence Lee
de96ed17620run assets:precompile across the whole ruby lp
Terence LeeTerence Lee
04788ac406dupdate readme
Terence LeeTerence Lee
c5430bc5e7cmake node.js binary available to the ruby lang pack
Terence LeeTerence Lee
ea8460c8a8cadd shared datbaase addon for any ruby app with the pg gem
Terence LeeTerence Lee
54abf3d9c99bundler 1.1.rc
David DollarDavid Dollar
0d9c55becb0only trap StandardError, Exception is too broad
David DollarDavid Dollar
a4f893db3calog exit messages
Terence LeeTerence Lee
b8994185f7bfix assets precompile plugin detection
David DollarDavid Dollar
d58007ae1afmore splunk message massaging
David DollarDavid Dollar
c3503953580consistency and ease of splunking
David DollarDavid Dollar
6e185833307log compile status as an attribute
David DollarDavid Dollar
42a604366e6add basic logging
Terence LeeTerence Lee
113acd97e50replace NOTE with @note syntax from yard
Terence LeeTerence Lee
8bb8247b38bbundler 1.1.pre.10
Terence LeeTerence Lee
eac75848b90install libyaml to a tmpdir
Terence LeeTerence Lee
434e8c9ff80always write gem wrappers with #!/usr/bin/env ruby
Terence LeeTerence Lee
b78e3e8899emove vendored library versions into a constant
Terence LeeTerence Lee
1d5c24ebaacadd section on Vendored Libraries to README
Terence LeeTerence Lee
662cc9226f2add usage section to README
Terence LeeTerence Lee
643da197f4fremove hard coding node version in Rakefile
Terence LeeTerence Lee
f8745d35e79don't hardcode the libyaml version in the Rakefile
Terence LeeTerence Lee
4a4abbfb08dremove vendored gems since they're on s3
Terence LeeTerence Lee
936096587a1install gems from s3
Terence LeeTerence Lee
728c89669dbvendor gems onto s3
Terence LeeTerence Lee
c2a48b5c683remove vendor/yaml-0.1.4 since it's on s3
Terence LeeTerence Lee
bcf03f1f1e1remove vendor/node-0.4.7 since it's on s3
Terence LeeTerence Lee
9faae2c3995update the node path
Terence LeeTerence Lee
9038151501ainstall libyaml from s3
Terence LeeTerence Lee
f9d67559a38install binaries from s3
Terence LeeTerence Lee
0d3400c6814vendor node in s3
Terence LeeTerence Lee
1d7bfe85746refactor out s3_upload logic
Terence LeeTerence Lee
9abebb11c03vendor libyaml onto s3
Terence LeeTerence Lee
30b91777860remove vendor/plugins since it's on s3
Terence LeeTerence Lee
c785389fea1install plugins from s3
Terence LeeTerence Lee
42f33252e29vendor plugins onto s3
Terence LeeTerence Lee
1f0e1ad680es3 binaries
Terence LeeTerence Lee
be605aec215show that rails 2 sets RAILS_ENV
Terence LeeTerence Lee
b995c01b4ffwe're married to node.js for Rails 3.1 at this point
Terence LeeTerence Lee
b6b0971e247inital comment pass
Terence LeeTerence Lee
2356972f6c5add section on rack
Terence LeeTerence Lee
e15409f5c3bremove compile hook
Terence LeeTerence Lee
b3d26885b08add flow to readme
Terence LeeTerence Lee
9446500006cinitial readme
David DollarDavid Dollar
3456b307f33force setting the path
David DollarDavid Dollar
7bbb5ee6dc2allow user env to take precedence
Terence LeeTerence Lee
3e7111c333fdon't show bundle clean output
Terence LeeTerence Lee
6c9f3862d33upgrade to bundler 1.1.pre.9
Terence LeeTerence Lee
0882151dd15link to docs on assets:precompile fail
Terence LeeTerence Lee
a0b925068cadon't load the .bundle/config if using windows
Terence LeeTerence Lee
540dc61faa6Revert "don't raise for invalid ENV['DATABASE_URL']" This reverts commit d490f94c21e389ee32cb653c954878a0c4e82984.
Terence LeeTerence Lee
0a2ea584055cache bundle show during gem_is_bundled?
Terence LeeTerence Lee
5f467e485a2Revert "Revert "pick a database_url based on gems"" This reverts commit 5ccced4821dbd0194528472dc97f3d05d0dbac0c. C...
Terence LeeTerence Lee
cee1f3e2a7aRevert "don't need database.yml for assets:precompile" This reverts commit 6fef53975eca73ec4db40d7a27344d5a0da2244b....
Terence LeeTerence Lee
41fbf2faf3aRevert "tmp/ dir might not exist" This reverts commit 24bc489d408308553c3d78bf1f6c2c1b36857810.
Terence LeeTerence Lee
531103fdc0btmp/ dir might not exist
Terence LeeTerence Lee
5cfc0b9429fasset pipeline copy changes from David Dollar
Terence LeeTerence Lee
78e9cf6e096don't need database.yml for assets:precompile
Terence LeeTerence Lee
45a7d482096Revert "pick a database_url based on gems" This reverts commit 7d620a73aa68ee15989259488f0fdf3c2a71c4f0.
Terence LeeTerence Lee
42f675f6bf7pick a database_url based on gems
Jonathan DanceJonathan Dance
55ecbf98e15rails 3.1 copy changes
Terence LeeTerence Lee
960b853e072slug-compiler doesn't delete tmp anymore
Terence LeeTerence Lee
0e104d98d4asetup asset pipeline for rails 3.1.0
Terence LeeTerence Lee
1770f9f033bvendor rails31_enable_runtime_asset_compilation
Terence LeeTerence Lee
a8c78ea4002add rails31_enable_runtime_asset_compilation to Rakefile
Terence LeeTerence Lee
5b779cb442cread old env vars
Terence LeeTerence Lee
d490f94c21edon't raise for invalid ENV['DATABASE_URL']
Terence LeeTerence Lee
43722aa42bbdatabase.yml copy from Adam
Terence LeeTerence Lee
0baab0f8307spacing
Terence LeeTerence Lee
acd478a918espacing
Terence LeeTerence Lee
da21ad1e944rake task for vendoring new libyaml
Terence LeeTerence Lee
1d93bc8f9e6statically compile yaml 0.1.4
Terence LeeTerence Lee
0fb7fe3f02eEncode to UTF8
Terence LeeTerence Lee
896e2ddbcb8need to specify RAILS_GROUPS=assets for output
Terence LeeTerence Lee
ecfce9f4d03use yaml flags
Terence LeeTerence Lee
2c9e6d42ef8vendor yaml-0.1.4
Terence LeeTerence Lee
10e58a8c82cmv node/node-0.4.7 to node-0.4.7
Terence LeeTerence Lee
02cd4b5e0bbuse bundler to detect windows platforms
Terence LeeTerence Lee
7ffb5e0490frefactor git logic into a block
Terence LeeTerence Lee
634d3673a90allow assets:precompile to do git things
Terence LeeTerence Lee
c1c1a6e1da6upgrade to bundler 1.1.pre.8
Terence LeeTerence Lee
f2c49503067upgrade to bundler 1.1.pre.7
Terence LeeTerence Lee
0b78d0801b3remove -x flag from cp due to Mac's Unix lameness
David DollarDavid Dollar
6ea6eb4be12verbiage tweak
Terence LeeTerence Lee
3e306d657f4always install node.js for rails 3.1 :{
Terence LeeTerence Lee
fd691b177f6change asset pipeline copy
Terence LeeTerence Lee
b328ae184cdhide assets:precompile output, assets:precompile fail copy change
Terence LeeTerence Lee
d46635a97b7uninstall node.js if assets:precompile works
Terence LeeTerence Lee
5a468652c79Revert "Revert "only bundle in node for execjs based apps"" This reverts commit 2452eafd18d4db42313d4e6e387f38dca455...
Terence LeeTerence Lee
3da296d71ceRevert "Revert "bundle node into rails 3 slugs :{"" This reverts commit e9cbc0fe01ea3c0df57e4fa07509c3f992d794b0. C...
Terence LeeTerence Lee
af665abe6ecdon't fail if the assets:precompile task works
Terence LeeTerence Lee
06af685a8b0remove the compile task check since it might not stay around
Terence LeeTerence Lee
19a1b64b3f2set rails env to production gg
Terence LeeTerence Lee
2dac248223crails needs this to set the cache store to file https://github.com/rails/rails/blob/master/railties/lib/rails/applic...
Terence LeeTerence Lee
abf735aa64ause dummy database_url for assets:precompile
Terence LeeTerence Lee
cf68c0c7137use env shell program for env vars
Terence LeeTerence Lee
26d816e8067note when we create a database.yml
Terence LeeTerence Lee
e9cbc0fe01eRevert "bundle node into rails 3 slugs :{" This reverts commit 550a90a543dcbe72a2b703ec93736bd0fe09e638.
Terence LeeTerence Lee
2452eafd18dRevert "only bundle in node for execjs based apps" This reverts commit 1ab4678ffe44ac6c124ab3303598b92ea4020788.
Terence LeeTerence Lee
989d06e12eeonly bundle in node for execjs based apps
Terence LeeTerence Lee
dea6645f37bbundle node into rails 3 slugs :{
Terence LeeTerence Lee
f49998228b0setup code for installing binaries
Terence LeeTerence Lee
6fbbd1174e5don't execute if compile task is defined
Terence LeeTerence Lee
bc90eebcdaaexecute assets:precompile on rails 3 apps
Terence LeeTerence Lee
e375139e645add node 0.4.7 binary
Terence LeeTerence Lee
3a90c646898remove bundle check
Terence LeeTerence Lee
b8e9c725bdcbundle clean the cache
David DollarDavid Dollar
608586b3fc8update rails_log_stdout
David DollarDavid Dollar
35114c312cbMerge pull request #1 from hone/bundler Bundler 1.1.pre.5 upgrade
Terence LeeTerence Lee
69ef0e34133this line isn't used anywhere
Terence LeeTerence Lee
e61790648a7upgrade to bundler 1.1.pre.5
Terence LeeTerence Lee
a16dfa4260arake task to install gems to be vendored
Terence LeeTerence Lee
c4a4e24454fdon't require desc on rake detection
David DollarDavid Dollar
6b76b6c693amerge new rails_log_stdout
David DollarDavid Dollar
614c032dd65File.unlink, not File.rm
David DollarDavid Dollar
ada475ade94fix bugs in rake task detection
David DollarDavid Dollar
719ee84002fname packs as language/framework
David DollarDavid Dollar
8dea151038fcreate generic database yml
David DollarDavid Dollar
4aca0379790update rails3_serve_static_assets
David DollarDavid Dollar
29971b55ce9add rake task to update plugins
David DollarDavid Dollar
4562cb62fc6remove disable_x_sendfile
David DollarDavid Dollar
11771c53acainitial copy from slugc