Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves detection of whether a Rake task is defined or not #34

Closed
wants to merge 1 commit into from

Commits on Aug 30, 2012

  1. Better checking for existence of Rake tasks

    With 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.
    gabrielg committed Aug 30, 2012
    Configuration menu
    Copy the full SHA
    a37a82a View commit details
    Browse the repository at this point in the history