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
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
config.force_ssl should mark the session as secure.
José Valim
2012-01-13
1
-0
/
+30
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
6
-6
/
+6
*
don't encode an UTF-8 encoded template
Xu Pan
2011-12-20
1
-1
/
+2
*
Show detailed exceptions no longer returns true if the request is local in pr...
José Valim
2011-12-16
1
-0
/
+1
*
Improve the specs on exceptions app.
José Valim
2011-12-16
1
-1
/
+1
*
Allow a custom exceptions app to set.
José Valim
2011-12-16
1
-0
/
+14
*
Fix diagnostics page for routing errors.
José Valim
2011-12-15
1
-2
/
+13
*
Add ActiveSupport::Cache::NullStore to expose caching interface without actua...
Brian Durand
2011-12-12
1
-2
/
+2
*
Split ShowExceptions responsibilities in two middlewares.
José Valim
2011-12-01
1
-1
/
+1
*
Allow rescue responses to be configured through a railtie.
José Valim
2011-12-01
1
-0
/
+29
*
fix exception page when template contains utf-8 and parameters contain utf-8
lest
2011-11-30
1
-11
/
+30
*
configuration option to always write cookie
lest
2011-11-23
1
-0
/
+47
*
Test demonstrating #3053: If-Modified-Since gets swallowed up by rack-cache.
Brendan Ribera
2011-10-03
1
-0
/
+14
*
x_sendfile_header now defaults to nil and production.rb env file doesn't
Santiago Pastorino
2011-08-07
1
-1
/
+2
*
Solve the RAILS_ENV problem in the railties tests in a more generic way
Jon Leighton
2011-06-06
5
-0
/
+20
*
Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...
Jon Leighton
2011-05-23
1
-2
/
+2
*
Always use ActionDispatch::ShowExceptions middleware [#6462 state:resolved]
Prem Sichanugrist
2011-02-25
1
-0
/
+37
*
Fix a routing test. Reorganize middleware tests.
José Valim
2010-10-02
4
-12
/
+145
*
Only add Rack::Cache to the middleware stack if config.action_controller.perf...
Sparky
2010-09-15
1
-1
/
+15
*
Add tests for Rack::Cache
Carlhuda
2010-09-13
1
-0
/
+148