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
*
initialize instance variables
Aaron Patterson
2012-05-22
1
-2
/
+6
*
Allow configuring a different queue consumer
Carlos Antonio da Silva
2012-05-04
1
-1
/
+1
*
Define only writer method for queue, as reader is declared
Carlos Antonio da Silva
2012-04-28
1
-1
/
+2
*
add a factory method for queue construction so that apps can have multiple qu...
Aaron Patterson
2012-04-27
1
-1
/
+5
*
Initial queue implementation
Yehuda Katz
2012-04-26
1
-1
/
+5
*
Remove not needed requires
Santiago Pastorino
2012-03-31
1
-1
/
+0
*
Rails.initialized? can be called at any time without raising an exception [Cl...
Franck Verrot
2012-03-28
1
-0
/
+4
*
Rack::SSL -> ActionDispatch::SSL
Rafael Mendonça França
2012-03-17
1
-2
/
+1
*
Remove remaining http_only? calls.
José Valim
2012-03-14
1
-4
/
+4
*
Change api_only to http_only
Carlos Antonio da Silva
2012-03-10
1
-4
/
+4
*
Add config.middleware.api_only!
Carlos Antonio da Silva and Santiago Pastorino
2012-03-05
1
-4
/
+4
*
Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)
Piotr Sarnacki
2012-03-03
1
-4
/
+4
*
Reverted build_original_fullpath method, as per discussion at https://github....
Nathan Broadbent
2012-01-28
1
-1
/
+9
*
Refactored watchable_args and build_original_fullpath methods in railties/lib...
Nathan Broadbent
2012-01-15
1
-13
/
+2
*
config.force_ssl should mark the session as secure.
José Valim
2012-01-13
1
-0
/
+3
*
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-3
/
+2
*
A few doc changes
Vijay Dev
2011-12-24
1
-9
/
+2
*
Add ORIGINAL_FULLPATH to env
Piotr Sarnacki
2011-12-21
1
-0
/
+17
*
Allow a custom exceptions app to set.
José Valim
2011-12-16
1
-1
/
+1
*
Extract the rendering of public exceptions pages into a Rack app.
José Valim
2011-12-16
1
-1
/
+1
*
Fix diagnostics page for routing errors.
José Valim
2011-12-15
1
-0
/
+1
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-1
/
+1
*
Move hooks back to initializers (we need an API that allows hooks to be repla...
José Valim
2011-12-13
1
-32
/
+0
*
Add config.file_watcher so developers can provide their own watchers (for ins...
José Valim
2011-12-13
1
-2
/
+1
*
Revert "Provide a unique point for running initializers."
José Valim
2011-12-13
1
-5
/
+5
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-2
/
+38
*
Give hooks the flexibility to choose the type of callback.
José Valim
2011-12-12
1
-7
/
+9
*
Provide a unique point for running initializers.
José Valim
2011-12-12
1
-4
/
+5
*
Improve docs for Rails::Application and add routes_reloader_hook and app_relo...
José Valim
2011-12-12
1
-8
/
+55
*
Split ShowExceptions responsibilities in two middlewares.
José Valim
2011-12-01
1
-0
/
+3
*
put backtrace_cleaner to env
lest
2011-11-28
1
-1
/
+2
*
middlewares should use logger from env
lest
2011-11-25
1
-1
/
+2
*
Allow to change engine's loading priority with config.railties_order=
Piotr Sarnacki
2011-11-23
1
-0
/
+22
*
Rely on a public contract between railties instead of accessing railtie metho...
José Valim
2011-11-23
1
-0
/
+4
*
add ActionController::Metal#show_detailed_exceptions?
lest
2011-11-22
1
-1
/
+1
*
Extend IRB right before starting IRB to remove dependency on IRB from Rails::...
Akira Matsuda
2011-11-10
1
-2
/
+0
*
Modulize Rails console methods so that other console libraries such as Pry ca...
Akira Matsuda
2011-11-09
1
-0
/
+2
*
Unify logger and taggedlogging middleware as both address logging concerns.
José Valim
2011-10-19
1
-2
/
+1
*
Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...
David Heinemeier Hansson
2011-10-19
1
-0
/
+2
*
:group => :assets should only run in the assets environment.
José Valim
2011-10-02
1
-1
/
+1
*
Make the Rack::SSL middleware configurable
Justin Leitgeb
2011-09-26
1
-1
/
+1
*
`rake assets:precompile` loads the application but does not initialize it.
José Valim
2011-09-24
1
-3
/
+2
*
dealing with some -w warnings on startup
Aaron Patterson
2011-08-24
1
-0
/
+5
*
Don't use Rack::Sendfile middleware if x_sendfile_header is not present
Santiago Pastorino
2011-08-13
1
-1
/
+3
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-07-23
1
-1
/
+1
|
\
|
*
grammar/tense correction to rails application doc
Matt Jankowski
2011-07-12
1
-1
/
+1
*
|
Rails.application#env_config is now public API. [Closes #1924]
Franck Verrot
2011-07-11
1
-0
/
+9
|
/
*
Cherry-picking patch for https://github.com/rails/rails/issues/1460
Joseph Wong
2011-06-16
1
-6
/
+0
*
Merge pull request #1356 from flippingbits/fix_engine_generator
José Valim
2011-06-09
1
-12
/
+0
|
\
|
*
Move load_generators from Rails::Application to Rails::Engine
Stefan Sprenger
2011-05-26
1
-12
/
+0
[next]