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
/
bootstrap.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not rewrite log during application bootstrap
Sergey Nartimov
2012-01-03
1
-1
/
+1
*
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
Aaron Patterson
2011-12-19
1
-4
/
+4
*
Improve docs for Rails::Application and add routes_reloader_hook and app_relo...
José Valim
2011-12-12
1
-7
/
+0
*
* ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelch
Aaron Patterson
2011-12-09
1
-3
/
+11
*
Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...
David Heinemeier Hansson
2011-10-19
1
-2
/
+2
*
`rake assets:precompile` loads the application but does not initialize it.
José Valim
2011-09-24
1
-8
/
+8
*
dealing with some -w warnings on startup
Aaron Patterson
2011-08-24
1
-1
/
+1
*
ADdd missing requires (thanks to @arunagw)
José Valim
2011-05-07
1
-1
/
+1
*
Always flush logger at exit
Jason Rudolph
2011-05-06
1
-0
/
+1
*
Use AD::Reloader.to_cleanup for reloading [#2873 state:resolved]
John Firebaugh
2010-12-20
1
-5
/
+3
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-1
/
+1
*
Allow Engines loading its own environment file from config/environments
Piotr Sarnacki
2010-09-03
1
-5
/
+2
*
Clear DescendantsTracker on each request.
José Valim
2010-06-19
1
-0
/
+2
*
Remove the laziness from the middleware stack.
José Valim
2010-05-29
1
-1
/
+1
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-4
/
+4
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
1
-1
/
+2
*
Moved initializers for ActionMailer and ActionController into their own railties
Carlhuda
2010-03-02
1
-14
/
+2
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-4
/
+4
*
Ensure all initializers are collections.
José Valim
2010-01-26
1
-21
/
+21
*
As first step setup the load path and lazy compare middlewares.
José Valim
2010-01-25
1
-0
/
+4
*
Ensure environment config has higher priority than application ones.
José Valim
2010-01-24
1
-0
/
+4
*
Break application.rb file in smaller chunks.
José Valim
2010-01-23
1
-0
/
+77