| Commit message (Expand) | Author | Age | Files | Lines |
* | PostgreSQL, register custom domains. Closes #14305. | Yves Senn | 2014-04-01 | 1 | -0/+4 |
* | PostgreSQL determine `Column#type` through corresponding OID. #7814 | Yves Senn | 2014-04-01 | 1 | -0/+8 |
* | fix bug on non empty defaults for pg array columns | Luke Steensen | 2014-03-30 | 1 | -0/+6 |
* | Merge pull request #14469 from tiegz/timestamp_inheritance_fix | Rafael Mendonça França | 2014-03-27 | 1 | -0/+4 |
* | AR .persisted? throws SystemStackError for an unsaved model with a | chrisfinne | 2014-03-27 | 1 | -0/+7 |
* | ActiveRecord/ActiveModel '#validate' alias for 'valid?' | Henrik Nyh | 2014-03-27 | 1 | -0/+6 |
* | Improve CHANGELOG entry | Rafael Mendonça França | 2014-03-26 | 1 | -3/+5 |
* | Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist... | Steve Rice | 2014-03-25 | 1 | -0/+15 |
* | Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects" | Rafael Mendonça França | 2014-03-25 | 1 | -6/+6 |
* | clarify CHANGELOG [ci skip]. | Yves Senn | 2014-03-25 | 1 | -8/+2 |
* | Fix Generation of proper migration when | Kuldeep Aggarwal | 2014-03-25 | 1 | -0/+13 |
* | Merge pull request #12955 from joshwilliams/master | Yves Senn | 2014-03-20 | 1 | -0/+5 |
|\ |
|
| * | Postgres schema: Constrain sequence search classid | Josh Williams | 2014-03-20 | 1 | -0/+5 |
* | | Improve touch docs with extra attributes passed in [ci skip] | Carlos Antonio da Silva | 2014-03-20 | 1 | -6/+3 |
* | | Merge pull request #14423 from yakko/persistence-touches-many | Carlos Antonio da Silva | 2014-03-20 | 1 | -0/+12 |
|\ \ |
|
| * | | ActiveRecord#touch should accept multiple attributes #14423 | Thiago Pinto | 2014-03-19 | 1 | -0/+12 |
| |/ |
|
* / | only dump schema information if migration table exists. Closes #14217 | Yves Senn | 2014-03-20 | 1 | -0/+7 |
|/ |
|
* | Reap connections based on owning-thread death | Matthew Draper | 2014-03-18 | 1 | -0/+8 |
* | `where.not` adds `references` for `includes`. | Yves Senn | 2014-03-17 | 1 | -0/+6 |
* | format ActiveRecord CHANGELOG. [ci skip] | Yves Senn | 2014-03-17 | 1 | -8/+9 |
* | Extend fixture label replacement to allow string interpolation | Eric Steele | 2014-03-15 | 1 | -0/+10 |
* | Make select_all on query cache accept a Relation without binds. | Arthur Neves | 2014-03-13 | 1 | -0/+6 |
* | passing an instance of an AR object to `find` is deprecated | Aaron Patterson | 2014-03-13 | 1 | -0/+3 |
* | passing an ActiveRecord object to `exists?` is deprecated. | Aaron Patterson | 2014-03-13 | 1 | -0/+3 |
* | Merge pull request #13040 from kamipo/case_sensitive_comparison | Rafael Mendonça França | 2014-03-12 | 1 | -0/+4 |
|\ |
|
| * | Only use BINARY for mysql case sensitive uniqueness check when column has a c... | Ryuta Kamizono | 2013-11-26 | 1 | -0/+4 |
* | | Changelog entry for mysql56 microseconds | Arthur Neves | 2014-03-12 | 1 | -0/+4 |
* | | register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester] | lsylvester | 2014-03-11 | 1 | -0/+5 |
* | | Merge pull request #8313 from alan/only_save_changed_has_one_objects | Rafael Mendonça França | 2014-03-10 | 1 | -0/+6 |
|\ \ |
|
| * | | Save has_one associations only if record has changes | Alan Kennedy | 2013-10-31 | 1 | -0/+6 |
* | | | Remove a reference to an issue [ci skip] | Robin Dupret | 2014-03-05 | 1 | -1/+1 |
* | | | quick pass over Active Record CHANGELOG. [ci skip]. | Yves Senn | 2014-03-05 | 1 | -13/+10 |
* | | | Allow string hash values on AR order method | Marcelo Casiraghi | 2014-03-04 | 1 | -0/+10 |
* | | | Add Enum type to postgresql adapter's oids to prevent unknown OID warnings. | Dieter Komendera | 2014-03-04 | 1 | -0/+5 |
* | | | `includes` uses SQL parsing when String joins are involved. | Yves Senn | 2014-02-28 | 1 | -0/+7 |
* | | | Fix a bug affecting validations of enum attributes | TheMonster | 2014-02-27 | 1 | -0/+8 |
* | | | let `insert_record` actuall save the object. | Aaron Patterson | 2014-02-25 | 1 | -0/+8 |
* | | | Merge remote-tracking branch 'chancancode/fix_instance_method_already_impleme... | Jon Leighton | 2014-02-25 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Fixed STI classes not defining an attribute method if there is a | Godfrey Chan | 2014-02-23 | 1 | -0/+7 |
* | | | | Point master changelogs to 4-1-stable branch | Carlos Antonio da Silva | 2014-02-25 | 1 | -1858/+1 |
* | | | | Coerce strings when reading attributes. | Yves Senn | 2014-02-23 | 1 | -0/+11 |
|/ / / |
|
* | | | deprecate support for pg ranges with excluding beginnings. | Yves Senn | 2014-02-23 | 1 | -0/+11 |
* | | | dynamically define PostgreSQL OID range types. | Yves Senn | 2014-02-23 | 1 | -0/+4 |
* | | | Typo fix for unscope | Amit Thawait | 2014-02-18 | 1 | -1/+1 |
* | | | Merge branch '4-1-0-beta2' | Rafael Mendonça França | 2014-02-18 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Preparing for 4.1.0.beta2 release | Rafael Mendonça França | 2014-02-18 | 1 | -0/+4 |
* | | | | Don't use `# =>` when it is not the expression values | Rafael Mendonça França | 2014-02-18 | 1 | -9/+9 |
* | | | | Fix the column name [ci skip] | Rafael Mendonça França | 2014-02-18 | 1 | -6/+6 |
* | | | | Document the default scopes change on the release notes, CHANGELOG | Rafael Mendonça França | 2014-02-18 | 1 | -0/+61 |
* | | | | Revert "Merge pull request #13344 from ccutrer/fix-from-default-select" | Rafael Mendonça França | 2014-02-17 | 1 | -16/+0 |