aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* :cut: remove unnecessary rescue ExceptionsAaron Patterson2015-03-053-3/+3
* remove unnecessary rescueAaron Patterson2015-03-051-2/+0
* Some documentation edits [ci skip]Robin Dupret2015-03-052-12/+14
* add ActiveRecord::Enum testcase about multiple enums declaring at a timekeepcosmos2015-03-051-0/+14
* add regression test. Closes #18400.Yves Senn2015-03-051-0/+6
* Remove duplicated testRyuta Kamizono2015-03-041-20/+0
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-046-4/+93
* Add `Column#bigint?` methodRyuta Kamizono2015-03-043-3/+7
* add CHANGELOG entry for #19176. [ci skip]Yves Senn2015-03-041-0/+4
* Merge pull request #19176 from imajes/masterYves Senn2015-03-032-1/+17
|\
| * Fixes reference for schema_format to AR::Base from AS::BaseJames Cox2015-03-032-1/+17
* | Remove unused lineRyuta Kamizono2015-03-031-1/+0
* | Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\ \
| * | Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | | Revert "delete unused method"Carlos Antonio da Silva2015-03-021-0/+4
* | | Merge pull request #19177 from gregmolnar/fixturesRafael Mendonça França2015-03-022-6/+4
|\ \ \
| * | | test reset_pk_sequence with multi connectionGreg Molnar2015-03-011-1/+1
| * | | Use the correct connection for reset_pk_sequenceMontana Low2015-03-011-5/+3
* | | | Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-023-37/+33
| |_|/ |/| |
* | | delete unused methodAaron Patterson2015-03-021-4/+0
* | | mutate the transaction object to reflect stateAaron Patterson2015-03-021-25/+21
* | | ask the txn for it's state, not a state objectAaron Patterson2015-03-023-8/+16
* | | change if! to unlessAaron Patterson2015-03-021-1/+1
* | | tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-024-14/+6
* | | Merge pull request #19105 from amatsuda/array_takeSean Griffin2015-03-023-5/+18
|\ \ \
| * | | Preserve Array#take(n) behaviour of HasManyAssociationAkira Matsuda2015-02-283-5/+18
* | | | Merge pull request #19077 from robin850/unknown-attribute-errorSean Griffin2015-03-026-10/+15
|\ \ \ \
| * | | | Follow-up to #10776Robin Dupret2015-02-266-10/+15
* | | | | Merge pull request #19172 from JuanitoFatas/doc/fix-typoRichard Schneeman2015-03-021-2/+2
|\ \ \ \ \
| * | | | | [ci skip] Fix a typo for PostgreSQL text limit, GB instead of Gb.Juanito Fatas2015-03-031-2/+2
| | |_|_|/ | |/| | |
* | | | | Make private methods privateArthur Neves2015-03-021-0/+2
* | | | | Remove !has_transactional_callbacks? checkArthur Neves2015-03-021-1/+1
* | | | | Merge pull request #19170 from JuanitoFatas/doc/active_record/connection_adap...Carlos Antonio da Silva2015-03-021-1/+1
|\ \ \ \ \
| * | | | | Clarify that t.references and t.belongs_to are interchangeable. [ci skip]Juanito Fatas2015-03-021-1/+1
| |/ / / /
* | | | | call `sync_with_transaction_state` inside `persisted?` then check ivarsAaron Patterson2015-03-021-1/+2
* | | | | remove useless instance variableAaron Patterson2015-03-021-9/+4
|/ / / /
* | | | Move transaction code to transaction moduleArthur Neves2015-03-012-41/+41
* | | | Remove parent transaction stateArthur Neves2015-03-012-7/+0
* | | | remove useless conditionalAaron Patterson2015-03-011-1/+1
* | | | Spell PostgreSQL correctly :elephant:Akira Matsuda2015-02-282-2/+2
| |/ / |/| |
* | | Add changelog for #15549 fix [skip ci]Arthur Neves2015-02-271-0/+7
* | | Removed non-standard and unused require 'active_support/deprecation' from par...Vipul A M2015-02-271-1/+0
* | | Properly create through records when called with `where`Sean Griffin2015-02-263-0/+26
* | | Merge pull request #17601 from kamipo/support_any_unicode_charsetsRafael Mendonça França2015-02-254-11/+16
|\ \ \
| * | | Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-264-11/+16
* | | | Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...Rafael Mendonça França2015-02-252-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Add specs for adding-to/clear has_many collections’s behavior on `updated_at`Tu Hoang2014-10-302-0/+26
* | | | Merge pull request #15476 from JacobEvelyn/masterRafael Mendonça França2015-02-251-0/+3
|\ \ \ \
| * | | | Use logger environment settings in Rails console.Jacob Evelyn2014-06-022-0/+10
* | | | | cache quoted column names in SQLite3Aaron Patterson2015-02-241-1/+2