| Commit message (Expand) | Author | Age | Files | Lines |
* | pg, `change_column_default` accepts `[]`. Closes #11586. | Yves Senn | 2014-05-12 | 1 | -0/+6 |
* | pg, map `char` and `name` types as string. [dark-panda & Yves Senn] | Yves Senn | 2014-05-12 | 1 | -0/+9 |
* | pg, fix Infinity and NaN values conversion. | Innokenty Mihailov | 2014-05-12 | 1 | -0/+15 |
* | Handle other pk types in PostgreSQL gracefully. | Patrick Robertson | 2014-05-12 | 1 | -0/+6 |
* | deprecate, join, preload, eager load of instance dependent associations. | Yves Senn | 2014-05-10 | 1 | -0/+9 |
* | Reverts "Fix bugs with changed attributes tracking when transaction gets roll... | Arthur Neves | 2014-05-09 | 1 | -6/+0 |
* | Fixed HABTM's CollectionAssociation size | Fred Wu | 2014-05-08 | 1 | -0/+9 |
* | Add CHANGELOG entry for #14989 | Rafael Mendonça França | 2014-05-07 | 1 | -0/+5 |
* | Keep track of dirty attrs after after rollback. | Arthur Neves | 2014-05-07 | 1 | -0/+6 |
* | Add support for module-level table_suffix in models | Jenner LaFave | 2014-05-05 | 1 | -0/+7 |
* | Improve CHANGELOG entry [ci skip] | Rafael Mendonça França | 2014-05-05 | 1 | -3/+3 |
* | Put back Relation#join method as a delegate to Array | Bogdan Gusiev | 2014-05-05 | 1 | -0/+7 |
* | Merge pull request #14946 from jcoleman/fix-null-binary-column-logging-exception | Rafael Mendonça França | 2014-05-04 | 1 | -0/+12 |
|\ |
|
| * | Fix exception when logging SQL w/ nil binary value. | James Coleman | 2014-05-02 | 1 | -0/+12 |
* | | Merge pull request #14924 from eric-chahin/issue_13854 | Matthew Draper | 2014-05-03 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | Fixed custom validation context bug where child | Eric Chahin | 2014-05-01 | 1 | -0/+7 |
* | | Enhance a bit a few changelog entries [ci skip] | Robin Dupret | 2014-05-02 | 1 | -6/+6 |
* | | Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_mode | Rafael Mendonça França | 2014-05-01 | 1 | -0/+9 |
|\ \ |
|
| * | | Stringify variables names for mysql connections | Paul Nikitochkin | 2014-04-30 | 1 | -0/+9 |
| |/ |
|
* | | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_master | Rafael Mendonça França | 2014-05-01 | 1 | -0/+6 |
|\ \ |
|
| * | | SQLite3: Always close statements. | Timur Alperovich | 2014-01-15 | 1 | -0/+6 |
* | | | Give real privacy to class methods in AR::PredicateBuilder | Hector Satre | 2014-05-01 | 1 | -0/+4 |
| |/
|/| |
|
* | | Fix custom join_table name on habtm reflections | Kassio Borges | 2014-04-25 | 1 | -0/+8 |
* | | reset `@arel` when modifying a Relation in place. | Yves Senn | 2014-04-24 | 1 | -0/+5 |
* | | PostgreSQL Timestamps always map to `:datetime`. | Jefferson Lai | 2014-04-24 | 1 | -0/+14 |
* | | `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ... | Lucas Mazza | 2014-04-23 | 1 | -0/+6 |
* | | Add CHANGELOG entry for #14757 [ci skip] | Rafael Mendonça França | 2014-04-22 | 1 | -0/+6 |
* | | Merge pull request #14573 from habermann24/has_many_through_fix | Rafael Mendonça França | 2014-04-22 | 1 | -0/+9 |
|\ \ |
|
| * | | Add a CHANGELOG entry for the has_many :through scoping fix (See #14537 for d... | Jan Habermann | 2014-04-03 | 1 | -0/+9 |
* | | | `@destroyed` should always be set to `false` when an object is duped. | Kuldeep Aggarwal | 2014-04-19 | 1 | -0/+4 |
* | | | Regression test for irregular inflection on has_many | Arthur Neves | 2014-04-18 | 1 | -0/+6 |
* | | | Changed the NullRelation so that when count is called with #group it will pro... | Eric Chahin | 2014-04-16 | 1 | -0/+6 |
* | | | SQL Like escaping helper method. [Rob Gilson & Yves Senn] | Rob Gilson | 2014-04-16 | 1 | -0/+16 |
* | | | Add CHANGELOG entry for #14766 [ci skip] | Rafael Mendonça França | 2014-04-15 | 1 | -0/+6 |
* | | | Merge pull request #14592 from laurocaetano/equality_between_relation_and_col... | Rafael Mendonça França | 2014-04-13 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | The comparison between `Relation` and `CollectionProxy` should be consistent. | Lauro Caetano | 2014-04-11 | 1 | -0/+13 |
* | | | | Add a changelog entry for #14546 [ci skip] | Robin Dupret | 2014-04-13 | 1 | -0/+14 |
|/ / / |
|
* | | | New CHANGELOG entries are in to top of file | Rafael Mendonça França | 2014-04-11 | 1 | -7/+7 |
* | | | Merge pull request #14711 from swoker/activerecord_fix_aggregate_methods_with... | Rafael Mendonça França | 2014-04-11 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Fix error for aggregate methods with select, see issue #13648 | Simon Woker | 2014-04-10 | 1 | -0/+7 |
* | | | | PostgreSQL, warn once per connection per missing OID. Closes #14275. | Yves Senn | 2014-04-11 | 1 | -0/+6 |
* | | | | PostgreSQL, adapter automatically reloads it's type map. Closes #14678. | Yves Senn | 2014-04-11 | 1 | -0/+7 |
* | | | | Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548 | Rafael Mendonça França | 2014-04-10 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Fix insertion of records for hmt association with scope, fix #3548 | Ivan Antropov | 2013-11-17 | 1 | -0/+6 |
* | | | | | Merge branch 'master' into rm-uuid-fixtures | Rafael Mendonça França | 2014-04-10 | 1 | -0/+28 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | make enums distinct per class | Evan Whalen | 2014-04-07 | 1 | -0/+7 |
| * | | | | Merge pull request #14579 from senny/pg/remove_string_limit | Rafael Mendonça França | 2014-04-04 | 1 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &... | Yves Senn | 2014-04-04 | 1 | -0/+6 |
| * | | | | | Add CHANGELOG entry for #11650 [ci skip] | Rafael Mendonça França | 2014-04-04 | 1 | -0/+6 |
| * | | | | | Merge pull request #14562 from jefflai2/collection_proxy | Rafael Mendonça França | 2014-04-04 | 1 | -0/+9 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|