aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #21203 from denniss/issue-21199Sean Griffin2015-08-112-1/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-112-1/+9
| * | | | | | | | | | | | | | pull `to` upAaron Patterson2015-08-112-19/+20
| * | | | | | | | | | | | | | push scope access up for modulesAaron Patterson2015-08-111-3/+3
| * | | | | | | | | | | | | | Merge pull request #21202 from rodzyn/rename_methodRafael Mendonça França2015-08-111-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Rename match_attribute_method? to matched_attribute_methodMarcin Olichwirowicz2015-08-121-4/+4
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | path is never nilAaron Patterson2015-08-111-1/+1
| * | | | | | | | | | | | | | split options hash and pass values downAaron Patterson2015-08-111-3/+5
| * | | | | | | | | | | | | | pull option duping upAaron Patterson2015-08-111-7/+6
| * | | | | | | | | | | | | | split paths by typeAaron Patterson2015-08-111-16/+27
| * | | | | | | | | | | | | | one fewer hash mutationAaron Patterson2015-08-111-3/+3
| * | | | | | | | | | | | | | push option decomposition up a bit moreAaron Patterson2015-08-112-6/+6
| * | | | | | | | | | | | | | push `action` option extraction up one frame.Aaron Patterson2015-08-111-3/+5
| * | | | | | | | | | | | | | pull up the "options.delete(:controller)" logicAaron Patterson2015-08-112-14/+16
| * | | | | | | | | | | | | | Merge pull request #21086 from bukue/add_break_sequence_option_to_word_wrapKasper Timm Hansen2015-08-113-5/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Sometimes you need a specific break sequence while using word wrap and as tod...Mauricio Gomez Aguinaga2015-08-113-5/+16
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #21200 from mlbileschi/patch-1Rafael Mendonça França2015-08-111-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | fix comment about which mail headers are excludedmlbileschi2015-08-111-1/+1
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #21195 from brooksreese/fix_broken_link_markupYves Senn2015-08-111-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | [ci skip] Fix broken link markupBrooks Reese2015-08-111-1/+1
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #21187 from arthurnn/method_missing_routes_avArthur Nogueira Neves2015-08-111-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Dont try to call method missing in routes if thats not what we wantArthur Neves2015-08-101-3/+9
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-113-14/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-014-17/+39
| | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Tiny documentation fixes [ci skip]Robin Dupret2015-08-113-8/+13
| * | | | | | | | | | | | | Merge pull request #21165 from manlon/masterRafael Mendonça França2015-08-115-3/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \