openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PHPActiveRecord
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 19, 2024 — Jul 19, 2025
Showing page 11 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Skip Memcache-Tests if no memcache available
Benjamin
More...
over 14 years ago
Skip Memcache-Tests if no memcache available
Benjamin
More...
over 14 years ago
Implemented a to_csv serialization useful for .csv exports
Liborio Cannici
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
Jacques Fuentes
More...
almost 15 years ago
Merge branch 'master' of github.com:kla/php-activerecord
Jacques Fuentes
More...
almost 15 years ago
GH-31 : adding custom validation via model#validate
Jacques Fuentes
More...
almost 15 years ago
test for only_method
Kien La
More...
almost 15 years ago
formatting
Kien La
More...
almost 15 years ago
GH-69 allow build_post instead of build_posts since build|create returns single objects
Kien La
More...
almost 15 years ago
updated validator docs with common options
Kien La
More...
almost 15 years ago
added some docs for DateTime
Kien La
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
Kien La
More...
about 15 years ago
added @link
Kien La
More...
about 15 years ago
docs for DateTime
Kien La
More...
about 15 years ago
Merge branch '1.1'
Kien La
More...
about 15 years ago
removed un-necessary count()
Kien La
More...
about 15 years ago
need to clear the Table cache after dropping the connection
Kien La
More...
about 15 years ago
fixed custom error message not working for validates_numericality_of
Kien La
More...
about 15 years ago
added ability to reestablish the database connection: YourModel::reestablish_connection()
Kien La
More...
about 15 years ago
s/ActiveRecord/AR/g
Kien La
More...
about 15 years ago
GH-41 hopefully a more fullproof fix to singularizing problems
Kien La
More...
about 15 years ago
fixed singularizing stuff ending in /os$/
Kien La
More...
about 15 years ago
fixed so calling singularize on the word "status" does not return "statu"
Kien La
More...
about 15 years ago
fixed keyify to properly convert something like BuildingType to building_type_id instead of buildingtype_id
Kien La
More...
about 15 years ago
wrong commit hashes
Kien La
More...
about 15 years ago
updating changelog and bumping version to 1.0
Kien La
More...
about 15 years ago
fixed a memory leak when using validations
Kien La
More...
about 15 years ago
fixed test name
Kien La
More...
about 15 years ago
GH-55 fixed error with eager loading when record doesn't exist
Kien La
More...
about 15 years ago
added Model::query() method for running arbitrary queries
Kien La
More...
about 15 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
20
21
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree