aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove hard coded regular expressionAaron Patterson2015-08-142-1/+5
* implement `requirements` in terms of routesAaron Patterson2015-08-141-1/+1
* implement the `asts` method in terms of paths / patternsAaron Patterson2015-08-141-12/+11
* extract ast finding to a methodAaron Patterson2015-08-141-9/+13
* stop adding path_info to the conditions hashAaron Patterson2015-08-143-11/+9
* pull up path normalization.Aaron Patterson2015-08-141-18/+18
* Merge pull request #20647 from twalpole/method_source_dependencyRafael Mendonça França2015-08-142-0/+2
|\
| * Add method_source dependency to activesupportThomas Walpole2015-07-292-0/+2
* | Remove install.rbRafael Mendonça França2015-08-141-13/+0
* | Merge pull request #21234 from ixkaito/version_is_needless_when_running_insta...Rafael Mendonça França2015-08-141-5/+2
|\ \
| * | Remove `version` argument in install.rbKite2015-08-141-5/+2
* | | Merge pull request #21236 from jonatack/fix-middleware-deprecation-messagesKasper Timm Hansen2015-08-141-1/+1
|\ \ \ | |/ / |/| |
| * | Fix middleware deprecation message. Related to #21172.Jon Atack2015-08-141-1/+1
|/ /
* | Merge pull request #21225 from brooksreese/sql_is_made_up_of_statementsClaudio B.2015-08-131-1/+1
|\ \
| * | [ci skip] SQL is written using statements, not sentencesBrooks Reese2015-08-131-1/+1
* | | `build_path` doesn't need the path variable anymoreAaron Patterson2015-08-131-2/+2
* | | remove StrexpAaron Patterson2015-08-138-115/+73
* | | pass anchor directly to `Pattern`Aaron Patterson2015-08-137-50/+47
* | | we already have access to the AST, so just use itAaron Patterson2015-08-131-3/+3
* | | remove default arguments that aren't usedAaron Patterson2015-08-131-1/+1
* | | pull up options_constrants extractionAaron Patterson2015-08-132-17/+16
* | | remove `as`Aaron Patterson2015-08-132-9/+8
* | | remove anchor from mappingAaron Patterson2015-08-132-9/+8
* | | pull `anchor` extraction upAaron Patterson2015-08-132-18/+17
* | | Merge pull request #19683 from tristang/require-option-for-counter-cacheRafael Mendonça França2015-08-137-6/+56
|\ \ \
| * | | 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