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 |
|
Adam Meehan
|
9cf994564e
|
fixed fallback for out of range dates which Rails does not handle automatically
aliased timeliness_date_time_parse to parse_date_time for nicer interface
|
2008-07-20 09:06:39 +10:00 |
|
Adam Meehan
|
70ba75a4ae
|
added switching to euro date formats instead of US
|
2008-07-20 08:38:34 +10:00 |
|
Adam Meehan
|
5f55fad076
|
added :before option to add_formats to insert above existing format
|
2008-07-20 07:45:22 +10:00 |
|
Adam Meehan
|
5983622ac8
|
moved extact_date_time_values method in to Formats and added specs
changed Formats to a class
|
2008-07-19 19:47:03 +10:00 |
|
Adam Meehan
|
1d2720ca67
|
added less than exhaustive datetime format validation specs
|
2008-07-19 17:25:01 +10:00 |
|
Adam Meehan
|
8ab82411ca
|
added format add and remove methods
fixed slashes and 'd' token matching
specs for time and date format validation
|
2008-07-19 17:17:53 +10:00 |
|
Adam Meehan
|
ec46a3bd35
|
added specs for formats and more docs
renamed valid_time_formats etc to time_formats
|
2008-07-18 16:29:26 +10:00 |
|
Adam Meehan
|
33c298163e
|
moved format proc helper methods into formats module so they work
|
2008-07-17 16:25:54 +10:00 |
|
Adam Meehan
|
0dcc255901
|
changed parsing to use hash of regexp with optional processor blocks. Allows easy addition and removal of preffered formats
|
2008-07-17 14:29:59 +10:00 |
|
Adam Meehan
|
1a0a35836f
|
fixed dummy time and added spec
|
2008-07-11 17:41:07 +10:00 |
|
Adam Meehan
|
20ed2b1633
|
ignore time part for dates in validation
|
2008-07-11 17:23:37 +10:00 |
|
Adam Meehan
|
c283d2eed9
|
rename base to multiparameter attributes
|
2008-07-11 16:31:19 +10:00 |
|
Adam Meehan
|
7f1ada4d0e
|
refactored specs into type validations, added some more examples for boundary checks
|
2008-07-08 10:44:43 +10:00 |
|
Adam Meehan
|
8c5b372716
|
added birth_time attribute
|
2008-07-08 10:38:14 +10:00 |
|
Adam Meehan
|
d6cf8f0889
|
fixed require for rspec-rails
|
2008-07-07 15:24:37 +10:00 |
|
Adam Meehan
|
a5daef2069
|
added library require file for rspec-rails
|
2008-07-07 15:17:11 +10:00 |
|
Adam Meehan
|
771f42f076
|
added rspec-rails for view method specs
|
2008-07-07 15:16:30 +10:00 |
|
Adam Meehan
|
494f3bdef4
|
added time_travel plugin for validation specs to fix time from Time.now
|
2008-07-07 15:12:28 +10:00 |
|
Adam Meehan
|
bb42ef215f
|
added full spec
|
2008-07-07 15:10:08 +10:00 |
|
Adam Meehan
|
5edfa5f2fc
|
renamed module DateHelper to InstanceTag
|
2008-07-07 09:50:29 +10:00 |
|
Adam Meehan
|
6ffb7e5780
|
doc tweaks and minor stuff
|
2008-07-01 11:34:49 +10:00 |
|
Adam Meehan
|
d035de1d7c
|
refactored restrictions validation into own method
added validates_*type methods for forcing the value type used when doing restriction validation
|
2008-07-01 11:31:17 +10:00 |
|
Adam Meehan
|
64a402676e
|
added version display for AR
|
2008-06-30 22:38:30 +10:00 |
|
Adam Meehan
|
8b69ec8134
|
changed schema to be version agnostic
|
2008-06-30 22:37:51 +10:00 |
|
Adam Meehan
|
a69e018992
|
added dirty attribute handling
|
2008-06-30 22:37:13 +10:00 |
|
Adam Meehan
|
39e16d2fde
|
fixed error on database write with saving cached values for time attributes which have been converted
|
2008-06-30 16:30:13 +10:00 |
|
Adam Meehan
|
ed23c4a9a4
|
refactored to convert and cache user input value on write to distinguish from values in read raw from database which allows correct timezone conversion
added override for read_attribute to check for failed time type cast which should save nil value
|
2008-06-30 15:38:33 +10:00 |
|
Adam Meehan
|
ec12d60224
|
changed spec_helper rails version selection to use VERSION
added RAILS_VER constant for version checking
fixed rspec module include requirement for 1.1.4 in specs
|
2008-06-27 09:56:45 +10:00 |
|
Adam Meehan
|
685b0054fe
|
set time zone aware attributes on in spec helper for AR
|
2008-05-22 07:35:01 +10:00 |
|