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
/
rails
/
application.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Got tests working once again.
José Valim
2010-01-22
1
-3
/
+1
*
Add view paths to Engine setup.
José Valim
2010-01-22
1
-9
/
+9
*
Massive cleanup in Railties and load stack.
José Valim
2010-01-21
1
-35
/
+29
*
Make filter parameters based on request, so they can be modified for anything...
José Valim
2010-01-21
1
-0
/
+1
*
fixes the failure of config.plugins without :all option tests [#3718 status:r...
Santiago Pastorino
2010-01-20
1
-4
/
+3
*
Allow railties to specify generators paths.
José Valim
2010-01-19
1
-1
/
+5
*
Build middleware stack and reload routes after app initializers run
Joshua Peek
2010-01-16
1
-2
/
+12
*
Set up subscriber on initialization.
José Valim
2010-01-13
1
-3
/
+0
*
Run railtie and plugin initializers before app specific ones
Joshua Peek
2010-01-07
1
-130
/
+2
*
config.plugins should still work with an array of strings
Joshua Peek
2010-01-05
1
-3
/
+4
*
Merge
David Heinemeier Hansson
2010-01-03
1
-14
/
+1
|
\
|
*
AppName::Application.root should work
Yehuda Katz
2010-01-02
1
-1
/
+1
|
*
Rails notifications are set through Railtie in each framework.
José Valim
2010-01-02
1
-13
/
+0
*
|
Time zoning should be turned on by default with UTC
David Heinemeier Hansson
2010-01-03
1
-10
/
+8
|
/
*
Some railties cleanup:
Carl Lerche
2009-12-31
1
-2
/
+2
*
Fully remove config.frameworks in favor of requires in boot.rb
Carl Lerche
2009-12-31
1
-1
/
+3
*
Use the correct method for eager loading autoloads
Carl Lerche
2009-12-29
1
-1
/
+1
*
Make plugins responsible for loading their own rake tasks
Sam Pohlenz
2009-12-29
1
-7
/
+1
*
Application object should instantiate non-vendored plugins
Sam Pohlenz
2009-12-29
1
-1
/
+1
*
Check to see if the plugin object responds to load_tasks (vendor/plugin/* doe...
Carl Lerche
2009-12-29
1
-1
/
+4
*
Add the ability to have plugins load rake tasks.
Carl Lerche
2009-12-28
1
-0
/
+5
*
Merge remote branch 'origin/master'
Carlhuda
2009-12-23
1
-64
/
+32
|
\
|
*
Fix Rack::Lock middleware condition: use *unless* we allow concurrency
Jeremy Kemper
2009-12-23
1
-1
/
+1
|
*
Shift more responsibility from application class to its singleton instance. T...
Jeremy Kemper
2009-12-23
1
-77
/
+46
*
|
Require active_support/all unless specifically requested to be left out.
Carlhuda
2009-12-23
1
-0
/
+4
*
|
Finish moving config.frameworks-dependent code to the framework plugin
Carlhuda
2009-12-23
1
-111
/
+1
*
|
Moving out some framework specific initializers into the framework libraries.
Carlhuda
2009-12-23
1
-59
/
+7
*
|
tests pass with requiring the frameworks in rails.rb
Carlhuda
2009-12-23
1
-24
/
+34
|
/
*
Use Rack::Runtime middleware so the reported time includes the entire middlew...
Joshua Peek
2009-12-22
1
-0
/
+1
*
Merge branch 'master' of github.com:rails/rails
Joshua Peek
2009-12-21
1
-18
/
+11
|
\
|
*
Replace reopening the class with App.configure as an alias to class_eval
Carlhuda
2009-12-21
1
-0
/
+4
|
*
test.rb, dev.rb, and production.rb just reopen the Application class; no more...
Carlhuda
2009-12-21
1
-18
/
+7
*
|
Update routes.rb template to use App name
Joshua Peek
2009-12-21
1
-0
/
+4
|
/
*
Give the builtin controllers their own routes.rb now that the legacy catch-al...
David Heinemeier Hansson
2009-12-21
1
-0
/
+1
*
Need to lazy realize middleware options so they can be modified in
Joshua Peek
2009-12-16
1
-3
/
+3
*
Add the ability for plugins to set default configuration settings.
Carl Lerche
2009-12-15
1
-1
/
+7
*
Procs don't call themselves
Joshua Peek
2009-12-15
1
-1
/
+1
*
Move route reloading into railties
Joshua Peek
2009-12-14
1
-4
/
+45
*
Merge branch 'master' of github.com:rails/rails
Joshua Peek
2009-12-02
1
-35
/
+17
|
\
|
*
Stop evalling the environment file in favor of require + setting a Kernel#con...
Carlhuda
2009-12-02
1
-18
/
+17
|
*
Add support for bare ActiveSupport via config.active_support.bare
Carlhuda
2009-12-02
1
-15
/
+2
|
*
Remove global Rails initializers
Carlhuda
2009-12-02
1
-4
/
+0
*
|
Move controller namespace tracking into route set so it gets
Joshua Peek
2009-12-02
1
-1
/
+1
|
/
*
Load application specific rake tasks in the application object
Carl Lerche
2009-11-25
1
-0
/
+2
*
Have script/* and Rakefile use the application object
Carlhuda
2009-11-24
1
-5
/
+13
*
Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/serv...
Jeremy Kemper
2009-11-19
1
-1
/
+5
*
Final steps toward clean rails "foo"; cd foo; gem bundle; script/server working
Yehuda Katz + Carl Lerche
2009-11-18
1
-5
/
+1
*
Make script/server work with correct application.rb
Yehuda Katz
2009-11-16
1
-0
/
+5
*
Refactor plugins
Yehuda Katz + Carl Lerche
2009-11-11
1
-37
/
+13
*
Conceptually unify instance & global initializers
Yehuda Katz + Carl Lerche
2009-11-05
1
-14
/
+31
[prev]
[next]