aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | explicitly return nil from `get_to_from_path`Aaron Patterson2015-08-141-3/+3
* | extract method on determining :to from the pathAaron Patterson2015-08-141-5/+9
* | deprecate passing a string for both the beginning path and :path optionAaron Patterson2015-08-142-2/+20
* | rm path_params methodAaron Patterson2015-08-141-5/+1
* | extract method on wildcard path parameter handlingAaron Patterson2015-08-141-6/+11
* | pass the path ast downAaron Patterson2015-08-143-6/+4
* | pull up path parsingAaron Patterson2015-08-143-11/+12
* | use predicate methods instead of hard coding verb stringsAaron Patterson2015-08-143-7/+7
* | 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
|\ \ \ \ \ \ \ \