aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add tests for associations without counter_cacheTristan Gamilis2015-04-094-0/+43
| * | | | | Require explicit counter_cache option for has_manyTristan Gamilis2015-04-073-6/+13
* | | | | | raise if `anchor` is passed to `scope`Aaron Patterson2015-08-132-0/+13
* | | | | | Merge pull request #19770 from vngrs/prevent_duplicated_where_clausesRafael Mendonça França2015-08-133-0/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Prevent duplicating `where` clauses when model is extended from an abstract c...Mehmet Emin İNAÇ2015-04-153-0/+14
* | | | | | descriptive error message when fixtures contian a missing column.Yves Senn2015-08-134-2/+21
* | | | | | Merge pull request #21120 from dhiachou/patch-1Robin Dupret2015-08-131-5/+12
|\ \ \ \ \ \
| * | | | | | [ci skip] How to pass arguments to ActiveJob JobsDhia Eddine Chouchane2015-08-131-5/+12
* | | | | | | Merge pull request #21221 from alietz/doc-asset-pipeline-clarificationRobin Dupret2015-08-131-4/+4
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Clarified asset pipeline guideAndreas Lietz2015-08-131-4/+4
|/ / / / / / /
* | | | | | | implement `provider_job_id` for `queue_classic`.Yves Senn2015-08-135-9/+23
* | | | | | | Merge pull request #21025 from ronakjangir47/assertsKasper Timm Hansen2015-08-132-1/+18
|\ \ \ \ \ \ \
| * | | | | | | Added helper methods to stub any instanceRonak Jangir2015-08-132-1/+18
* | | | | | | | use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-137-24/+23
* | | | | | | | Merge pull request #21219 from repinel/assert-human-size-prefix-deprecatedYves Senn2015-08-131-8/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Assert that the `:prefix` option of `number_to_human_size` is deprecatedRoque Pinel2015-08-121-8/+10
* | | | | | | | | Merge pull request #21021 from sgrif/sg-no-routes-commentSean Griffin2015-08-121-54/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Replace the giant comment in routes.rb with a link to the guidesSean Griffin2015-07-241-54/+1
* | | | | | | | | | Merge pull request #21217 from myrridin/myrridin-documentation-updatesZachary Scott2015-08-122-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ci skip] Switch around a common idiom for readabilityThomas Hart II2015-08-052-4/+4
* | | | | | | | | | | remove the `add_request_method` methodAaron Patterson2015-08-121-7/+3
* | | | | | | | | | | Skip statement cache on through association readerRafael Mendonça França2015-08-1211-21/+120
* | | | | | | | | | | remove side effects in `normalize_defaults`Aaron Patterson2015-08-121-8/+3
* | | | | | | | | | | remove unnecessary deletesAaron Patterson2015-08-121-4/+0
* | | | | | | | | | | pull `format` out of the options hashAaron Patterson2015-08-121-11/+10
* | | | | | | | | | | pull `formatted` up the stackAaron Patterson2015-08-122-15/+23
* | | | | | | | | | | add a regression test for scoped `format` paramsAaron Patterson2015-08-121-0/+11
* | | | | | | | | | | Merge pull request #21214 from rodzyn/fewer_objects_and_refactoringRafael Mendonça França2015-08-121-6/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Simplify codeMarcin Olichwirowicz2015-08-131-5/+4
| * | | | | | | | | | Avoid unnecessary MatchData objectsMarcin Olichwirowicz2015-08-131-1/+1
* | | | | | | | | | | store `via` outside the options hashAaron Patterson2015-08-121-3/+6
* | | | | | | | | | | don't mutate the caller's variablesAaron Patterson2015-08-121-14/+15
* | | | | | | | | | | store `:only` and `:except` outside the normal options hashAaron Patterson2015-08-121-9/+8
* | | | | | | | | | | add a regression test for adding arbitrary keys to `scope`Aaron Patterson2015-08-121-0/+15
|/ / / / / / / / / /
* | | | | | | | | | add a method to `Scope` for getting mapping optionsAaron Patterson2015-08-122-3/+10
* | | | | | | | | | pull via checking up to via extractionAaron Patterson2015-08-121-11/+15
* | | | | | | | | | pull `via` all the way out of `add_route`Aaron Patterson2015-08-122-11/+20
* | | | | | | | | | fix via handling when it's in a scopeAaron Patterson2015-08-121-1/+1
* | | | | | | | | | add a test for adding "via" using `scope`Aaron Patterson2015-08-121-0/+9
* | | | | | | | | | pull `via` extraction upAaron Patterson2015-08-122-7/+8
* | | | | | | | | | simplify `split_constraints`Aaron Patterson2015-08-121-12/+11
* | | | | | | | | | remove side effects from `normalize_format`Aaron Patterson2015-08-121-9/+13
* | | | | | | | | | switch === to case / whenAaron Patterson2015-08-121-3/+4
* | | | | | | | | | make `split_constraints` more functional.Aaron Patterson2015-08-121-14/+13
* | | | | | | | | | make `constraints` more functionalAaron Patterson2015-08-121-8/+10
* | | | | | | | | | Merge pull request #21211 from brooksreese/resrc_io_website_closedRafael Mendonça França2015-08-121-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ci skip] Removed link to reSRC.io - site closedBrooks Reese2015-08-121-1/+0
* | | | | | | | | | | Merge pull request #21210 from akihiro17/fix-rdoc-markupRafael Mendonça França2015-08-122-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ci skip] Fix rdoc markupakihiro172015-08-122-2/+2
* | | | | | | | | | | | docs, tiny rdoc markup fix. [ci skip]Yves Senn2015-08-121-1/+2
|/ / / / / / / / / / /