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
/
initializer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Include Active Resource instead of Action Web Service [DHH]
David Heinemeier Hansson
2007-04-23
1
-8
/
+7
*
Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior to ...
Tobias Lütke
2007-04-16
1
-1
/
+2
*
Canonicalize configuration.root_path and replace RAILS_ROOT.
Jeremy Kemper
2007-03-29
1
-0
/
+2
*
documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...
Rick Olson
2007-03-27
1
-0
/
+2
*
Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...
Jeremy Kemper
2007-03-18
1
-19
/
+40
*
Move plugin classes into the rails directory to match their namespace
Marcel Molina
2007-03-03
1
-2
/
+2
*
Move responsibility for ensuring that all registered gems were loaded from th...
Marcel Molina
2007-03-03
1
-0
/
+11
*
Split out the basic plugin locator functionality into an abstract super class...
Marcel Molina
2007-03-02
1
-5
/
+18
*
Split plugin location and loading out of the initializer and into a new Plugi...
Marcel Molina
2007-03-02
1
-81
/
+17
*
Added config/initializers where all ruby files within it are automatically lo...
David Heinemeier Hansson
2007-02-23
1
-0
/
+10
*
Fix Rails::Initializer since #view_paths is never nil
Rick Olson
2007-02-04
1
-2
/
+2
*
Update Rails Initializer to use ActionController::Base#view_paths [Rick]
Rick Olson
2007-02-04
1
-5
/
+4
*
Ensure plugins are in the Dependencies.load_once_paths collection by default....
Rick Olson
2006-12-27
1
-4
/
+3
*
Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...
Michael Koziarski
2006-12-26
1
-0
/
+1
*
Reapply plugin load path changes from [5720]
Michael Koziarski
2006-12-18
1
-7
/
+22
*
Revert [5720]
Michael Koziarski
2006-12-16
1
-21
/
+8
*
Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...
Michael Koziarski
2006-12-15
1
-8
/
+21
*
Update initializer to load Rails::VERSION as soon as possible. Closes #6698.
Nicholas Seckar
2006-11-25
1
-6
/
+1
*
Rails::VERSION::STRING should always be available. Closes #6244.
Jeremy Kemper
2006-11-13
1
-73
/
+79
*
Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz]
Michael Koziarski
2006-10-17
1
-0
/
+8
*
Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...
David Heinemeier Hansson
2006-10-17
1
-2
/
+14
*
Remove extraneous expand_path; fix plugin load paths
Nicholas Seckar
2006-10-16
1
-3
/
+1
*
Add plugins and builtins to the load_path.
Nicholas Seckar
2006-10-16
1
-0
/
+3
*
Remove autoload_paths to simplify configuration.
Nicholas Seckar
2006-10-16
1
-65
/
+21
*
Remove the uncanny default of adding all app/models/*/ directories to the loa...
Nicholas Seckar
2006-09-07
1
-6
/
+14
*
Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...
Nicholas Seckar
2006-08-29
1
-3
/
+28
*
Add controller_paths variable to Routing; Assign Routing.controller_paths fro...
Nicholas Seckar
2006-08-15
1
-4
/
+11
*
Add missing mock directories from the autoload_paths configuration. [Rick Ol...
Rick Olson
2006-08-09
1
-0
/
+3
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-0
/
+41
*
Move method
Nicholas Seckar
2006-08-06
1
-8
/
+8
*
Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.
Nicholas Seckar
2006-08-06
1
-0
/
+7
*
Tweak the Rails load order so observers are loaded after plugins, and reloade...
Rick Olson
2006-08-06
1
-2
/
+9
*
Namespaced OrderedHash so the Rails implementation does not clash with any ot...
Rick Olson
2006-04-30
1
-26
/
+15
*
Use reverse_each rather than reverse.each. [Marcel Molina Jr.]
Marcel Molina
2006-04-30
1
-1
/
+1
*
Reject Ruby 1.8.3 when loading Rails; extract version checking code.
Nicholas Seckar
2006-03-19
1
-1
/
+9
*
Remove explicit loading of RailsInfo and RailsInfoController.
Nicholas Seckar
2006-03-19
1
-5
/
+5
*
Update duplicated OrderedOptions code.
Nicholas Seckar
2006-02-26
1
-12
/
+24
*
Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...
David Heinemeier Hansson
2006-02-25
1
-1
/
+14
*
Add Configuration#after_initialize for specifying a block to be executed afte...
Michael Koziarski
2006-02-07
1
-2
/
+23
*
Remove LoadingModule
Nicholas Seckar
2006-02-03
1
-1
/
+3
*
Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework...
David Heinemeier Hansson
2006-01-30
1
-8
/
+15
*
Load plugins in a consistent order. Closes #3429
Michael Koziarski
2006-01-14
1
-2
/
+3
*
Fix problems with the plugin loader where plugins could override 'name' and p...
Michael Koziarski
2006-01-13
1
-2
/
+3
*
fix for Initializer doc, routing is loaded last so that plugins can extend it
Tobias Lütke
2006-01-11
1
-1
/
+1
*
Run initialize_logger in script/lighttpd to ensure the log file exists before...
Sam Stephenson
2005-11-30
1
-1
/
+3
*
Add plugin library directories to the load path after the lib directory so th...
Marcel Molina
2005-11-21
1
-3
/
+7
*
Rename Version constant to VERSION. Closes #2802.
Marcel Molina
2005-11-17
1
-1
/
+1
*
Pass __FILE__ when evaluating plugins' init.rb. Closes #2817.
Jeremy Kemper
2005-11-10
1
-1
/
+1
*
Don't reload routes until plugins have been loaded so they have a chance to e...
David Heinemeier Hansson
2005-11-10
1
-1
/
+3
*
Added an omnipresent RailsInfoController with a properties action that delive...
Sam Stephenson
2005-11-08
1
-1
/
+2
[prev]
[next]