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
...
*
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
*
|
Add url generation tests for #10185
Andrew White
2013-04-18
1
-0
/
+2
*
|
Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...
Derek Watson
2013-04-18
2
-0
/
+27
*
|
Avoid leak into controller's action_methods
printercu
2013-04-18
1
-0
/
+6
*
|
options_from_collection_for_select helper takes html attributes
Vasiliy Ermolovich
2013-04-11
1
-0
/
+7
*
|
Merge pull request #9604 from sgrif/live_streaming_exceptions
Rafael Mendonça França
2013-04-08
1
-1
/
+75
|
\
\
|
*
|
Exception handling for controllers using ActionController::Live
Sean Griffin
2013-03-18
1
-1
/
+75
*
|
|
Fix explicit names on multiple file fields
Ryan McGeary
2013-04-05
1
-0
/
+10
*
|
|
Fix indent and remove extra white spaces
Carlos Antonio da Silva
2013-04-05
1
-15
/
+17
*
|
|
Ensure mail_to helper does not modify the given html options hash
Carlos Antonio da Silva
2013-04-04
1
-1
/
+7
*
|
|
Merge pull request #10065 from spohlenz/mail_to_block
Carlos Antonio da Silva
2013-04-04
1
-0
/
+10
|
\
\
\
|
*
|
|
Add block support for the helper
Sam Pohlenz
2013-04-03
1
-0
/
+10
*
|
|
|
Fix typo in view name
Carlos Antonio da Silva
2013-04-03
2
-1
/
+1
[prev]
[next]