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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Show real LoadError on helpers require
Piotr Niełacny
2013-07-10
3
-0
/
+25
*
Use Request#raw_post instead Request#body
Paul Nikitochkin
2013-07-08
1
-0
/
+7
*
Merge pull request #11313 from gsamokovarov/url-encoded-params-test
Rafael Mendonça França
2013-07-06
1
-25
/
+27
|
\
|
*
Cleanup ul_encoded_params_parsing_test
Genadi Samokovarov
2013-07-05
1
-25
/
+27
*
|
Space is not required for Set-Cookie header
Yamagishi Kazutoshi
2013-07-05
1
-0
/
+29
|
/
*
Remove `page_cache_extension` deprecated method
Francesco Rodriguez
2013-07-01
1
-15
/
+0
*
use bytesize rather than force encoding
Aaron Patterson
2013-06-28
1
-2
/
+1
*
Re-remove deprecated API.
kennyj
2013-06-28
1
-7
/
+0
*
Merge pull request #11000 from sbeckeriv/accept_header
Carlos Antonio da Silva
2013-06-25
1
-0
/
+6
|
\
|
*
Fix undefined method `ref' for nil:NilClass for bad accept headers
Stephen Becker IV
2013-06-19
1
-0
/
+6
*
|
test-case => failing
Yves Senn
2013-06-25
1
-0
/
+13
*
|
Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-case
Guillermo Iguaran
2013-06-24
1
-0
/
+14
|
\
\
|
*
|
Flag cookies as secure with ignore case in ActionDispatch::SSL
Yamagishi Kazutoshi
2013-06-24
1
-0
/
+14
*
|
|
ActionDispatch:SSL: don't include STS header in non-https responses
Geoff Buesing
2013-06-23
1
-0
/
+5
|
/
/
*
|
Don't remove trailing slash from PATH_INFO for mounted apps
Piotr Sarnacki
2013-06-21
1
-0
/
+5
*
|
Remove digestor fixtures from AP
Łukasz Strzałkowski
2013-06-20
12
-25
/
+0
*
|
Remove unneeded test fixtures in AV
Piotr Sarnacki
2013-06-20
108
-281
/
+0
*
|
Remove unneeded files
Piotr Sarnacki
2013-06-20
2
-50
/
+0
*
|
Move template tests from actionpack to actionview
Piotr Sarnacki
2013-06-20
52
-16208
/
+0
*
|
Added test for link_to_unless to make sure the result consistency.
dtaniwaki
2013-06-16
1
-0
/
+5
*
|
Use a case insensitive URI Regexp for #asset_path
David Celis
2013-06-16
1
-2
/
+5
|
/
*
collection tags accept html attributes as the last element of collection
Vasiliy Ermolovich
2013-06-16
1
-0
/
+16
*
Update the HTML boolean attributes per the HTML 5.1 spec
Alex Peattie
2013-06-14
1
-2
/
+2
*
Don't set X-UA-Compatible header by default
Guillermo Iguaran
2013-06-13
1
-3
/
+1
*
Warning removed for Minitest
Arun Agrawal
2013-06-12
1
-1
/
+1
*
Fix mismatching variable names when using an underscore
Drew Ulmer
2013-06-04
1
-13
/
+41
*
Raise ArgumentError to fix Rails 4.1 deprecation warn message.
kennyj
2013-06-02
1
-5
/
+7
*
Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...
kennyj
2013-06-02
2
-21
/
+0
*
Remove ActionView::Template#mime_type was deprecated.
kennyj
2013-06-01
1
-7
/
+0
*
Remove ActionController::RecordIdentifier was deprecated.
kennyj
2013-06-01
2
-63
/
+3
*
Remove :confirm and :disable_with options from ActionView::Helpers::FormTagHe...
kennyj
2013-06-01
1
-28
/
+0
*
Remove link_to_function / button_to_function from ActionView::Helpers::Javasc...
kennyj
2013-06-01
1
-42
/
+0
*
Remove :confirm and :disable_with options for ActionView::Helpers::UrlHelper#...
kennyj
2013-06-01
1
-75
/
+0
*
`RoutesInspector` deals with routes using regexp as `:controller` option
Yves Senn
2013-05-30
1
-0
/
+9
*
Running isolated tests
Arun Agrawal
2013-05-28
1
-15
/
+0
*
Add has_named_route? to the mapper API
José Valim
2013-05-20
1
-0
/
+13
*
Fix named routing regression from 3.2.13
schneems
2013-05-16
1
-0
/
+11
*
Revert "Integration tests support the OPTIONS http method"
Rafael Mendonça França
2013-05-16
1
-17
/
+1
*
Merge pull request #10636 from seanwalbran/fix-asset-host-proc-returning-nil
Rafael Mendonça França
2013-05-16
1
-0
/
+11
|
\
|
*
restore ability to return nil from asset_host proc, add test
Sean Walbran
2013-05-15
1
-0
/
+11
*
|
Revert "Add the options method to action_controller testcase."
Rafael Mendonça França
2013-05-16
1
-5
/
+0
*
|
Merge pull request #10591 from acapilleri/cond_callback_test
Aaron Patterson
2013-05-15
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
add test for skip_before_filter with condition
Angelo capilleri
2013-05-13
1
-0
/
+13
*
|
use public api for testing rather than grabbing instance variables
Aaron Patterson
2013-05-14
1
-1
/
+1
|
/
*
Replace multi_json with json
Erik Michaels-Ober
2013-05-11
1
-1
/
+1
*
Fix that JSON and XML exception responses should give the HTTP error message ...
Jeremy Kemper
2013-05-08
1
-2
/
+2
*
Test that #fresh_when accepts an array
Brandon Keepers
2013-05-07
1
-2
/
+19
*
Allow numbers in partial name for digesting
Bryan Ricker
2013-05-06
2
-1
/
+8
*
Fix failing AP test
Carlos Antonio da Silva
2013-05-01
1
-1
/
+1
*
Merge pull request #9857 from yyyc514/bad_params_should_400
Aaron Patterson
2013-04-30
2
-0
/
+7
|
\
[prev]
[next]