0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 20, 2025 — Sep 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rails 3.1 support More... almost 15 years ago
default belongs-to records are always reloaded, in case transactional rollbacks or deletions remove the record from the DB More... almost 15 years ago
assoc doesn't require creation just because its presence is required More... almost 15 years ago
should be able to set a default to nil even if the attribute is required, in case you want to handle that in your own model's creational logic More... almost 15 years ago
dates and times start from now and sequence down More... almost 15 years ago
don't mess with timestamps More... almost 15 years ago
cleanup More... almost 15 years ago
cleanup More... almost 15 years ago
it's possible to configure a default for a belongs-to assoc that's required, assuming you'll set it yourself in the before_save logic More... almost 15 years ago
handle text columns like string columns More... almost 15 years ago
attr_accessors can be configured as default More... almost 15 years ago
create_sample works, but with a deprecation warning More... almost 15 years ago
cleanup More... almost 15 years ago
more tests More... almost 15 years ago
named sample attr overrides, require attr_accessors More... almost 15 years ago
loosening a test More... almost 15 years ago
named samples More... almost 15 years ago
cleanup More... almost 15 years ago
self-referring belongs-to assocs are nil by default More... almost 15 years ago
can set default class for a polymorphic assoc More... almost 15 years ago
polymorphic associations More... almost 15 years ago
more on configuration and has-many assocs More... almost 15 years ago
has-many support More... almost 15 years ago
cleanup More... almost 15 years ago
cleanup More... almost 15 years ago
uniqueness on a belongs-to attribute More... almost 15 years ago
cleanup More... almost 15 years ago
tests for before_save More... almost 15 years ago
better setup for force_unique tests More... almost 15 years ago
more configuration tests More... almost 15 years ago