1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed unused parameter More... over 15 years ago
updated readme More... over 15 years ago
GH-14 fixed mixed case field names to work properly and also changed it to no longer do any kind of tinkering with the name aside from lower casing it and some other stuff to make it valid as a php variable name. so if you have a column called myMixedCaseColumn you would have previously accessed it using $model->my_Mixed_Case_Column. this is now simply $model->mymixedcasecolumn More... over 15 years ago
updated readme More... over 15 years ago
Minor fixes. More... over 15 years ago
removed some code that didn't do anything and moved message code to be inside the if block More... over 15 years ago
fixed Model::count() to accept a hash again More... over 15 years ago
GH-13: fixed maximum/minimum/is options with validates_length_of to actually work More... over 15 years ago
chmod a-x More... over 15 years ago
include the model name in UndefinedPropertyException messages More... over 15 years ago
GH-11: don't use a dummy model for Model::count() More... over 15 years ago
fixed comment More... over 15 years ago
need to exclude self in uniqueness check More... over 15 years ago
fix for issue 10. need to delay call to dirty_attributes() so if any attributes are modified in before_* callbacks they will get flagged dirty and saved More... over 15 years ago
don't need the 'on' => 'save' since its in the defaults already More... over 15 years ago
validates_uniqueness_of patch from rotem324 More... over 15 years ago
added minimum requirements
kla
More... over 15 years ago
fixed namespaced models to strip out the namespace when inferring the table name
kla
More... over 15 years ago
small optimizations to how files are required
kla
More... over 15 years ago
ACTIVERECORD_LOGGER is an object...ACTIVERECORD_LOG is a boolean More... over 15 years ago
ACTIVERECORD_LOGGER isn't an object More... over 15 years ago
quote field names when possible
kla
More... almost 16 years ago
removed unnecessary call that was causing a test to fail
kla
More... almost 16 years ago
phpdocs
kla
More... almost 16 years ago
added has_many sql clauses tests (group,order,limit) More... almost 16 years ago
phpdocs
kla
More... almost 16 years ago
fixed order clause appearing before group by clause More... almost 16 years ago
has_one through is now working More... almost 16 years ago
updated todo More... almost 16 years ago
added relationship to set_up since this test was overwriting relationships..serializationtest was failing More... almost 16 years ago