| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to have plugins load rake tasks. | Carl Lerche | 2009-12-28 | 1 | -0/+10 |
* | Add config.action_controller.include behavior to plugins. | José Valim | 2009-12-27 | 1 | -0/+18 |
* | Moving out some framework specific initializers into the framework libraries. | Carlhuda | 2009-12-23 | 1 | -3/+5 |
* | Add the ability for plugins to set default configuration settings. | Carl Lerche | 2009-12-15 | 1 | -0/+21 |
* | Move route reloading into railties | Joshua Peek | 2009-12-14 | 1 | -2/+2 |
* | Refactor plugins | Yehuda Katz + Carl Lerche | 2009-11-11 | 1 | -164/+45 |
* | Conceptually unify instance & global initializers | Yehuda Katz + Carl Lerche | 2009-11-05 | 1 | -48/+51 |
* | I18n support for plugins | Antonio Tapiador del Dujo | 2009-08-30 | 1 | -0/+12 |
* | Lazy-require Kernel#silence_warnings | Jeremy Kemper | 2009-05-19 | 1 | -2/+1 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -0/+2 |
* | Rejig active support dependencies to behave better with the boot process | Jeremy Kemper | 2009-04-28 | 1 | -5/+0 |
* | Fix missing core extension dependencies | Jeremy Kemper | 2009-04-28 | 1 | -0/+1 |
* | Use Symbol#to_proc in rails plugin internals | Jeremy Kemper | 2009-04-24 | 1 | -0/+1 |
* | Opt in to Dependencies | Jeremy Kemper | 2009-04-22 | 1 | -0/+1 |
* | No more free lunch | Jeremy Kemper | 2009-04-22 | 1 | -4/+6 |
* | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 1 | -2/+6 |
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 1 | -5/+6 |
* | Added that config/routes.rb files in engine plugins are automatically loaded ... | David Heinemeier Hansson | 2008-11-26 | 1 | -2/+21 |
* | Added app/[models|controllers|helpers] to the load path for plugins that has ... | David Heinemeier Hansson | 2008-11-26 | 1 | -3/+22 |
* | Fix a number of errors in the config.gem mechanism. | Matt Jones | 2008-10-05 | 1 | -1/+1 |
* | Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved] | rick | 2008-06-08 | 1 | -10/+11 |
* | Make plugins initialize also from rails/init.rb to ensure consistency with ge... | Jacek Becela | 2008-06-08 | 1 | -1/+9 |
* | fix doc typos | rick | 2008-05-31 | 1 | -2/+1 |
* | Expose GemPlugin load_paths so they can be added to Dependencies.load_paths. ... | Dmitriy Timokhin | 2008-05-31 | 1 | -10/+6 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -8/+8 |
* | Added that gems can now be plugins if they include rails/init.rb (closes #114... | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+20 |
* | Added Plugin#about method to programmatically access the about.yml in a plugi... | David Heinemeier Hansson | 2008-03-27 | 1 | -3/+19 |
* | Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon] | Rick Olson | 2007-11-08 | 1 | -0/+1 |
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ... | Rick Olson | 2007-11-08 | 1 | -0/+83 |