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
/
initializer_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some railties cleanup:
Carl Lerche
2009-12-31
1
-0
/
+2
*
Fully remove config.frameworks in favor of requires in boot.rb
Carl Lerche
2009-12-31
1
-2
/
+2
*
Clarify assertion
Jeremy Kemper
2009-12-30
1
-2
/
+2
*
Moving out some framework specific initializers into the framework libraries.
Carlhuda
2009-12-23
1
-23
/
+17
*
tests pass with requiring the frameworks in rails.rb
Carlhuda
2009-12-23
1
-26
/
+0
*
Merge branch 'master' of github.com:rails/rails
Joshua Peek
2009-12-21
1
-81
/
+79
|
\
*
|
Update routes.rb template to use App name
Joshua Peek
2009-12-21
1
-0
/
+10
|
/
*
Add the ability for plugins to set default configuration settings.
Carl Lerche
2009-12-15
1
-0
/
+1
*
Add support for bare ActiveSupport via config.active_support.bare
Carlhuda
2009-12-02
1
-1
/
+3
*
Remove global Rails initializers
Carlhuda
2009-12-02
1
-16
/
+0
*
Have all the tests running off a single Gemfile
Yehuda Katz + Carl Lerche
2009-10-20
1
-20
/
+0
*
Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...
Carl Lerche
2009-10-16
1
-0
/
+1
*
Use Rails.initialize! where we just want to run the initializers and aren't c...
Joshua Peek
2009-10-16
1
-17
/
+17
*
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...
Carl Lerche
2009-10-16
1
-13
/
+32
*
Have config/application.rb contain the application definition and require tha...
Carl Lerche
2009-10-15
1
-0
/
+15
*
Finish porting over the initializers to the app object and fix all the tests
Carl Lerche
2009-10-08
1
-5
/
+127
*
Even more initializers ported over
Carl Lerche
2009-10-08
1
-0
/
+7
*
Ported over more initializers
Carl Lerche
2009-10-08
1
-0
/
+7
*
Moving more initializers into the application object
Carl Lerche
2009-10-08
1
-0
/
+25
*
Start moving the initializers into the application object
Carl Lerche
2009-10-08
1
-0
/
+33