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

backport #8262, require bundler groups to include rake-tasks in engines #8271

Merged
merged 1 commit into from Nov 19, 2012

Commits on Nov 19, 2012

  1. backport rails#8262, require bundler groups to include rake-tasks in …

    …engines
    
    If you generate a full engine, this will include rake tasks from
    your gem under the `app` namespace. For example if you have a dependency
    on `rspec-rails` in your engine's `gemspec`. You will get the task `app:spec`
    
    Closes rails#8229
    
    Conflicts:
    
    	railties/CHANGELOG.md
    senny authored and Yves Senn committed Nov 19, 2012
    Copy the full SHA
    da6951a View commit details
    Browse the repository at this point in the history