1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Skip Memcache-Tests if no memcache available More... over 14 years ago
Skip Memcache-Tests if no memcache available More... over 14 years ago
Implemented a to_csv serialization useful for .csv exports More... almost 15 years ago
GH-39: removing checks for static::s|getters - we only check for methods prefixed with s|get_ on a model More... almost 15 years ago
Merge branch 'master' of github.com:kla/php-activerecord More... almost 15 years ago
GH-31 : adding custom validation via model#validate More... almost 15 years ago
test for only_method More... almost 15 years ago
formatting More... almost 15 years ago
GH-69 allow build_post instead of build_posts since build|create returns single objects More... almost 15 years ago
updated validator docs with common options More... almost 15 years ago
added some docs for DateTime More... about 15 years ago
better formatting options for DateTime objects and added a __toString() * DateTime::format() now accepts pre-defined friendly formatters such as long, short, atom, iso8601, ... see DateTime::$FORMATS for a complete list * added a __toString() method to DateTime which will use the DateTime::$DEFAULT_FORMAT to format it * deprecated Config::set_date_format() and Config::get_date_format(). use Serialization::DATETIME_FORMAT instead More... about 15 years ago
added @link More... about 15 years ago
docs for DateTime More... about 15 years ago
Merge branch '1.1' More... about 15 years ago
removed un-necessary count() More... about 15 years ago
need to clear the Table cache after dropping the connection More... about 15 years ago
fixed custom error message not working for validates_numericality_of More... about 15 years ago
added ability to reestablish the database connection: YourModel::reestablish_connection() More... about 15 years ago
s/ActiveRecord/AR/g More... about 15 years ago
GH-41 hopefully a more fullproof fix to singularizing problems More... about 15 years ago
fixed singularizing stuff ending in /os$/ More... about 15 years ago
fixed so calling singularize on the word "status" does not return "statu" More... about 15 years ago
fixed keyify to properly convert something like BuildingType to building_type_id instead of buildingtype_id More... about 15 years ago
wrong commit hashes More... about 15 years ago
updating changelog and bumping version to 1.0 More... about 15 years ago
fixed a memory leak when using validations More... about 15 years ago
fixed test name More... about 15 years ago
GH-55 fixed error with eager loading when record doesn't exist More... about 15 years ago
added Model::query() method for running arbitrary queries More... about 15 years ago