Terence Lee | 4f2bbbef036 | use lockfile parser for detecting gems in Gemfile
doing this so we can detect in case bundle install fails | | |
Terence Lee | 0ad0b01ed45 | Revert "stop using bundle show for detecting gems"
This reverts commit 5f80f81c0bbf0c9c5061fc42d2fa2c8a72a6023e.
Do... | | |
Terence Lee | e31575bec3b | add sqlite3 warning | | |
Terence Lee | 5f80f81c0bb | stop using bundle show for detecting gems
doing this so we can detect in case bundle install fails | | |
Jonathan Dance | 1c67a8c2f23 | add -e $RACK_ENV when thin is detected | | |
Terence Lee | 58f294f80e8 | check so it works in ruby 1.8.x | | |
Terence Lee | 494f2c05779 | Revert "remove 1.9 style encoding setting"
This reverts commit 31b6f8f9d460e6f9e63fa77bc7ca45263666dfa7. | | |
Terence Lee | b16333e3ce9 | capitalize all instances of Bundler that aren't commands | | |
Terence Lee | e23113afc58 | update readme to new style | | |
Terence Lee | 8ef8d079e00 | update s3 repo url | | |
Terence Lee | 43ee356d805 | update to new s3 bucket name | | |
Noah Zoschke | 31b6f8f9d46 | remove 1.9 style encoding setting | | |
Terence Lee | d15937054ec | using BUNDLE_WITHOUT env var isn't a good idea | | |
Terence Lee | 819e777f0d5 | hide bundle without ENV output unless it's being used | | |
Terence Lee | fb643e0408d | allow bundle without to take env vars | | |
Terence Lee | 6524852874b | #2. Add some comments explaining reasoning. | | |
Terence Lee | 5c4d95d130d | #2. Need to override BUNDLE_CONFIG/GEMFILE for codon | | |
Terence Lee | 0b86f3389a9 | fix typo | | |
Terence Lee | cb132e6e5ee | setup path for release | | |
Terence Lee | 0c9b416ca1e | remove language_pack_gems, not used anymore | | |
Terence Lee | 88b676e96b1 | update readme | | |
Terence Lee | de96ed17620 | run assets:precompile across the whole ruby lp | | |
Terence Lee | 04788ac406d | update readme | | |
Terence Lee | c5430bc5e7c | make node.js binary available to the ruby lang pack | | |
Terence Lee | ea8460c8a8c | add shared datbaase addon for any ruby app with the pg gem | | |
Terence Lee | 54abf3d9c99 | bundler 1.1.rc | | |
David Dollar | 0d9c55becb0 | only trap StandardError, Exception is too broad | | |
David Dollar | a4f893db3ca | log exit messages | | |
Terence Lee | b8994185f7b | fix assets precompile plugin detection | | |
David Dollar | d58007ae1af | more splunk message massaging | | |
David Dollar | c3503953580 | consistency and ease of splunking | | |
David Dollar | 6e185833307 | log compile status as an attribute | | |
David Dollar | 42a604366e6 | add basic logging | | |
Terence Lee | 113acd97e50 | replace NOTE with @note syntax from yard | | |
Terence Lee | 8bb8247b38b | bundler 1.1.pre.10 | | |
Terence Lee | eac75848b90 | install libyaml to a tmpdir | | |
Terence Lee | 434e8c9ff80 | always write gem wrappers with #!/usr/bin/env ruby | | |
Terence Lee | b78e3e8899e | move vendored library versions into a constant | | |
Terence Lee | 1d5c24ebaac | add section on Vendored Libraries to README | | |
Terence Lee | 662cc9226f2 | add usage section to README | | |
Terence Lee | 643da197f4f | remove hard coding node version in Rakefile | | |
Terence Lee | f8745d35e79 | don't hardcode the libyaml version in the Rakefile | | |
Terence Lee | 4a4abbfb08d | remove vendored gems since they're on s3 | | |
Terence Lee | 936096587a1 | install gems from s3 | | |
Terence Lee | 728c89669db | vendor gems onto s3 | | |
Terence Lee | c2a48b5c683 | remove vendor/yaml-0.1.4 since it's on s3 | | |
Terence Lee | bcf03f1f1e1 | remove vendor/node-0.4.7 since it's on s3 | | |
Terence Lee | 9faae2c3995 | update the node path | | |
Terence Lee | 9038151501a | install libyaml from s3 | | |
Terence Lee | f9d67559a38 | install binaries from s3 | | |
Terence Lee | 0d3400c6814 | vendor node in s3 | | |
Terence Lee | 1d7bfe85746 | refactor out s3_upload logic | | |
Terence Lee | 9abebb11c03 | vendor libyaml onto s3 | | |
Terence Lee | 30b91777860 | remove vendor/plugins since it's on s3 | | |
Terence Lee | c785389fea1 | install plugins from s3 | | |
Terence Lee | 42f33252e29 | vendor plugins onto s3 | | |
Terence Lee | 1f0e1ad680e | s3 binaries | | |
Terence Lee | be605aec215 | show that rails 2 sets RAILS_ENV | | |
Terence Lee | b995c01b4ff | we're married to node.js for Rails 3.1 at this point | | |
Terence Lee | b6b0971e247 | inital comment pass | | |
Terence Lee | 2356972f6c5 | add section on rack | | |
Terence Lee | e15409f5c3b | remove compile hook | | |
Terence Lee | b3d26885b08 | add flow to readme | | |
Terence Lee | 9446500006c | initial readme | | |
David Dollar | 3456b307f33 | force setting the path | | |
David Dollar | 7bbb5ee6dc2 | allow user env to take precedence | | |
Terence Lee | 3e7111c333f | don't show bundle clean output | | |
Terence Lee | 6c9f3862d33 | upgrade to bundler 1.1.pre.9 | | |
Terence Lee | 0882151dd15 | link to docs on assets:precompile fail | | |
Terence Lee | a0b925068ca | don't load the .bundle/config if using windows | | |
Terence Lee | 540dc61faa6 | Revert "don't raise for invalid ENV['DATABASE_URL']"
This reverts commit d490f94c21e389ee32cb653c954878a0c4e82984. | | |
Terence Lee | 0a2ea584055 | cache bundle show during gem_is_bundled? | | |
Terence Lee | 5f467e485a2 | Revert "Revert "pick a database_url based on gems""
This reverts commit 5ccced4821dbd0194528472dc97f3d05d0dbac0c.
C... | | |
Terence Lee | cee1f3e2a7a | Revert "don't need database.yml for assets:precompile"
This reverts commit 6fef53975eca73ec4db40d7a27344d5a0da2244b.... | | |
Terence Lee | 41fbf2faf3a | Revert "tmp/ dir might not exist"
This reverts commit 24bc489d408308553c3d78bf1f6c2c1b36857810. | | |
Terence Lee | 531103fdc0b | tmp/ dir might not exist | | |
Terence Lee | 5cfc0b9429f | asset pipeline copy changes from David Dollar | | |
Terence Lee | 78e9cf6e096 | don't need database.yml for assets:precompile | | |
Terence Lee | 45a7d482096 | Revert "pick a database_url based on gems"
This reverts commit 7d620a73aa68ee15989259488f0fdf3c2a71c4f0. | | |
Terence Lee | 42f675f6bf7 | pick a database_url based on gems | | |
Jonathan Dance | 55ecbf98e15 | rails 3.1 copy changes | | |
Terence Lee | 960b853e072 | slug-compiler doesn't delete tmp anymore | | |
Terence Lee | 0e104d98d4a | setup asset pipeline for rails 3.1.0 | | |
Terence Lee | 1770f9f033b | vendor rails31_enable_runtime_asset_compilation | | |
Terence Lee | a8c78ea4002 | add rails31_enable_runtime_asset_compilation to Rakefile | | |
Terence Lee | 5b779cb442c | read old env vars | | |
Terence Lee | d490f94c21e | don't raise for invalid ENV['DATABASE_URL'] | | |
Terence Lee | 43722aa42bb | database.yml copy from Adam | | |
Terence Lee | 0baab0f8307 | spacing | | |
Terence Lee | acd478a918e | spacing | | |
Terence Lee | da21ad1e944 | rake task for vendoring new libyaml | | |
Terence Lee | 1d93bc8f9e6 | statically compile yaml 0.1.4 | | |
Terence Lee | 0fb7fe3f02e | Encode to UTF8 | | |
Terence Lee | 896e2ddbcb8 | need to specify RAILS_GROUPS=assets for output | | |
Terence Lee | ecfce9f4d03 | use yaml flags | | |
Terence Lee | 2c9e6d42ef8 | vendor yaml-0.1.4 | | |
Terence Lee | 10e58a8c82c | mv node/node-0.4.7 to node-0.4.7 | | |
Terence Lee | 02cd4b5e0bb | use bundler to detect windows platforms | | |
Terence Lee | 7ffb5e0490f | refactor git logic into a block | | |
Terence Lee | 634d3673a90 | allow assets:precompile to do git things | | |
Terence Lee | c1c1a6e1da6 | upgrade to bundler 1.1.pre.8 | | |
Terence Lee | f2c49503067 | upgrade to bundler 1.1.pre.7 | | |
Terence Lee | 0b78d0801b3 | remove -x flag from cp due to Mac's Unix lameness | | |
David Dollar | 6ea6eb4be12 | verbiage tweak | | |
Terence Lee | 3e306d657f4 | always install node.js for rails 3.1 :{ | | |
Terence Lee | fd691b177f6 | change asset pipeline copy | | |
Terence Lee | b328ae184cd | hide assets:precompile output, assets:precompile fail copy change | | |
Terence Lee | d46635a97b7 | uninstall node.js if assets:precompile works | | |
Terence Lee | 5a468652c79 | Revert "Revert "only bundle in node for execjs based apps""
This reverts commit 2452eafd18d4db42313d4e6e387f38dca455... | | |
Terence Lee | 3da296d71ce | Revert "Revert "bundle node into rails 3 slugs :{""
This reverts commit e9cbc0fe01ea3c0df57e4fa07509c3f992d794b0.
C... | | |
Terence Lee | af665abe6ec | don't fail if the assets:precompile task works | | |
Terence Lee | 06af685a8b0 | remove the compile task check since it might not stay around | | |
Terence Lee | 19a1b64b3f2 | set rails env to production gg | | |
Terence Lee | 2dac248223c | rails needs this to set the cache store to file
https://github.com/rails/rails/blob/master/railties/lib/rails/applic... | | |
Terence Lee | abf735aa64a | use dummy database_url for assets:precompile | | |
Terence Lee | cf68c0c7137 | use env shell program for env vars | | |
Terence Lee | 26d816e8067 | note when we create a database.yml | | |
Terence Lee | e9cbc0fe01e | Revert "bundle node into rails 3 slugs :{"
This reverts commit 550a90a543dcbe72a2b703ec93736bd0fe09e638. | | |
Terence Lee | 2452eafd18d | Revert "only bundle in node for execjs based apps"
This reverts commit 1ab4678ffe44ac6c124ab3303598b92ea4020788. | | |
Terence Lee | 989d06e12ee | only bundle in node for execjs based apps | | |
Terence Lee | dea6645f37b | bundle node into rails 3 slugs :{ | | |
Terence Lee | f49998228b0 | setup code for installing binaries | | |
Terence Lee | 6fbbd1174e5 | don't execute if compile task is defined | | |
Terence Lee | bc90eebcdaa | execute assets:precompile on rails 3 apps | | |
Terence Lee | e375139e645 | add node 0.4.7 binary | | |
Terence Lee | 3a90c646898 | remove bundle check | | |
Terence Lee | b8e9c725bdc | bundle clean the cache | | |
David Dollar | 608586b3fc8 | update rails_log_stdout | | |
David Dollar | 35114c312cb | Merge pull request #1 from hone/bundler
Bundler 1.1.pre.5 upgrade | | |
Terence Lee | 69ef0e34133 | this line isn't used anywhere | | |
Terence Lee | e61790648a7 | upgrade to bundler 1.1.pre.5 | | |
Terence Lee | a16dfa4260a | rake task to install gems to be vendored | | |
Terence Lee | c4a4e24454f | don't require desc on rake detection | | |
David Dollar | 6b76b6c693a | merge new rails_log_stdout | | |
David Dollar | 614c032dd65 | File.unlink, not File.rm | | |
David Dollar | ada475ade94 | fix bugs in rake task detection | | |
David Dollar | 719ee84002f | name packs as language/framework | | |
David Dollar | 8dea151038f | create generic database yml | | |
David Dollar | 4aca0379790 | update rails3_serve_static_assets | | |
David Dollar | 29971b55ce9 | add rake task to update plugins | | |
David Dollar | 4562cb62fc6 | remove disable_x_sendfile | | |
David Dollar | 11771c53aca | initial copy from slugc | | |
Done |