aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert Releasing Rails guide to Markdownmaclover72015-08-151-37/+47
* only keep one hash of named routesAaron Patterson2015-08-145-19/+18
* Merge pull request #21240 from piton4eg/patch-5Claudio B.2015-08-141-10/+10
|\
| * Small fixes [ci skip]Alexey Markov2015-08-151-10/+10
* | rm add_route2Aaron Patterson2015-08-144-49/+53
* | pass pass the mapping object down the add_route stackAaron Patterson2015-08-144-56/+73
* | pass the mapping object to build_routeAaron Patterson2015-08-143-26/+15
* | remove `process_path`Aaron Patterson2015-08-141-6/+2
|/
* 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
|\ \ \ \ \