aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [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
|/ / / / / / / / /
* | | | | | | | | Merge pull request #21205 from akihiro17/fix-docMatthew Draper2015-08-121-13/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Fix the indentationakihiro172015-08-121-13/+13
* | | | | | | | | | Merge pull request #21204 from brooksreese/ruby_v_before_tipMatthew Draper2015-08-121-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ci skip] Swap ruby -v and the installation tipBrooks Reese2015-08-111-5/+5
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | only call `split_constraints` onceAaron Patterson2015-08-111-4/+4
* | | | | | | | | | only do is_a? checks on `options_constraints` onceAaron Patterson2015-08-111-16/+9
* | | | | | | | | | Mapping instances don't need `scope` anymoreAaron Patterson2015-08-111-3/+3
* | | | | | | | | | pull scope[:constraints] upAaron Patterson2015-08-111-5/+4
* | | | | | | | | | pull :format up a little bitAaron Patterson2015-08-111-3/+5