1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/test/connection
Pratik a6ee365703 Merge pull request #85 from rails/cross-site-forgery-protection
Add support for cross site forgery protection
2015-10-12 18:14:57 -05:00
..
authorization_test.rb Test auth failure 2015-07-12 11:59:46 -05:00
base_test.rb Merge pull request #85 from rails/cross-site-forgery-protection 2015-10-12 18:14:57 -05:00
cross_site_forgery_test.rb Treat ORIGIN as an opaque identifier and do equality comparison with the specified whitelist 2015-10-12 18:14:14 -05:00
identifier_test.rb Connection identifier tests 2015-07-12 13:36:42 -05:00
string_identifier_test.rb support connection identifiers that don't implement to_global_id by defaulting to to_s 2015-08-24 19:54:14 +10:00
subscriptions_test.rb refactor channel look up to use a hash instead of an array and reduce the number of calls to safe_constantize because it can be slow 2015-07-30 10:14:57 +10:00