aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-111-5/+10
|\
| * Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-5/+10
* | Always yield a CSP policy instanceAndrew White2018-03-081-12/+58
* | Add the ability to disable the global CSP in a controllerAndrew White2018-03-081-0/+14
|/
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-1/+1
* Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-2/+66
* Uses the absolute path for system test screenshotsZamith2018-02-271-5/+5
* Merge branch 'master' into update_default_hsts_max_ageGuillermo Iguaran2018-02-2439-260/+289
|\
| * Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-221-0/+16
| |\
| | * Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-0/+16
| * | We should call methods with `.method_name` not `::method_name`.utilum2018-02-222-5/+6
| |/
| * Remove trailing semi-colon from CSPAndrew White2018-02-191-32/+32
| * Revert "Merge pull request #32045 from eagletmt/skip-csp-header"Andrew White2018-02-191-20/+2
| * Skip generating empty CSP header when no policy is configuredKohei Suzuki2018-02-181-2/+20
| * Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-2/+0
| * Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-0/+0
| * Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-16/+9
| * Fix array routing constraintsfatkodima2018-02-171-2/+5
| * Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-3/+2
| * Make sure assert_recognizes can still find routes mounted after enginesRafael Mendonça França2018-02-091-0/+6
| * Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-312-0/+7
| * Allow @ in X-Request-Id headerDaniel Colson2018-01-291-0/+5
| * Use assert_empty and assert_not_emptyDaniel Colson2018-01-259-17/+17
| * Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2526-174/+174
| * Change refute to assert_notDaniel Colson2018-01-253-12/+12
| * Use respond_to test helpersDaniel Colson2018-01-257-9/+9
| * Merge pull request #31713 from aellispierce/refactor-browser-optionsEileen M. Uchitelle2018-01-171-3/+4
| |\
| | * Move browser checking to its own classAshley Ellis Pierce2018-01-151-3/+4
* | | Update default HSTS max-age value to 1 yearGrant Bourque2018-01-161-2/+2
|/ /
* | Add 'Referrer-Policy' header to default headers setGuillermo Iguaran2018-01-081-2/+4
* | Merge pull request #31594 from yuki24/refactor-request-testEileen M. Uchitelle2018-01-041-89/+75
|\ \
| * | Use more realistic setup rather than stubbingYuki Nishijima2017-12-291-89/+75
| |/
* / let drb make temprary serverNobuyoshi Nakada2017-12-291-8/+1
|/
* Generate tmpname on its ownyuuji.yaginuma2017-12-151-1/+6
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-1/+1
* Merge pull request #31289 from witlessbird/fips-compatibilityEileen M. Uchitelle2017-12-142-2/+2
|\
| * Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-122-2/+2
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-144-4/+3
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-123-4/+4
* | Change the system tests to set Puma as default server only when the user have...Guillermo Iguaran2017-12-091-1/+18
* | Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to de...Guillermo Iguaran2017-12-092-3/+7
* | Merge pull request #30780 from JackMc/fix-chrome-referrer-invalidauthenticity...Sean Griffin2017-12-071-0/+13
|\ \
| * | Add a better error message when a "null" Origin header occursJack McCracken2017-11-031-0/+13
* | | Add headless firefox driver to System Testsbogdanvlviv2017-12-073-0/+18
* | | Correct routing test spelling mistake.Philip Tolton2017-12-061-1/+1
* | | Yield array from AC::Parameters#each for block with one argDominic Cleal2017-12-061-0/+16
* | | Fix CSP copy boolean directives (#31326)Simon Dawson2017-12-051-0/+9
* | | Embrace the instantiation in loving parens <3Kasper Timm Hansen2017-12-031-1/+2
* | | Merge pull request #31146 from mikeycgto/actiondispatch-cookie-store-test-upd...Kasper Timm Hansen2017-12-031-41/+83
|\ \ \ | |_|/ |/| |
| * | Update cookie_store_test to use encrypted cookiesMichael Coyne2017-11-271-41/+83