index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
plugin
/
loader.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get Railties passing again
Yehuda Katz
2009-05-16
1
-6
/
+6
*
Metal can now line in plugins under app/metal [#2045 state:committed]
Matthew Rudy Jacobs
2009-02-27
1
-1
/
+4
*
Force all internal calls to Array#to_sentence to use English [#2010 state:res...
David Heinemeier Hansson
2009-02-27
1
-1
/
+1
*
load plugin view_paths to action_mailer view_paths and make action_mailer use...
Sven Fuchs
2009-02-22
1
-24
/
+26
*
Fix loader's LoadError exception message to mention missing plugins and omit ...
Oshoma Momoh
2009-02-13
1
-1
/
+1
*
Added view path support for engines [DHH]
David Heinemeier Hansson
2008-11-27
1
-10
/
+24
*
Let all plugins not just engines have a config/routes.rb file
David Heinemeier Hansson
2008-11-26
1
-1
/
+2
*
Added that config/routes.rb files in engine plugins are automatically loaded ...
David Heinemeier Hansson
2008-11-26
1
-1
/
+16
*
Added app/[models|controllers|helpers] to the load path for plugins that has ...
David Heinemeier Hansson
2008-11-26
1
-3
/
+7
*
Dependencies move to ActiveSupport::Dependencies missed a few spots
David Heinemeier Hansson
2008-06-03
1
-2
/
+2
*
Allow files in plugins to be reloaded like the rest of the application. [rick]
Rick Olson
2008-03-31
1
-1
/
+3
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...
Rick Olson
2007-11-08
1
-113
/
+117
*
Added symbols as a legal way of specifying plugins in config.plugins (closes ...
David Heinemeier Hansson
2007-09-22
1
-3
/
+3
*
Added the :all option to config.plugins thatll include the rest of the plugin...
David Heinemeier Hansson
2007-09-21
1
-5
/
+28
*
Move plugin classes into the rails directory to match their namespace
Marcel Molina
2007-03-03
1
-0
/
+123