validates_timeliness/spec
2009-02-01 20:08:07 +11:00
..
action_view namespaced ActiveRecord and ActionView specifc modules and specs with a mind to making the plugin framework agnostic in the future 2008-11-29 18:32:32 +11:00
active_record refactored AR attribute methods to define read method for all date, time and datetime attributes. Makes things much clearer and fixes bug reported (#2) by Brad (pvjg) 2009-01-13 10:12:41 +11:00
core_ext fix timezone issue for to_dummy_time as per normal Rails which uses AR default_timezone 2008-12-05 16:34:28 +11:00
resources moved sqlite patch into seperate file 2008-12-06 09:06:24 +11:00
spec/rails/matchers cleanup matcher spec a little 2009-01-12 13:08:22 +11:00
time_travel improved some example descriptions 2008-07-26 00:16:51 +10:00
formats_spec.rb fixed regex for yy format token which wasn't greedy enough when datetime string parsed as date causing a 4 digit year to be extracted as first 2 digits 2009-01-21 14:07:35 +11:00
ginger_scenarios.rb added ginger scenarios to run specs against all supported rails versions 2008-11-24 05:25:05 +11:00
spec_helper.rb moved sqlite patch into seperate file 2008-12-06 09:06:24 +11:00
validation_methods_spec.rb removed some time_travel setup which are not used here 2008-12-06 14:42:21 +11:00
validator_spec.rb added option key validation to prevent silly validation problems due to bad key name 2009-02-01 20:08:07 +11:00