aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-1/+1
* Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-8/+16
|\
| * plugin rails/init.rb deprecation messageJeremy Kemper2010-02-261-12/+14
| * Remove doubled periodJeremy Kemper2010-02-251-1/+1
| * Update plugin tasks dirs deprecation warningJeremy Kemper2010-02-251-2/+2
| * Show deprecation message for rails/init.rb in plugins.José Valim2010-02-171-2/+8
* | Add docs for Railtie, Engine, Plugin and Application.José Valim2010-02-021-0/+15
|/
* tsort-based dependency resolution for initializersPaul Rosania2010-01-291-1/+1
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-0/+6
* Add tests for plugin sanity check.José Valim2010-01-241-2/+1
* Load deprecated tasks for plugins.José Valim2010-01-241-0/+11
* Solve some pendencies.José Valim2010-01-241-2/+7
* Move configuration to subfolders.José Valim2010-01-231-0/+4
* Create configurable modules and ensure that they are added only on direct chi...José Valim2010-01-231-19/+13
* Plugin is now an Engine.José Valim2010-01-231-50/+28
* Extract routes reloading responsibilities from application and load them just...José Valim2010-01-231-2/+1
* Massive cleanup in Railties and load stack.José Valim2010-01-211-1/+0
* Avoid load tasks from plugins recursively (so stuff in tests or vendor does n...José Valim2010-01-191-1/+1
* Install plugin view paths into AM view load pathJoshua Peek2010-01-181-2/+6
* Allow to add subscribers through Railtie.José Valim2010-01-131-0/+1
* Some railties cleanup:Carl Lerche2009-12-311-84/+42
* Revert "Add config.action_controller.include behavior to plugins."Jeremy Kemper2009-12-301-19/+1
* Make plugins responsible for loading their own rake tasksSam Pohlenz2009-12-291-0/+4
* Application object should instantiate non-vendored pluginsSam Pohlenz2009-12-291-4/+9
* Add the ability to have plugins load rake tasks.Carl Lerche2009-12-281-0/+10
* Add config.action_controller.include behavior to plugins.José Valim2009-12-271-0/+18
* Moving out some framework specific initializers into the framework libraries.Carlhuda2009-12-231-3/+5
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-151-0/+21
* Move route reloading into railtiesJoshua Peek2009-12-141-2/+2
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-164/+45
* Conceptually unify instance & global initializersYehuda Katz + Carl Lerche2009-11-051-48/+51
* I18n support for pluginsAntonio Tapiador del Dujo2009-08-301-0/+12
* Lazy-require Kernel#silence_warningsJeremy Kemper2009-05-191-2/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+2
* Rejig active support dependencies to behave better with the boot processJeremy Kemper2009-04-281-5/+0
* Fix missing core extension dependenciesJeremy Kemper2009-04-281-0/+1
* Use Symbol#to_proc in rails plugin internalsJeremy Kemper2009-04-241-0/+1
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+1
* No more free lunchJeremy Kemper2009-04-221-4/+6
* Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-271-2/+6
* Added view path support for engines [DHH]David Heinemeier Hansson2008-11-271-5/+6
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-261-2/+21
* Added app/[models|controllers|helpers] to the load path for plugins that has ...David Heinemeier Hansson2008-11-261-3/+22
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-051-1/+1
* Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-081-10/+11
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-081-1/+9
* fix doc typosrick2008-05-311-2/+1
* Expose GemPlugin load_paths so they can be added to Dependencies.load_paths. ...Dmitriy Timokhin2008-05-311-10/+6
* Merge docrails:Pratik Naik2008-05-091-8/+8
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-271-0/+20