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
...
*
|
|
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
|
\
\
|
*
|
failure to parse params should trigger a 400 Bad Request
Josh Goebel
2013-03-21
2
-0
/
+7
*
|
|
Revert "Merge pull request #10337 from eimermusic/fix_template_digestor_lookup"
Rafael Mendonça França
2013-04-25
1
-1
/
+1
*
|
|
Merge pull request #10337 from eimermusic/fix_template_digestor_lookup
Rafael Mendonça França
2013-04-25
1
-1
/
+1
|
\
\
\
|
*
|
|
AV Digestor correctly passes format to LookupContext
Martin Westin
2013-04-25
1
-1
/
+1
*
|
|
|
Add support for extra options to `force_ssl`
Andrew White
2013-04-25
1
-14
/
+106
*
|
|
|
Use `request.fullpath` to build redirect url in `force_ssl`
Andrew White
2013-04-25
1
-0
/
+63
|
/
/
/
*
|
|
Add test for `format: false` with resources - closes #10323
Andrew White
2013-04-24
1
-0
/
+29
*
|
|
Return a 405 response for unknown HTTP methods
Lewis Marshall
2013-04-22
2
-0
/
+12
*
|
|
Removing tests for deprecated options in active support. The
wangjohn
2013-04-21
1
-8
/
+0
*
|
|
Refactor ActionDispatch::Http::URL.build_host_url
Andrew White
2013-04-18
1
-0
/
+41
[prev]
[next]