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
*
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
*
Raise in stubby/init.rb if it doesn't have access to directory or config. lo...
Jeremy Kemper
2005-11-07
1
-1
/
+1
*
Restore access to 'directory' and 'config' inside the plugin eval environment
Jamis Buck
2005-11-07
1
-6
/
+9
*
New configuration option config.plugin_paths which may be a single path like ...
Jeremy Kemper
2005-11-07
1
-41
/
+94
*
Move info.rb to rails_info.rb and load Rails::Info after initialization
Sam Stephenson
2005-11-05
1
-0
/
+8
*
Removed app/apis as a default empty dir since its automatically created when ...
David Heinemeier Hansson
2005-10-28
1
-3
/
+3
*
Added app/services as a default dir in the Rails skeleton and to the load pat...
David Heinemeier Hansson
2005-10-28
1
-0
/
+1
*
Constants set in the development/test/production environment file are set in ...
Jamis Buck
2005-10-23
1
-0
/
+4
*
Fixed misspell of "initialize_framework_settings"
Florian Weber
2005-10-20
1
-3
/
+3
*
Add documentation for Rails::Initializer and Rails::Configuration
Jamis Buck
2005-10-16
1
-15
/
+178
*
Backed out of setting testing settings through initializer as that would brea...
David Heinemeier Hansson
2005-10-15
1
-27
/
+0
*
Fixed the overeager test running
David Heinemeier Hansson
2005-10-15
1
-1
/
+1
*
Clean-up fix a bit
David Heinemeier Hansson
2005-10-14
1
-6
/
+8
*
Made the instantiated/transactional fixtures settings be controlled through R...
Florian Weber
2005-10-14
1
-1
/
+27
*
Fix problem with RAILS_ENV being frozen when set from environment variable
Jamis Buck
2005-10-14
1
-1
/
+1
*
Load plugins last
Jamis Buck
2005-10-05
1
-1
/
+2
*
prepend to load path before loading the plugin
Jamis Buck
2005-10-05
1
-4
/
+4
*
Add experimental plugin support #2335
Jamis Buck
2005-10-05
1
-1
/
+26
*
Dont redefine RAILS_ENV once set
David Heinemeier Hansson
2005-09-30
1
-3
/
+1
*
Made the order of framework settings significant so config.action_controller....
David Heinemeier Hansson
2005-09-30
1
-16
/
+35
*
Dont bitch over resetting const
David Heinemeier Hansson
2005-09-29
1
-0
/
+2
*
Only configure settings for loaded frameworks
David Heinemeier Hansson
2005-09-22
1
-4
/
+6
*
Include ActionView as a configurable framework
David Heinemeier Hansson
2005-09-19
1
-1
/
+1
*
Cant use silence_warnings before active support is loaded
David Heinemeier Hansson
2005-09-15
1
-2
/
+1
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-6
/
+2
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-0
/
+11
[next]