RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

bundler-download

The RubyGem ecosystem, famous for gems like Rails for web development, Devise for authentication, and Pundit for authorization, enables productivity via code reuse. As such, it is great for quickly adding libraries to your project to automate part of the work or reuse other people’s solutions to solved problems. That said, you wouldn’t want to package extremely large files like the OpanAI 1GB+ files in a RubyGem. Enter bundler-download, a Bundler Plugin that enables downloading extra gem files after installing with bundle install by declaring gem downloads in a Downloadfile https://andymaleh.blogspot.com/2020/09/bundler-download-plugin-post-gem.html

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in