aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/plugin
Commit message (Expand)AuthorAgeFilesLines
* [Railties] require_relative => requireAkira Matsuda2017-10-211-2/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-4/+4
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add wrapper for plugin's test runneryuuji.yaginuma2017-02-221-0/+7
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-112-300/+0
* Remove some remnants of config.gemCarl Lerche2009-10-171-1/+1
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-1/+1
* Changing plugin loader to use blocks instead of Symbol#to_proc to ensure test...Jay Pignata2009-08-301-1/+3
* I18n support for pluginsAntonio Tapiador del Dujo2009-08-301-0/+7
* Get initializer_test.rb to pass with the new initializer.Yehuda Katz + Carl Lerche2009-06-231-2/+2
* Get Railties passing againYehuda Katz2009-05-162-7/+7
* Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-271-1/+4
* Force all internal calls to Array#to_sentence to use English [#2010 state:res...David Heinemeier Hansson2009-02-271-1/+1
* load plugin view_paths to action_mailer view_paths and make action_mailer use...Sven Fuchs2009-02-221-24/+26
* Fix loader's LoadError exception message to mention missing plugins and omit ...Oshoma Momoh2009-02-131-1/+1
* Merge docrailsPratik Naik2008-12-191-1/+1
* Added view path support for engines [DHH]David Heinemeier Hansson2008-11-271-10/+24
* Let all plugins not just engines have a config/routes.rb fileDavid Heinemeier Hansson2008-11-261-1/+2
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-261-1/+16
* Added app/[models|controllers|helpers] to the load path for plugins that has ...David Heinemeier Hansson2008-11-261-3/+7
* Plugin locator: sort directory listing because we can't assume that the OS wi...Hongli Lai (Phusion2008-07-091-1/+1
* Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-081-3/+4
* Dependencies move to ActiveSupport::Dependencies missed a few spotsDavid Heinemeier Hansson2008-06-031-2/+2
* include bugfix to [e792d4ab70448f79142fdf492390682ff5ea6398] for rubygems 1.0...rick2008-05-061-2/+3
* Added code to make initialization process call rails/init.rb for unpacked gemsPaul Barry2008-05-061-1/+2
* Allow files in plugins to be reloaded like the rest of the application. [rick]Rick Olson2008-03-311-1/+3
* Fixed that no gems installed would cause error (closes #11459) [thechrisoshow]David Heinemeier Hansson2008-03-281-1/+1
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-271-1/+20
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-082-144/+167
* Added symbols as a legal way of specifying plugins in config.plugins (closes ...David Heinemeier Hansson2007-09-221-3/+3
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-211-5/+28
* Move plugin classes into the rails directory to match their namespaceMarcel Molina2007-03-032-0/+182