GithubHelp home page GithubHelp logo

rake's People

Contributors

arjun024 avatar dependabot[bot] avatar foresteckhardt avatar joshzarrabi avatar paketo-bot avatar robdimsdale avatar ryanmoran avatar sophiewigmore avatar thitch97 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rake's Issues

Support running Rake tasks during build process

Could we look into supporting running Rake tasks during the build process? This would be particularly helpful for Rails apps that require rake tasks to be run (outside of the Rails asset pipeline) to start the app.

I'd expect, that this would allow users to define a Ruby Builder that optionally requires Rake in any server group, e.g:

[[order]]
...
  [[order.group]]
    id = "paketo-buildpacks/mri"
    version = ...
 [[order.group]]
    id = "paketo-buildpacks/bundler"
    version = ...
 [[order.group]]
    id = "paketo-buildpacks/bundle-install"
    version = ...
 [[order.group]]
    id = "paketo-buildpacks/rake"
    optional = true
    version = ...
 [[order.group]]
    id = "paketo-buildpacks/thin"
    version = ...
....

and I'd be able to build my Rails app using this builder and an env. variable specifying which Rake task to execute. Ex.

pack build rails-app -e BP_RAKE_TASKS="my:rake_task" --builder ruby-builder

Upgrade to packit v2

Please upgrade to the latest packit v2 release to enable new features and extended support.

Upgrade to buildpack API v0.5

The buildpack currently uses CNB Buildpacks API v0.2, while other buildpacks in the Ruby language family, such as the Bundle Install buildpack use v0.5. The CNB spec has evolved since then, and it would be nice to have all of the language family buildpacks up to date. To take advantage of more upstream features, the buildpack should be upgraded to API v0.5.

Check out the Buildpack API release notes for each version, and also the buildpacks.io API Migration guides for information on what has changed in each API version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.