| Commit message (Expand) | Author | Age | Files | Lines |
* | Added STI support to init and building associations | Jason Rush | 2012-11-29 | 1 | -0/+9 |
* | Add CHANGELOG entries for the observes extraction | Rafael Mendonça França | 2012-11-29 | 1 | -0/+4 |
* | Ensure that associations have a symbol argument. | Steve Klabnik | 2012-11-28 | 1 | -0/+2 |
* | Use assert_nil instead of assert_equal | Rafael Mendonça França | 2012-11-28 | 1 | -1/+1 |
* | Don't call will_change! for datetime nil->"". | Alisdair McDiarmid | 2012-11-25 | 1 | -0/+6 |
* | Fix changelog entry about fast_string_to_time fix | Carlos Antonio da Silva | 2012-11-24 | 1 | -2/+2 |
* | Merge pull request #8291 from senny/8265_build_with_polymorphic_association | Rafael Mendonça França | 2012-11-22 | 1 | -0/+5 |
|\ |
|
| * | prevent mass assignment of polymorphic type when using `build` | Yves Senn | 2012-11-22 | 1 | -0/+5 |
* | | Deprecate Relation#sum with a block. | Carlos Antonio da Silva | 2012-11-21 | 1 | -0/+5 |
* | | Revert "Yield only one argument instead of splatting." | Carlos Antonio da Silva | 2012-11-21 | 1 | -7/+0 |
|/ |
|
* | Fix postgresql adapter to handle bc timestamps correctly | Bogdan Gusiev | 2012-11-21 | 1 | -0/+6 |
* | Postgresql doesn't accepts limits on text columns. | Victor Costan | 2012-11-20 | 1 | -0/+5 |
* | Merge pull request #3023 from Tho85/preserve_sti_type | Rafael Mendonça França | 2012-11-18 | 1 | -0/+7 |
|\ |
|
| * | AR::Base.becomes should not change the STI type | Thomas Hollstegge | 2012-11-17 | 1 | -0/+7 |
* | | Add rename_index to change_table. | Jarek Radosz | 2012-11-19 | 1 | -0/+8 |
|/ |
|
* | Fix some AR changelog entries [ci skip] | Carlos Antonio da Silva | 2012-11-16 | 1 | -6/+5 |
* | `#pluck` can be used on a relation with `select` clause. | Yves Senn | 2012-11-12 | 1 | -0/+9 |
* | cleanup, removed whitespace from CHANGELOG | Yves Senn | 2012-11-12 | 1 | -1/+1 |
* | Do not create useless database transaction when building `has_one` association. | Bogdan Gusiev | 2012-11-10 | 1 | -0/+9 |
* | :counter_cache option for to support custom named counter caches. Closes #7993 | Yves Senn | 2012-11-04 | 1 | -0/+5 |
* | Deprecate passing a string as third argument of `add_index` | Rafael Mendonça França | 2012-11-02 | 1 | -0/+7 |
* | Raise an ArgumentError when passing an invalid option to add_index | Rafael Mendonça França | 2012-11-02 | 1 | -0/+4 |
* | Fix find_in_batches against string IDs when start option is not specified. | Alexis Bernard | 2012-10-31 | 1 | -0/+4 |
* | Fix `attributes_before_type_cast` for serialised attributes. | Nikita Afanasenko | 2012-10-31 | 1 | -0/+4 |
* | Fix #6951. Use query cache/uncache, when using not only database.yml but also... | kennyj | 2012-10-31 | 1 | -0/+5 |
* | ActiveRecord::Relation#none! method. | Juanjo Bazán | 2012-10-28 | 1 | -0/+5 |
* | Enable update_column(s) for the primary key attribute. | Henrik N | 2012-10-28 | 1 | -0/+4 |
* | raise `ArgumentError` when redefining the primary key column. Closes #6378 | Yves Senn | 2012-10-28 | 1 | -0/+5 |
* | AR::AttributeMethods#[] raises AM::AttributeMissingError for missing attributes. | Francesco Rodriguez | 2012-10-28 | 1 | -1/+24 |
* | Use the MySQL varbinary type when appropriate in migrations. | Victor Costan | 2012-10-27 | 1 | -0/+4 |
* | Decode attributes pulled from URI.parse | Shawn Veader | 2012-10-26 | 1 | -1/+5 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -28/+0 |
* | Fix incorrect markdown by removing extra space. | Uģis Ozols | 2012-10-24 | 1 | -1/+1 |
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." | Jeremy Kemper | 2012-10-20 | 1 | -8/+1 |
* | Get rid of the ActiveRecord::Model::DeprecationProxy thing. | Jon Leighton | 2012-10-19 | 1 | -1/+8 |
* | Rename the partial_updates config to partial_writes | Jon Leighton | 2012-10-19 | 1 | -0/+4 |
* | nodoc the first_or_create methods and document alternatives | Jon Leighton | 2012-10-19 | 1 | -3/+11 |
* | Add Relation#find_or_create_by and friends | Jon Leighton | 2012-10-19 | 1 | -2/+32 |
* | Fix bug with presence validation of associations. | Scott Willson | 2012-10-16 | 1 | -0/+5 |
* | Merge pull request #7371 from csmuc/fix_dup_validation_errors | Santiago Pastorino | 2012-10-16 | 1 | -0/+5 |
|\ |
|
| * | Call super to nullify the reference to the original errors object in the dup'... | Christian Seiler | 2012-10-16 | 1 | -0/+5 |
* | | Move changelog entry from #7439 to the top [ci skip] | Carlos Antonio da Silva | 2012-10-15 | 1 | -6/+6 |
* | | ActiveRecord: sum expression returns string '0' for no records, fixed | Tim Macfarlane | 2012-10-15 | 1 | -0/+5 |
* | | #7914 Add change of previous commit to CHANGELOG.md | Arturo Pie | 2012-10-13 | 1 | -0/+4 |
* | | learn ActiveRecord::QueryMethods#order work with hash arguments | Tima Maslyuchenko | 2012-10-12 | 1 | -0/+10 |
|/ |
|
* | Add CHANGELOG entry for "Fixtures" -> "FixtureSet" | Alexey Muranov | 2012-10-07 | 1 | -1/+13 |
* | PostgreSQL, quote table names when fetching the primary key. Closes #5920 | Yves Senn | 2012-10-05 | 1 | -0/+5 |
* | Fix CHANGELOG entry [ci skip] | Rafael Mendonça França | 2012-10-04 | 1 | -4/+4 |
* | Count returns 0 without querying if parent is not saved | Francesco Rodriguez | 2012-10-03 | 1 | -0/+17 |
* | Fix reset_counters() crashing on has_many :through associations. | lulalala | 2012-10-02 | 1 | -0/+5 |