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
/
actionpack
/
lib
/
action_dispatch
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
5
-14
/
+14
*
|
memoize calculated ip without additional variable
Sergey Nartimov
2012-11-01
1
-6
/
+4
*
|
Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe...
Nikita Afanasenko
2012-11-01
1
-1
/
+7
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-11
1
-1
/
+1
|
\
|
*
Space between "every" and "time"
schneems
2012-10-02
1
-1
/
+1
*
|
rename page_cache_extension option to default_static_extension
Francesco Rodriguez
2012-10-03
1
-1
/
+1
*
|
Failsafe exception returns text/plain.
Steve Klabnik
2012-10-01
1
-3
/
+3
|
/
*
Merge pull request #7444 from szimek/params_parser_raises_parsing_error
Aaron Patterson
2012-09-26
1
-5
/
+12
|
\
|
*
Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...
Szymon Nowak
2012-08-27
1
-4
/
+10
|
*
Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.
Szymon Nowak
2012-08-24
1
-4
/
+2
|
*
Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...
Szymon Nowak
2012-08-24
1
-2
/
+5
*
|
log 404 status when ActiveRecord::RecordNotFound was raised (#7646)
Yves Senn
2012-09-17
1
-1
/
+5
*
|
Improve error message for memcache session store when dalli isn't loaded in app
Guillermo Iguaran
2012-09-07
1
-2
/
+6
*
|
More fixes for action pack tests with Dalli.
Arun Agrawal
2012-09-06
1
-3
/
+3
*
|
Merge pull request #7495 from steveklabnik/issue_7478
Aaron Patterson
2012-09-01
1
-0
/
+8
|
\
\
|
*
|
Override rack's destroy_session in cookie store
Andreas Loupasakis
2012-09-01
1
-0
/
+8
*
|
|
Revert "Merge pull request #7452 from arunagw/memcached_dalli"
Jon Leighton
2012-08-31
1
-3
/
+3
|
/
/
*
/
More fixes for action pack tests with Dalli.
Arun Agrawal
2012-08-27
1
-3
/
+3
|
/
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
4
-4
/
+0
*
adds a missing require from Active Support
Xavier Noria
2012-07-28
1
-0
/
+1
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
1
-18
/
+0
*
Rename RouteInspector to RoutesInspector
Carlos Antonio da Silva
2012-07-08
1
-2
/
+1
*
move route_inspector to actionpack
@schneems and @mattt
2012-07-07
1
-5
/
+7
*
show routes while debugging RoutingError
schneems
2012-07-07
2
-3
/
+20
*
Use status, content_type, body method signature for render too
Santiago Pastorino
2012-06-14
1
-4
/
+3
*
Refactor public exceptions to reuse render format method
Carlos Antonio da Silva
2012-06-14
1
-9
/
+6
*
content_type is already a Mime::Type object
Santiago Pastorino
2012-06-12
1
-1
/
+1
*
This consider_all_requests_local doesn't make sense
Santiago Pastorino
2012-06-12
1
-3
/
+2
*
Return proper format on exceptions
Santiago Pastorino
2012-06-11
1
-14
/
+36
*
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
1
-1
/
+2
*
Add the #unshift method to the middleware stack
Rich Healey
2012-05-18
1
-0
/
+5
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
2
-2
/
+2
*
Move require to where it's needed
Santiago Pastorino
2012-05-11
1
-1
/
+2
*
doc edits [ci skip]
Vijay Dev
2012-05-06
1
-3
/
+2
*
Merge pull request #5924 from cjolly/signed-cookies-docs
Vijay Dev
2012-05-06
1
-3
/
+5
|
\
|
*
Improve signed cookies documentation
Chad Jolly
2012-04-21
1
-3
/
+5
*
|
Raise a rescuable exception when Rails doesn't know what to do with the forma...
Steven Soroka
2012-05-06
1
-0
/
+1
*
|
Try to convert object passed to debug_hash to hash
Piotr Sarnacki
2012-05-05
1
-2
/
+2
*
|
make sure the superclass matches so load order does not matter
Aaron Patterson
2012-05-04
2
-2
/
+2
*
|
session creation methods to a module
Aaron Patterson
2012-05-04
3
-24
/
+11
*
|
create a request session in the cookie stores
Aaron Patterson
2012-05-04
1
-0
/
+8
*
|
create a request::session object in the memecache store middleware
Aaron Patterson
2012-05-04
1
-0
/
+10
*
|
Merge branch 'master' into session
Aaron Patterson
2012-05-04
1
-1
/
+3
|
\
\
|
*
|
Add backtrace to development routing error page
schneems
2012-05-02
1
-1
/
+3
*
|
|
bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookups
Aaron Patterson
2012-05-03
2
-151
/
+2
*
|
|
extract options finding to a method
Aaron Patterson
2012-05-02
1
-4
/
+7
*
|
|
testing session store behavior
Aaron Patterson
2012-05-02
1
-7
/
+19
*
|
|
initialize instance variables
Aaron Patterson
2012-05-02
1
-6
/
+5
*
|
|
converted session hash to delegation
Aaron Patterson
2012-05-02
1
-21
/
+19
[prev]
[next]