index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid URI parsing
Andriel Nuernberg
2014-04-09
1
-5
/
+8
*
push move_string in to `move`
Aaron Patterson
2014-04-01
1
-14
/
+12
*
combine move_regexp and move_string so we only loop over states once
Aaron Patterson
2014-04-01
1
-9
/
+6
*
do not create memo objects since we'll just throw them away
Aaron Patterson
2014-04-01
2
-9
/
+11
*
only ask if `t` is empty once.
Aaron Patterson
2014-04-01
1
-4
/
+1
*
Merge pull request #13890 from achempion/syntax-error-backtrace
Yves Senn
2014-03-29
1
-0
/
+8
|
\
|
*
Append link to bad code to backtrace when exception is SyntaxError
Boris Kuznetsov
2014-03-27
1
-0
/
+8
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-03-29
1
-0
/
+4
|
\
\
|
*
|
Mention required glob param name in match docs for mapper
Earl St Sauver
2014-03-20
1
-0
/
+4
*
|
|
Replace trivial regexp with string or index, twice as fast
Kelley Reynolds
2014-03-28
1
-1
/
+1
|
|
/
|
/
|
*
|
Swapped parameters of assert_equal in assert_select
Vishal Lal
2014-03-22
1
-1
/
+1
*
|
The digest option is no longer honoured since Rails 3.0 [ci skip]
Godfrey Chan
2014-03-20
1
-1
/
+1
*
|
Use nested_scope? not shallow? to determine whether to copy options
Andrew White
2014-03-16
1
-1
/
+5
*
|
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-5
/
+32
*
|
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
2
-5
/
+20
*
|
Merge pull request #14291 from laurocaetano/doc-for-original-fullpath
Yves Senn
2014-03-12
1
-0
/
+7
|
\
\
|
*
|
[ci skip] Add documentation for original_fullpath.
Lauro Caetano
2014-03-11
1
-0
/
+7
*
|
|
Merge pull request #14262 from sferik/flat_map
Andrew White
2014-03-09
7
-18
/
+18
|
\
\
\
|
*
|
|
Replace map.flatten with flat_map in actionpack
Erik Michaels-Ober
2014-03-03
7
-18
/
+18
|
|
/
/
*
|
|
Copy shallow options from normal options when using scope
Andrew White
2014-03-08
1
-1
/
+2
*
|
|
Pull namespace defaults out of the options hash
Andrew White
2014-03-08
1
-3
/
+10
*
|
|
Only use shallow nested scope when depth is > 1
Andrew White
2014-03-08
1
-20
/
+23
*
|
|
Move setting :scope_level_resource to resource_scope
Andrew White
2014-03-08
1
-7
/
+7
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-03-07
1
-1
/
+1
|
\
\
|
*
|
:scissors:
Zachary Scott
2014-02-23
1
-1
/
+1
*
|
|
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-12
/
+1
|
|
/
|
/
|
*
|
Replace map.flatten(1) with flat_map
Erik Michaels-Ober
2014-02-28
2
-5
/
+5
|
/
*
Add `#no_content_type` attribute to `AD::Response`
Prem Sichanugrist
2014-02-18
1
-2
/
+13
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-1
/
+1
*
Fix parameter naming in RemoteIp middleware constructor method
KalabiYau
2014-02-18
1
-2
/
+2
*
Check if variant array contains only symbols
Łukasz Strzałkowski
2014-02-13
1
-2
/
+2
*
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-2
/
+4
*
rm warning about variable shadowing
Godfrey Chan
2014-02-11
1
-2
/
+2
*
Migrate hash-based cookie values correctly
Godfrey Chan
2014-02-11
1
-2
/
+4
*
Missed FlashHash#replace
Godfrey Chan
2014-02-11
1
-1
/
+1
*
Fixed broken flash tests
Godfrey Chan
2014-02-11
1
-1
/
+1
*
Re-write legacy (marshal) cookies on read
Godfrey Chan
2014-02-11
1
-20
/
+40
*
Stringify the incoming hash in FlashHash
Guillermo Iguaran
2014-02-11
1
-1
/
+3
*
Convert FlashHash in a Hash with indifferent access
Guillermo Iguaran
2014-02-11
1
-4
/
+15
*
Added HybridSerializer to upgrade existing marshal cookies (wip: need tests)
Godfrey Chan
2014-02-11
1
-0
/
+14
*
Renamed session_serializer option to cookies_serializer
Godfrey Chan
2014-02-11
3
-42
/
+30
*
Set the :shallow_path as each scope is generated
Andrew White
2014-02-09
1
-1
/
+12
*
Prevent [response].flatten from recursing infinitely.
Dan Kang
2014-02-08
1
-1
/
+1
*
Updated the cookie docs to use the safer JSON.{generate,parse}
Godfrey Chan
2014-02-08
1
-5
/
+5
*
Rely on backticks instead of tt tags [ci skip]
Robin Dupret
2014-02-08
1
-2
/
+2
*
docs, Cookie values are String based. Closes #12860. [ci skip]
Yves Senn
2014-02-08
1
-7
/
+7
*
only ask for the location filters once
Aaron Patterson
2014-01-31
1
-4
/
+5
*
FilterRedirect is referenced at the class level from the Response
Aaron Patterson
2014-01-31
1
-0
/
+1
*
Modify the session serializer implementation
Guillermo Iguaran
2014-01-30
1
-3
/
+5
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
3
-2
/
+41
[next]