Adam Meehan
|
75f3ef34e8
|
made parameters explicit for validates_timeliness since its private and should not be used directly for validation
|
2008-12-05 20:35:37 +11:00 |
|
Adam Meehan
|
dad55456d5
|
patched sqlite adapter in spec_helper to fix time attributes in rails 2.0.2 errorneously reporting time attributes as datetime column types
|
2008-12-05 20:25:28 +11:00 |
|
Adam Meehan
|
87b0beef5a
|
moved ignore_restriction_errors and error_value_formats into Validator class
|
2008-12-05 20:24:06 +11:00 |
|
Adam Meehan
|
6cd6cd9dc0
|
made restriction_value instance method as it relies on validator instance attribute type
removed old type_cast_method class method
|
2008-12-05 18:45:28 +11:00 |
|
Adam Meehan
|
c224db7af8
|
moved specs to validator
|
2008-12-05 18:24:31 +11:00 |
|
Adam Meehan
|
4868746e94
|
refactor specs from validation_methods to validator and refactored to make much more sense
|
2008-12-05 18:23:39 +11:00 |
|
Adam Meehan
|
bf999170d7
|
fix timezone issue for to_dummy_time as per normal Rails which uses AR default_timezone
|
2008-12-05 16:34:28 +11:00 |
|
Adam Meehan
|
1596ffd2cb
|
namespaced matcher
|
2008-12-02 21:07:08 +11:00 |
|
Adam Meehan
|
3ac65b507f
|
renamed methods which have been moved out of AR and so dont need to be fully qualified
|
2008-12-02 20:34:02 +11:00 |
|
Adam Meehan
|
d71f581e10
|
refactored error message handling and specs
|
2008-12-02 19:36:03 +11:00 |
|
Adam Meehan
|
aa42fb76b6
|
get the model to add errors to record returned from validation instead of validator
|
2008-11-30 08:34:17 +11:00 |
|
Adam Meehan
|
b0647d456e
|
refactored validations in validation methods for model and validator class
|
2008-11-30 07:40:11 +11:00 |
|
Adam Meehan
|
9610d79d7d
|
move core extension spec to namespace folder
|
2008-11-29 18:55:18 +11:00 |
|
Adam Meehan
|
412ff22dd9
|
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 |
|
Adam Meehan
|
21d26ee2b1
|
remove multiparameter time format example for 2.0.x because sqlite didn't support time column types in that version
|
2008-11-29 10:52:03 +11:00 |
|
Adam Meehan
|
5a4be4a91e
|
added ginger scenarios to run specs against all supported rails versions
|
2008-11-24 05:25:05 +11:00 |
|
Adam Meehan
|
a425555de6
|
remove explicit interop require which is done in rspec-rails
|
2008-11-22 10:38:36 +11:00 |
|
Adam Meehan
|
34c3f8602b
|
removing some spec cruft as now using rpec-rails gem
|
2008-11-22 10:33:49 +11:00 |
|
Adam Meehan
|
abbf79faae
|
removed unnecessary version condition
|
2008-11-22 09:46:28 +11:00 |
|
Adam Meehan
|
889bdc3ae3
|
allow uppercase meridian to be valid
|
2008-11-13 10:26:16 +11:00 |
|
Adam Meehan
|
604a792e25
|
Rails 2.2 compatibility fixes with more version check hackery (yuck, will fix later)
|
2008-10-28 22:05:25 +11:00 |
|
Adam Meehan
|
2f162ca500
|
little spec house cleaning
|
2008-10-28 20:03:37 +11:00 |
|
Adam Meehan
|
ced61929da
|
fixed dirty attributes when old value incorrectly read and added more examples for dirty attributes
|
2008-10-28 19:54:52 +11:00 |
|
Adam Meehan
|
f23d2a0c2d
|
fixed non-timezone write method not updating changed attributes hash
|
2008-08-25 14:30:36 +10:00 |
|
Adam Meehan
|
0ef34c7d28
|
parse_date_time method returns for date column to return Date object when assigned string as per normal Rails
parse_date_time method returns same object when assigned Date or Time object
|
2008-08-22 15:12:38 +10:00 |
|
Adam Meehan
|
aecaa7baca
|
silence migration in specs
|
2008-08-22 14:21:05 +10:00 |
|
Adam Meehan
|
b9f11a1f7b
|
fixed bug with attribute cache not clearing on write for date and time columns
|
2008-08-22 14:06:08 +10:00 |
|
Adam Meehan
|
d61249d6f5
|
fixed instance_tag value method when attribute value is nil and improved specs
|
2008-08-14 11:44:18 +10:00 |
|
Adam Meehan
|
a666c35ccd
|
moved restriction value evaluation into own method with recursive calls for Symbol and Proc in case they return string
|
2008-08-03 12:53:59 +10:00 |
|
Adam Meehan
|
8cad1b880e
|
remove setting attribute to nil in validations when invalid to preserve before_type_cast value
|
2008-07-30 12:22:06 +10:00 |
|
Adam Meehan
|
7fd251dddf
|
added rest of specs for matcher
|
2008-07-26 07:49:26 +10:00 |
|
Adam Meehan
|
9e689746f3
|
improved some example descriptions
|
2008-07-26 00:16:51 +10:00 |
|
Adam Meehan
|
79460dc39b
|
added specs for matcher and fixed up bugs
|
2008-07-26 00:16:17 +10:00 |
|
Adam Meehan
|
56a95ebd62
|
add paths to front of loadpath
|
2008-07-25 21:51:44 +10:00 |
|
Adam Meehan
|
608f3b569f
|
more date value standardisation
|
2008-07-25 19:19:47 +10:00 |
|
Adam Meehan
|
24db8ab774
|
changed to using accessor for model instance and using specific validation method for each type
|
2008-07-25 19:17:55 +10:00 |
|
Adam Meehan
|
59caa86618
|
changed spec to be like rails behaviour
|
2008-07-23 20:40:34 +10:00 |
|
Adam Meehan
|
55333d6ca3
|
standardising test date values
|
2008-07-23 20:38:18 +10:00 |
|
Adam Meehan
|
5c03d3d645
|
added define_write_method with simple parse and cace for dates, times and datetimes when time zone conversion is off and default for Rails 2.0
|
2008-07-23 12:42:03 +10:00 |
|
Adam Meehan
|
7500781887
|
added compile_set method to get expressions and combine date and datetime expressions to allow a date string to parse when type is datetime
made internal methods private
|
2008-07-23 12:39:20 +10:00 |
|
Adam Meehan
|
85ac2bfc69
|
changed method to check type and compose string for specific type to properly validate
refactored specs
|
2008-07-23 12:35:42 +10:00 |
|
Adam Meehan
|
28b44b4ca6
|
some docs tweaks and spec value changes
|
2008-07-22 11:47:17 +10:00 |
|
Adam Meehan
|
8082b5ce1c
|
added specs for checking call to parse method to verify read and write attribute methods are defined
|
2008-07-22 11:39:17 +10:00 |
|
Adam Meehan
|
175b5c8d36
|
moved type cast conversion specs from attribute_methods to validations
|
2008-07-22 10:12:53 +10:00 |
|
Adam Meehan
|
89f12b3a25
|
renamed extract method to parse and updated specs
|
2008-07-22 08:34:14 +10:00 |
|
Adam Meehan
|
e8bba051c9
|
fixed spec with microseconds
|
2008-07-22 08:29:11 +10:00 |
|
Adam Meehan
|
5e08a10fb0
|
renamed calls to timeliness_date_time_parse to parse_date_time which will correctly an overrided method
|
2008-07-21 13:48:25 +10:00 |
|
Adam Meehan
|
4e8007bc65
|
added ignore_datetime_restriction_errors class option and docs
bit more for chronic parser
|
2008-07-21 13:02:21 +10:00 |
|
Adam Meehan
|
1836e4f6ca
|
removed setting of time parts to 0 for date type in parse as any time parts should be valid as well
format proc now returns time array with nil values as 0
|
2008-07-21 10:31:06 +10:00 |
|
Adam Meehan
|
7a16d35e31
|
tweaked readme
changed mixed validation spec to datetime value out of Time range
|
2008-07-20 10:53:09 +10:00 |
|