GitHub / github/serialized_attributes / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| f1fb46f9 | Bump version number in gemspec | eileencodes <e****s@g****m> | about 9 years ago | |
| 8d82d8bc | merge Merge pull request #4 from github/allow-rails-4-1 |
Eileen M. Uchitelle <e****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 8d8c187c | Bump for Rails 4.1 | eileencodes <e****s@g****m> | about 9 years ago | |
| 0a11c43a | put up unmaintained notice | Charlie Somerville <c****e@c****m> | almost 11 years ago | |
| 57b143a5 | merge Merge pull request #3 from github/rails-4-0 | Charlie Somerville <c****e@c****m> | about 11 years ago | |
| 71af783a | get rid of brittle stubs, just use an in-memory sqlite db | Charlie Somerville <c****e@c****m> | about 11 years ago | |
| 431a5852 | #attribute_names in AR 4.0 includes id | Charlie Somerville <c****e@c****m> | about 11 years ago | |
| 7131244e | open up activerecord dependency to < 4.1 | Charlie Somerville <c****e@c****m> | about 11 years ago | |
| 1da12d50 | merge Merge pull request #1 from github/faster-time | Aman Gupta <a****n@t****t> | over 12 years ago | |
| 4195d23d | skip Time.parse for serialized time attributes | Aman Gupta <a****n@t****t> | over 12 years ago | |
| c18973f8 | Handle encoding mismatches on data attribute | Ryan Tomayko <r****o@g****m> | over 12 years ago | |
| 3c7d443f | Check the serialized value instead of the changed hash | Ryan Tomayko <r****o@g****m> | over 12 years ago | |
| 405569b4 | Fix test by forcing a change | Ryan Tomayko <r****o@g****m> | over 12 years ago | |
| 16e11355 | Avoid writing blob field if no attributes change | Ryan Tomayko <r****o@g****m> | over 12 years ago | |
| 8ef7cba2 | Release 0.9.0 | rick <t****e@g****m> | over 14 years ago | |
| 05e53817 | mention travis | rick <t****e@g****m> | over 14 years ago | |
| 7d17056b | test it all on 1.8.7 | rick <t****e@g****m> | over 14 years ago | |
| 6df19c29 | rename serialized_* => serializable. old module should still work though | rick <t****e@g****m> | over 14 years ago | |
| 8fef2555 | remove appraisal reference | rick <t****e@g****m> | over 14 years ago | |
| 69d1aff5 | add rake gem | rick <t****e@g****m> | over 14 years ago | |
| c8c3fd2e | will it blend? | rick <t****e@g****m> | over 14 years ago | |
| 38bfe32a | prepare a gem | rick <t****e@g****m> | over 14 years ago | |
| a6b7e0df | remove some redundancy | rick <t****e@g****m> | over 14 years ago | |
| f55d787b | merge Merge pull request #4 from mguterl/use_duplicable | rick <t****e@g****m> | over 14 years ago | |
| 0c5ed32c | mock out more active record stuff so the db adapter isn't hit | rick <t****e@g****m> | over 14 years ago | |
| 2760e647 | fix Hash.new yield signature | rick <t****e@g****m> | over 14 years ago | |
| 3285ed00 | don't let nil keys get into the serialized attribute names | rick <t****e@g****m> | over 14 years ago | |
| 8be98e78 | blank? on rails 3 uses regex, which fails on binary gripped strings since the... | rick <t****e@g****m> | over 14 years ago | |
| a0660f0e | merge Merge branch 'master' into mguterl-use_duplicable | rick <t****e@g****m> | over 14 years ago | |
| 5d869104 | merge | rick <t****e@g****m> | over 14 years ago | |
| 117551e6 | mock #column_defaults for AR 3 | rick <t****e@g****m> | over 14 years ago | |
| 8ad36fb4 | help ruby 1.9 find files | rick <t****e@g****m> | over 14 years ago | |
| 41d70bce | Check if nil responds to duplicable? instead of checking Rails versions | Michael Guterl <m****l@d****g> | over 14 years ago | |
| 8a05836d | merge fix bad merge | rick <t****e@g****m> | over 14 years ago | |
| 0436e4d7 | Backport duplicable? when using Rails 2.2 or lower | Michael Guterl <m****l@d****g> | over 14 years ago | |
| 622642b3 | merge Merge pull request #8 from mguterl/fix_broken_stuff_reported_in_comments | rick <t****e@g****m> | over 14 years ago | |
| 9f6b4b8f | fix failing test introduced in 21a8743 | Michael Guterl <m****l@d****g> | over 14 years ago | |
| d80e17a4 | properly handle encoding booleans | Michael Guterl <m****l@d****g> | over 14 years ago | |
| c5d4f596 | merge Merge pull request #5 from mguterl/boolean_handle_blanks | rick <t****e@g****m> | almost 15 years ago | |
| 21a87439 | add failing test | Michael Guterl <m****l@d****g> | almost 15 years ago | |
| 926a313f | boolean type should encode blank strings to nil | Michael Guterl <m****l@d****g> | almost 15 years ago | |
| bc70c207 | use duplicable? so symbols are not duped | Michael Guterl <m****l@d****g> | almost 15 years ago | |
| 8e1656a8 | dup the serialized attr defaults | risk :danger: olson <t****e@g****m> | almost 15 years ago | |
| 766b1d98 | get the tests passing with ar 2.2.3 | risk :danger: olson <t****e@g****m> | almost 15 years ago | |
| 300c7d40 | nil arrays != empty arrays | rick <t****e@g****m> | over 15 years ago | |
| e3ea49a0 | change default_schema => default_formatter | rick <t****e@g****m> | over 15 years ago | |
| 93b2dfbe | merge Merge branch 'master' of https://github.com/mguterl/serialized_attributes int... | rick <t****e@g****m> | over 15 years ago | |
| f77f2b86 | weird, how did this ever work | rick <t****e@g****m> | over 15 years ago | |
| c09084ca | boolean attributes should be able to be set to nil without converting to false | Michael Guterl <m****l@g****m> | over 15 years ago | |
| 503a1ec1 | whitespace | Michael Guterl <m****l@g****m> | over 15 years ago | |
| f36daf53 | add Schema#attribute_names helper | rick <t****e@g****m> | about 16 years ago | |
| 145c07c3 | tweaks for ruby 1.8.7/1.9 | rick <t****e@g****m> | over 16 years ago | |
| 19f7c9b6 | add hash type | rick <t****e@g****m> | over 16 years ago | |
| a7ce536d | add Array type | rick <t****e@g****m> | over 16 years ago | |
| d3dded5f | prepare for multiple formatters | rick <t****e@g****m> | over 16 years ago | |
| 63fabf0e | organize files, add support for configurable formatters | rick <t****e@g****m> | over 16 years ago | |
| 872c66a9 | parse unicode chars better | rick <t****e@g****m> | over 16 years ago | |
| 087fa8f2 | add defaults | rick <t****e@g****m> | over 16 years ago | |
| ed653037 | default values are now set only when the data hash is missing the key | rick <t****e@g****m> | about 17 years ago | |
| 4ee13271 | add ability to #reload serialized data | rick <t****e@g****m> | about 17 years ago | |
| 460272ed | add support for default values in serialized schemas | rick <t****e@g****m> | about 17 years ago | |
| 0020eaf6 | turn serialized attribute types into classes with a default attr | rick <t****e@g****m> | about 17 years ago | |
| 482bb296 | redefine #attribute_names so that ActiveRecord#to_json/#to_xml work | rick <t****e@g****m> | about 17 years ago | |
| 501e95a1 | fix string encoding issue | rick <t****e@g****m> | about 17 years ago | |
| 920f5c38 | ensure that attribute writers are not called when initializing the encoded data | rick <t****e@g****m> | about 17 years ago | |
| f9e54149 | add string parser | rick <t****e@g****m> | about 17 years ago | |
| b4fb5e06 | add readme | rick <t****e@g****m> | about 17 years ago | |
| 5f3472cc | add SerializedAttributes.add_type for adding custom types | rick <t****e@g****m> | about 17 years ago | |
| b54124b7 | add boolean question-mark methods | rick <t****e@g****m> | about 17 years ago | |
| 840cf9c1 | use raw_* as the blob field | rick <t****e@g****m> | about 17 years ago | |
| 123ec108 | initial extraction | rick <t****e@g****m> | about 17 years ago |