Skip to content

railsmachine/plugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugger

Plugger brings Rails plugins back to Rails 4 for all of us who don't have time to turn our lovely plugins into gems. Some of us even have good reasons now to make things gems!

Usage

Instead of using script/rails plugin, you now just use plugger for everything:

  • plugger install URL - This installs a new plugin in vendor/plugins.
  • plugger remove PLUGINNAME - Removes that plugin from vendor/plugins.

Support

Plugger supports loading Rails 3-style generators, Rake tasks and, of course, regular plugin stuff through init.rb.

Help

This took me a morning and a bit to throw together and has only really been tested against Moonshine.

If you find bugs, please report them, but better yet - fix them and submit a pull request!


Unless otherwise specified, all content copyright © 2014, Rails Machine, LLC

About

We need plugins in Rails 4. So we put them back.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages