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
Add Model->attribute_is_dirty() More... over 14 years ago
add note in test that windows sqlite connection string is not yet implemented More... over 14 years ago
Merge branch 'sqlite_connect' of https://github.com/benjamin4ruby/php-activerecord into benjamin4ruby-sqlite_connect More... over 14 years ago
Merge branch 'validation' of https://github.com/benjamin4ruby/php-activerecord into benjamin4ruby-validation More... over 14 years ago
Gh98 - squash PHP warning "Indirect modification of overloaded property ... has no effect". Cause probably is that PHP 5.3 __get is no longer by reference (by default). More... over 14 years ago
Spaces More... over 14 years ago
Sorry, didn't mean to change this line (isset host) More... over 14 years ago
Gh103: Relax specification of sqlite connection strings. More... over 14 years ago
Document is_null behaviour More... over 14 years ago
Refactoring validates_length_of More... over 14 years ago
Fix test & Validation to behave according to AR Rails 3 More... over 14 years ago
Merge branch 'validation' of https://github.com/benjamin4ruby/php-activerecord into benjamin4ruby-validation More... over 14 years ago
Merge branch 'master' of git://github.com/kla/php-activerecord into validation More... over 14 years ago
Unit tests saved my day! Finally they agree with me. More... over 14 years ago
Test: Ensure that custom too_short has higher priority than message More... over 14 years ago
failing tests: add custom message within and min More... over 14 years ago
Make it fail: Custom message with min/max More... over 14 years ago
Adapted SQLite from MySQL (Postgres remains though)
greut
as Yoan Blanc
More... over 14 years ago
Eager loading is now working with namespace'd relations (#107).
greut
as Yoan Blanc
More... over 14 years ago
Eager loading is working #107 for non-namespaced classes.
greut
as Yoan Blanc
More... over 14 years ago
GH-101 has_many through using a namespace is now working (`classify` was a bad idea)
greut
as Yoan Blanc
More... over 14 years ago
More include tests
greut
as Yoan Blanc
More... over 14 years ago
Merge branch 'master' into gh101-has_many-through
greut
as Yoan Blanc
More... over 14 years ago
Merge branch 'master' of https://github.com/kla/php-activerecord
greut
as Yoan Blanc
More... over 14 years ago
spaces to tabs
greut
as Yoan Blanc
More... over 14 years ago
Suxxes' work half fixed the problem, but it's still better than before.
greut
as Yoan Blanc
More... over 14 years ago
Merge branch 'master' of https://github.com/suxxes/php-activerecord into gh101-has_many-through
greut
as Yoan Blanc
More... over 14 years ago
Fix for Issue #100 "Eager_Loading and association options issue" More... over 14 years ago
Fix for Issue #100 "Eager_Loading and association options issue" More... over 14 years ago
Documentation params to_array & full_messages More... over 14 years ago