Adds String#valid_date? method to add utility to the Rails String#to_date method. Determines whether the string contains a valid date, to check before converting to a date and avoiding an exception.
Patrick Byrne
gem "valid-date", "~> 1.1.0"