Adam Meehan
|
b356363791
|
fix bug preventing custom class methods on date/times
|
2010-03-19 14:11:13 +11:00 |
|
Adam Meehan
|
e9eb812c9e
|
fix misbehaving spec
|
2010-03-19 13:39:47 +11:00 |
|
Adam Meehan
|
353f154330
|
tiny spec clean
|
2010-02-26 11:23:55 +11:00 |
|
Adam Meehan
|
82c0e1bcd3
|
changed format of string used in multi param for invalid or partial values
|
2010-01-12 22:05:14 +11:00 |
|
Adam Meehan
|
59d9957ab6
|
fix generated_methods bug where read instead of write method stored
existing spec failed unless run alone as attribute methods already
primed. fixed spec to undef method and empty generated_methods set
|
2009-12-29 11:13:15 +11:00 |
|
Adam Meehan
|
f3c119e191
|
change equal_to to is_at to fix overlap with default rails message
|
2009-12-11 15:20:34 +11:00 |
|
Adam Meehan
|
40369efdff
|
GMT to UTC in spec for 1.8.7
|
2009-12-11 15:18:22 +11:00 |
|
Adam Meehan
|
e399c6b510
|
moved mutliparam helper methods our of AR to reduce method pollution
|
2009-07-28 12:52:25 +10:00 |
|
Adam Meehan
|
34c0f25225
|
dramatically simplify the before_type_cast hack and remove read method override
simplified write method with no dirty attributes hackery
|
2009-06-06 16:37:06 +10:00 |
|
Adam Meehan
|
e1d23d0f2b
|
Merge branch '2.0.0'
|
2009-04-09 18:54:34 +10:00 |
|
Adam Meehan
|
b197d537f1
|
fix read attribute bug for frozen record (reported by Les Nightingill)
|
2009-04-06 13:52:07 +10:00 |
|
Adam Meehan
|
312c1510cb
|
refactored AR parsing methods into Parser module to reduce AR method pollution and make more consistent
|
2009-03-28 17:25:48 +11:00 |
|
Adam Meehan
|
1dbac5190b
|
fix last refactor so it casts Date object to time if attribute is datetime or time with spec added
|
2009-03-05 19:56:38 +11:00 |
|
Adam Meehan
|
19457a6c1d
|
removed some module inclusion silliness in spec
|
2009-02-27 23:40:14 +11:00 |
|
Adam Meehan
|
904c202fb4
|
little cleanup and consistency
|
2009-02-09 12:11:56 +11:00 |
|
Adam Meehan
|
0ad8ace335
|
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 |
|
Adam Meehan
|
e9fa4ca20a
|
fixed bug where accessor methods not properly generating due columns_hash lookup failing on method name as a symbol
force value to time on write unless is a date attribute
|
2008-12-07 11:07:39 +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
|
b0647d456e
|
refactored validations in validation methods for model and validator class
|
2008-11-30 07:40:11 +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 |
|