aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prefer remove_method over undef_methodAndrew White2017-02-213-4/+69
* Support mapping of non-model classesAndrew White2017-02-212-3/+33
* Raise an error if `direct` is inside a scope blockAndrew White2017-02-212-3/+26
* Add CHANGELOG entry for `direct` methodAndrew White2017-02-211-0/+39
* Add custom polymorphic mappingAndrew White2017-02-216-65/+314
* Add test for calling a url helper in Mapper#directAndrew White2017-02-211-0/+7
* Don't allocate a hash unnecessarilyAndrew White2017-02-212-2/+6
* Only accept symbols and strings for Mapper#directAndrew White2017-02-212-1/+23
* Rename url_helper to directAndrew White2017-02-213-23/+23
* Add support for defining custom url helpers in routes.rbAndrew White2017-02-214-2/+270
* Wrap routes.url_helpers.url_for via a proxyAndrew White2017-02-211-4/+21
* Tiny documentation edits [ci skip]Robin Dupret2017-02-212-17/+12
* Merge pull request #28092 from sikachu/fix-define_attribute_method-with-symbo...Guillermo Iguaran2017-02-212-1/+8
|\
| * Fix `define_attribute_method` with Symbol in ARPrem Sichanugrist2017-02-212-1/+8
* | Merge pull request #28088 from y-yagi/do_not_generate_templates_to_api_docGuillermo Iguaran2017-02-211-1/+1
|\ \ | |/ |/|
| * Do not display template files on API doc [ci skip]yuuji.yaginuma2017-02-211-1/+1
* | Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-212-1/+13
* | Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-212-2/+2
|\ \
| * | Use Puma 3.7.xRoberto Miranda2017-02-202-2/+2
* | | Merge pull request #28089 from kenta-s/improve-testing-docsVipul A M2017-02-212-4/+4
|\ \ \
| * | | Fix some grammar in docs [ci skip]kenta-s2017-02-212-4/+4
|/ / /
* | | Merge pull request #28081 from meinac/fix_redirect_methodGuillermo Iguaran2017-02-212-3/+3
|\ \ \ | |_|/ |/| |
| * | Use `response#location` instead of `#location` in redirect.Mehmet Emin INAC2017-02-202-3/+3
* | | Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-connMatthew Draper2017-02-218-32/+80
|\ \ \
| * | | Ensure test threads share a DB connectioneileencodes2017-02-208-32/+80
* | | | Add missing spaceJon Moss2017-02-201-1/+1
* | | | Add changelog for system testseileencodes2017-02-201-0/+8
* | | | Merge pull request #26703 from eileencodes/rails_system_testsEileen M. Uchitelle2017-02-2035-5/+686
|\ \ \ \
| * | | | Clean up documentationeileencodes2017-02-202-16/+17
| * | | | Rename system_test_helper -> application_system_test_caseeileencodes2017-02-209-38/+25
| * | | | Fix default host in setup, move teardown to helper fileeileencodes2017-02-207-16/+39
| * | | | Fix screenshot helper to provide correct file nameeileencodes2017-02-202-3/+15
| * | | | Add default configuration to generated system test helpereileencodes2017-02-203-0/+6
| * | | | Move and rename system testseileencodes2017-02-2037-519/+298
| * | | | Rename server and remove optional port settingeileencodes2017-02-205-46/+22
| * | | | Update documentation and guideseileencodes2017-02-205-201/+193
| * | | | Rewrite API for ActionSystemTesteileencodes2017-02-2020-486/+171
| * | | | Add guides for system testingeileencodes2017-02-201-3/+251
| * | | | Cleanup Rails provided helperseileencodes2017-02-206-109/+71
| * | | | Remove teardown codeeileencodes2017-02-201-5/+0
| * | | | Use 1 thread instead of 4 with Puma server for system testseileencodes2017-02-201-1/+1
| * | | | Set Webrick logger for system testingeileencodes2017-02-201-1/+1
| * | | | Rename call to runeileencodes2017-02-203-3/+3
| * | | | Amend documentationeileencodes2017-02-205-34/+46
| * | | | Refactor config settings to use generated fileeileencodes2017-02-2015-47/+72
| * | | | Don't load ActionSystemTest in productioneileencodes2017-02-204-20/+12
| * | | | Turn system testing into it's own gem and renameeileencodes2017-02-2041-219/+398
| * | | | Appease Rubocopeileencodes2017-02-2015-21/+20
| * | | | Refactor so all drivers use Puma by defaulteileencodes2017-02-205-43/+107
| * | | | Add support for screenshotseileencodes2017-02-206-2/+81