0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
keep the recursion stack clean even if there's an exception (credit: Ian Smith-Heisters) More... over 16 years ago
writing test coverage for two conflicting saving patterns this plugin needs to support. More... over 16 years ago
pass arguments to all child saves, not just the chained save More... over 16 years ago
chain on create_or_update instead of save, to also work with save! More... over 16 years ago
more limited application of recursion control for saves, to allow "subsaves" (e.g. updating again in an after_save callback) More... over 16 years ago
backing off on automatically validating/saving deeply nested modified records. the penalty is too big. see the newly failing tests for the tradeoff. More... over 16 years ago
adding recursion control to valid?(), save(), and changed?() More... over 16 years ago
performance tweaks: avoiding Symbol#to_proc, and trying not to duplicate ActiveRecord's own validation and saving of new associated records More... over 16 years ago
completely ignore new records that have :_delete => 1 More... over 16 years ago
rdoc More... over 16 years ago
this is rdoc, right? More... over 16 years ago
tests for save_with_associated More... over 16 years ago
ignore the test log More... over 16 years ago
testing valid_with_associated? More... over 16 years ago
linking the broken test to a rubyonrails-core thread More... over 16 years ago
simplifying the parameter format for singular associations More... over 16 years ago
moving to a more plausible (?) model/fixture setup More... over 16 years ago
fleshing out assignment tests for all association types More... over 16 years ago
some progress on has_one association testing. ran into wall trying to replace an existing singular association. More... over 16 years ago
getting my testing on -- starting with the small helper methods More... over 16 years ago
importing and adapting my database-driven test setup More... over 16 years ago
importing untested concept code More... over 16 years ago
jotting down thoughts More... over 16 years ago