aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | [ci skip] Fix direct/resolve documentation.Kasper Timm Hansen2017-02-211-11/+11
* | | | | | [ci skip] Fix typos in direct/resolve changelog.Kasper Timm Hansen2017-02-211-2/+2
* | | | | | Merge pull request #23138 from rails/custom-url-helpers-and-polymorphic-urlsAndrew White2017-02-218-16/+787
|\ \ \ \ \ \
| * | | | | | Fix schema leakage from dirty_test.rbAndrew White2017-02-211-0/+1
| * | | | | | Split direct method into twoAndrew White2017-02-215-113/+159
| * | | | | | Push option extract into call methodAndrew White2017-02-212-8/+7
| * | | | | | Fix typo in exception messageAndrew White2017-02-211-1/+1
| * | | | | | Removed `model_name` method to prevent warningAndrew White2017-02-211-0/+1
| * | | | | | 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
* | | | | | | Add backticks around method namesJon Moss2017-02-211-1/+1
* | | | | | | Remove extra spacesJon Moss2017-02-211-1/+1
* | | | | | | Add backticks around commandJon Moss2017-02-211-1/+1
* | | | | | | Use released arelRafael Mendonça França2017-02-218-16/+2
* | | | | | | Add backticks around constantJon Moss2017-02-211-1/+1
* | | | | | | Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-217-13/+13
* | | | | | | Only load SystemTestCase if Capybara is definedeileencodes2017-02-211-5/+10
|/ / / / / /
* | / / / / 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