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
/
application
/
configuration_test.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
*
Fix reference to Application#configuration to use #config
Jeremy Kemper
2009-12-23
1
-1
/
+1
|
|
*
|
Require active_support/all unless specifically requested to be left out.
Carlhuda
2009-12-23
1
-0
/
+6
|
|
*
|
tests pass with requiring the frameworks in rails.rb
Carlhuda
2009-12-23
1
-19
/
+22
|
/
*
Blog -> Blog::Application. Leave the toplevel module up for grabs.
Jeremy Kemper
2009-12-21
1
-1
/
+1
|
*
Add the ability for plugins to set default configuration settings.
Carl Lerche
2009-12-15
1
-0
/
+21
|
*
Remove assert_raises usage that only test-unit 1 supports. Breaks minitest ↵
Jeremy Kemper
2009-12-06
1
-2
/
+2
|
|
|
|
and test-unit 2.
*
Add support for bare ActiveSupport via config.active_support.bare
Carlhuda
2009-12-02
1
-0
/
+9
|
*
Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵
Carl Lerche
2009-10-16
1
-1
/
+0
|
|
|
|
|
|
obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
*
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵
Carl Lerche
2009-10-16
1
-4
/
+4
|
|
|
|
application's object root)
*
Have Rails.root be based off of config.ru
Carl Lerche
2009-10-14
1
-2
/
+34
|
*
Finish porting over the initializers to the app object and fix all the tests
Carl Lerche
2009-10-14
1
-0
/
+17
[prev]