This repository has been archived by the owner on Feb 2, 2018. It is now read-only.
forked from hone/heroku-buildpack-ruby
-
Notifications
You must be signed in to change notification settings - Fork 52
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
juno
commented
Sep 4, 2013
- merge upstream v79
- update bower to 1.2.6
Since 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
rev hatchet 0.2.0
Looks 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
Verify Rails 3 to 4 without ./bin works
Support dummy postgres DATABASE_URL for jruby
Fix DATABASE_URL bug for jruby rails apps
Instrument the buildpack
[close #127] Fix LPXC Deadlock Error
added a test
Clean up plugin logic and warning text
Bugfix and More tests for plugin logic
Rails 4 introduced the `bin/` directory to generated projects with executables `rails`, `bundle`, `rake`, etc. The file generated on windows has a link to an incorrect `ruby.exe` in the shebang line. See #134. This PR adds a symlink so that `ruby.exe` can be called in addition to `ruby.
if this isn't setup properly, locally it might pick the wrong bundler
Actually testing for presence of directories now !
* move rails_12factor gem test to the beginning * test against ruby 2 since that's the new default * rails_12factor not rails_12_factor
* gem and plugin names are different * rails_12factor not rails_12_factor
If someone is using user-env-compile and sets DEBUG to true, then the output will be displayed causing a build failure.
Symlink ruby.exe to ruby
remove debug output from LXPC
Conflicts: lib/language_pack/ruby.rb
juno
added a commit
that referenced
this pull request
Sep 4, 2013
Merge upstream and update bower 1.2.6
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.