aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Wrap routes.url_helpers.url_for via a proxyAndrew White2017-02-211-4/+21
* Tiny documentation edits [ci skip]Robin Dupret2017-02-211-1/+1
* Fix some grammar in docs [ci skip]kenta-s2017-02-211-1/+1
* Merge pull request #28081 from meinac/fix_redirect_methodGuillermo Iguaran2017-02-211-1/+1
|\
| * Use `response#location` instead of `#location` in redirect.Mehmet Emin INAC2017-02-201-1/+1
* | Clean up documentationeileencodes2017-02-201-9/+10
* | Rename system_test_helper -> application_system_test_caseeileencodes2017-02-202-22/+9
* | Fix default host in setup, move teardown to helper fileeileencodes2017-02-203-0/+31
* | Fix screenshot helper to provide correct file nameeileencodes2017-02-201-2/+6
* | Move and rename system testseileencodes2017-02-206-0/+253
* | Turn system testing into it's own gem and renameeileencodes2017-02-2012-554/+0
* | Appease Rubocopeileencodes2017-02-209-13/+12
* | Refactor so all drivers use Puma by defaulteileencodes2017-02-204-40/+75
* | Add support for screenshotseileencodes2017-02-205-2/+61
* | Reconfigure how the drivers workeileencodes2017-02-206-102/+134
* | Add documentation for system testseileencodes2017-02-209-7/+173
* | Fix Railtie to pass class when setting optionseileencodes2017-02-203-8/+12
* | Move SystemTesting::Base into SystemTestCaseeileencodes2017-02-202-13/+6
* | Refactor to not include `capybara/rails`eileencodes2017-02-201-2/+13
* | Refactor driver adapter getter/settereileencodes2017-02-202-5/+10
* | Inherit from ActionDispatch::IntegrationTesteileencodes2017-02-201-2/+1
* | Add test assertion helperseileencodes2017-02-203-0/+34
* | Add configuration option for driver adaptereileencodes2017-02-203-4/+18
* | Add ForHelper's for system testseileencodes2017-02-203-0/+39
* | Add configurable selenium driver for capybaraeileencodes2017-02-202-0/+80
* | Add ability to run system tests via Capybaraeileencodes2017-02-206-0/+79
* | Add skeleton for Rails::SystemTestCaseeileencodes2017-02-201-0/+5
|/
* Unfreeze interpolated string because it's useless.Stan Lo2017-02-191-1/+1
* Merge pull request #27926 from st0012/freeze-cache-instrument-nameRafael França2017-02-132-2/+2
|\
| * Freeze fragment cache related instrument name.Stan Lo2017-02-072-2/+2
* | Remove unused requireRyuta Kamizono2017-02-122-3/+0
* | Removed the `attribute_accessors` required file:Edouard CHIN2017-02-121-1/+0
|/
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-313-61/+3
* Merge pull request #27647 from Shopify/fully-eagerload-journeyRafael França2017-01-304-0/+28
|\
| * Fully initialize routes before the first request is handledJean Boussier2017-01-184-0/+28
* | Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-2/+0
* | Delete PATH_INFO after each controller test requestDominic Cleal2017-01-231-0/+1
* | Add examples for behaviour about redirection with and without options. Fixes ...Vipul A M2017-01-211-0/+8
* | Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...David Heinemeier Hansson2017-01-161-3/+1
* | Add missing requireDavid Heinemeier Hansson2017-01-161-0/+1
* | `respond_to_missing?` should fallback to `super` where method_missing could c...Akira Matsuda2017-01-151-1/+1
* | AC::ParamsWrapper::Options needs anonymous superclassAkira Matsuda2017-01-131-1/+1
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-132-2/+2
* | fix method name in `Renderer` doc [ci skip]yuuji.yaginuma2017-01-121-1/+2
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-124-7/+7
* | Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-111-2/+3
* | Fix grammar in action_dispatch/http/parameters.rb [ci skip]kenta-s2017-01-111-1/+1
|/
* Current default Rails app encoding "utf-8" looks more like a W3C charset than...Akira Matsuda2017-01-111-1/+1
* Use already defined Encoding constant rather than freezing a StringAkira Matsuda2017-01-111-1/+1