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
/
test
/
initializer_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test view path loading from the initializer.
Manfred Stienstra
2009-02-25
1
-2
/
+26
*
Test database middleware loading from the initializer.
Manfred Stienstra
2009-02-25
1
-9
/
+48
*
load plugin view_paths to action_mailer view_paths and make action_mailer use...
Sven Fuchs
2009-02-22
1
-2
/
+3
*
Fix loader's LoadError exception message to mention missing plugins and omit ...
Oshoma Momoh
2009-02-13
1
-0
/
+20
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-212
/
+204
*
fix failing railties test
Joshua Peek
2008-12-01
1
-2
/
+2
*
Changed Rails.root to return a Pathname object (allows for Rails.root.join("a...
David Heinemeier Hansson
2008-11-30
1
-2
/
+2
*
Enhanced Rails.root to take parameters that'll be join with the root, like Ra...
David Heinemeier Hansson
2008-11-29
1
-0
/
+10
*
Added that config/routes.rb files in engine plugins are automatically loaded ...
David Heinemeier Hansson
2008-11-26
1
-0
/
+1
*
Added app/[models|controllers|helpers] to the load path for plugins that has ...
David Heinemeier Hansson
2008-11-26
1
-4
/
+4
*
Explicitly require action_view to bring in its i18n load path
Jeremy Kemper
2008-11-24
1
-0
/
+3
*
Reflect default locale change from en-US to en
Jeremy Kemper
2008-11-19
1
-3
/
+3
*
Added config.i18n settings gatherer to config/environment, auto-loading of al...
David Heinemeier Hansson
2008-11-18
1
-2
/
+47
*
Initializer to sort files before eager loading. [#859 state:resolved]
Tom Ward
2008-08-22
1
-0
/
+18
*
Check for ActionMailer and ActionController before attempting to eager load t...
Sam Granieri
2008-07-24
1
-1
/
+20
*
Make plugins initialize also from rails/init.rb to ensure consistency with ge...
Jacek Becela
2008-06-08
1
-3
/
+3
*
Wrap Initializer after_initialize inside mocha block.
Joshua Peek
2008-06-07
1
-48
/
+48
*
Fixed initializer tests by stubbing out gems dependencies check.
Joshua Peek
2008-06-02
1
-16
/
+18
*
Improving railties test coverage. Closes #11496 [miloops]
Jeremy Kemper
2008-04-01
1
-0
/
+7
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...
Rick Olson
2007-11-08
1
-0
/
+81
*
Tidy up framework initialization code to ensure that it doesn't add folders t...
Michael Koziarski
2007-10-04
1
-0
/
+53
*
Fix test (closes #9618)
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Support multiple config.after_initialize blocks so plugins and apps can more ...
Jeremy Kemper
2007-09-18
1
-7
/
+69
*
Canonicalize configuration.root_path and replace RAILS_ROOT.
Jeremy Kemper
2007-03-29
1
-15
/
+4
*
New configuration option config.plugin_paths which may be a single path like ...
Jeremy Kemper
2005-11-07
1
-12
/
+9
*
Constants set in the development/test/production environment file are set in ...
Jamis Buck
2005-10-23
1
-0
/
+36