0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Skipping association creation if manually overriden. Car.koujou(true, user_id => 1) etc won't create the user More... almost 14 years ago
version bump to 0.1.3 and updated history More... almost 14 years ago
tweak to manifest to include new file More... almost 14 years ago
fixes to ensure koujou doesn't go messing with the inheritance column for STI setups More... almost 14 years ago
fixes (with tests) for handling validation of fields used for polymorphic associations, specifically to leave them alone and up to the user to populate More... almost 14 years ago
fixed data generation for time only columns, bumped to 0.1.2 More... almost 14 years ago
fixed data generation for date only columns, and bumped to 0.1.1 More... about 14 years ago
updating gitignore to ignore test database file More... about 14 years ago
merge More... about 14 years ago
updated to 0.1.0 for gemcutter release More... about 14 years ago
added .gitignore More... about 14 years ago
Github is screwy atm, it like, swallowed my commit. Just changed something in the readme to see if perhaps, GH wants to build my gem or something, this week. More... over 14 years ago
moved set_confirmation_attributes! to the bottom of build_model_instance as it caused an issue when using authlogic as they only have a length validation for passwords not a presence_of validation More... over 14 years ago
Put in a spec to test that passwords and password_confirmations are the same More... over 14 years ago
added special case data generation for password and password_confirmation, so it's always the same, and they always match (therefore avoiding validation issues with common user model patterns during testing) More... over 14 years ago
fixed a bug where validation actually wasn't working properly at all on models after the validation reflection code had altered the method chains More... over 14 years ago
Refactored the get_required_length method More... over 14 years ago
Took out an extraneous return statment in get_inclusion_values More... over 14 years ago
Got rid of explicit returns in generate_string More... over 14 years ago
Got rid of some extraneous whitespace between a few methods. Uniformity. More... over 14 years ago
Bumping gem version, once more More... over 14 years ago
Bumping gem version More... over 14 years ago
We're now only adding in the koujou method if it's the test rails_env More... over 14 years ago
Fixing gemspec file More... over 14 years ago
Bumping gem version to force another rebuild. El was testing and someone a file is missing from the gem. More... over 14 years ago
Pulled out some code in validation_reflection to do with options, that we'll never use. Code coverage is not 98.10%! So close to 100! More... over 14 years ago
Threw in a spec to test that valid text fields were being generated. Got data_generator.rb up to 100% coverage as a result! More... over 14 years ago
Put in specs to test that an association using class_name actuall works. It, of course, does! More... over 14 years ago
Fixed the find custom validations spec. Put in a class_name in the car model to get better rcov results as it now runs through that code path in the specs. Initialized the ivars in data_generator to lose some of the warnings when we run the specs More... over 14 years ago
Removed some old commented code we're not going to use More... over 14 years ago