I've got my custom controller, model, bunch of views, helpers and other stuff that encapsulates specific amount of User management functionality sufficient for rails apps my work involves.
What I want is to create some kind of extension to be able to add all my custom things to new Rails apps swiftly. I'm quite new to Ruby on Rails but I know there are at last three ways to extend Rails - with gems, generate plugin, or Railtie. The question is - what is the best way in my situation?
Go with a gem, which can optionally make use of Railties to hook into Rails. Plugins are deprecated and will be removed in Rails 4.0