Jared Wyatt
Jared Wyatt
erg. Travis failed, but all tests passed when I ran them locally.
ooohhh, Travis is testing with 1.8.7, which doesn't support a `#length` method for `Symbol`
Amended commit e53a1df to be compatible with Ruby 1.8.7
amended commit 10594b6 to fix spelling: "seperately" => "separately"
Don't merge this yet. There's a bug when specifying a `:methods_with_paths` constraint along with other constraints because in the `enforce_ssl_for?` method, the if/else block creates two distinct paths of logic,...
@rymai @tobmatth Amended commit 00ddb0e with the fixes and a "complex" spec to test specifying `:only`, `:only_methods`, and `:only_methods_with_paths` constraints all at the same time. This ended up requiring more...