0.0
No commit activity in last 3 years
No release in over 3 years
Tracks Rails plugin sources in vendor/installed_plugins.yml to enable mass updating
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

rake_plugins

Simple Rails 3 plugin management using Rake.

Usage

In your Gemfile:

gem "rake_plugins", :git => "git://github.com/nragaz/rake_plugins.git"

Adds the following Rake tasks:

plugin:list
plugin:install[<source>]
plugin:update[<name>]
plugin:update_all
plugin:remove[<name>]

Installed plugins and their sources are tracked in vendor/installed_plugins.yml.

You can also copy installed_plugins.yml from one app to another and then run plugin:update_all. Or, don't check in vendor/plugins -- just run plugin:update_all after deploy.

Why?

Yes, nobody uses plugins anymore. Except for Moonshine. So there you go.