| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -7/+10 |
* | I18n support for plugins | Antonio Tapiador del Dujo | 2009-08-30 | 1 | -0/+8 |
* | Fix the default frameworks | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -1/+2 |
* | Refactor ActionView::Template | Yehuda Katz + Carl Lerche | 2009-04-27 | 1 | -2/+2 |
* | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 1 | -2/+2 |
* | load plugin view_paths to action_mailer view_paths and make action_mailer use... | Sven Fuchs | 2009-02-22 | 1 | -2/+5 |
* | Fix templates reloading in development when using custom view path [#2012 sta... | Joshua Peek | 2009-02-19 | 1 | -1/+1 |
* | Port fast reloadable templates from rails-dev-boost. | thedarkone | 2009-02-12 | 1 | -1/+1 |
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 1 | -111/+117 |
* | Added app/[models|controllers|helpers] to the load path for plugins that has ... | David Heinemeier Hansson | 2008-11-26 | 1 | -6/+19 |
* | Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved] | rick | 2008-06-08 | 1 | -1/+1 |
* | Make plugins initialize also from rails/init.rb to ensure consistency with ge... | Jacek Becela | 2008-06-08 | 1 | -6/+6 |
* | Fixed deprecated call to Dependencies in plugin loader test. | Joshua Peek | 2008-06-04 | 1 | -4/+4 |
* | Add back empty plugin folders that were lost when we moved to git. | Joshua Peek | 2008-04-21 | 1 | -32/+32 |
* | Revert "Update plugin loading tests to reflect changes in plugin fixtures." | Joshua Peek | 2008-04-21 | 1 | -43/+46 |
* | Update plugin loading tests to reflect changes in plugin fixtures. | Joshua Peek | 2008-04-21 | 1 | -46/+43 |
* | Improving railties test coverage. Closes #11496 [miloops] | Jeremy Kemper | 2008-04-01 | 1 | -1/+8 |
* | Added Plugin#about method to programmatically access the about.yml in a plugi... | David Heinemeier Hansson | 2008-03-27 | 1 | -14/+9 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -2/+2 |
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ... | Rick Olson | 2007-11-08 | 1 | -74/+124 |
* | Added the :all option to config.plugins thatll include the rest of the plugin... | David Heinemeier Hansson | 2007-09-21 | 1 | -0/+12 |
* | Split out the basic plugin locator functionality into an abstract super class... | Marcel Molina | 2007-03-02 | 1 | -1/+8 |
* | Split plugin location and loading out of the initializer and into a new Plugi... | Marcel Molina | 2007-03-02 | 1 | -0/+71 |