aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Merge pull request #19105 from amatsuda/array_takeSean Griffin2015-03-022-5/+5
|\ \ \ \
| * | | | Preserve Array#take(n) behaviour of HasManyAssociationAkira Matsuda2015-02-282-5/+5
* | | | | Merge pull request #19077 from robin850/unknown-attribute-errorSean Griffin2015-03-022-4/+9
|\ \ \ \ \
| * | | | | Follow-up to #10776Robin Dupret2015-02-262-4/+9
* | | | | | 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
| |/ / |/| |
* | | 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-261-0/+13
* | | Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-262-9/+10
* | | 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-021-0/+3
* | | | cache quoted column names in SQLite3Aaron Patterson2015-02-241-1/+2
* | | | Merge pull request #19068 from pda/ar-translate-exception-class-no-logAaron Patterson2015-02-241-1/+0
|\ \ \ \
| * | | | AR: translate_exception_class() no longer logs error.Paul Annesley2015-02-241-1/+0
| | |/ / | |/| |
* | | | Merge pull request #18936 from arthurnn/txn_callbacksArthur Nogueira Neves2015-02-243-4/+45
|\ \ \ \
| * | | | Add before_commitArthur Neves2015-02-243-2/+25
| * | | | Add transaction callbacks that wont enroll to the transaction.Arthur Neves2015-02-241-2/+20
* | | | | Merge pull request #17426 from jpcody/fixture_associations_fixAaron Patterson2015-02-241-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Rely on through table name in has_many fixturesJoshua Cody2014-10-291-0/+4
* | | | | Tiny documentation edits [ci skip]Robin Dupret2015-02-242-4/+2
* | | | | Call `attributes_for_update` in `_update_record` w/ optimistic lockingSean Griffin2015-02-241-1/+1
* | | | | Fix c479480638508c20601af69ca46b5b606c2d5b4d to account for from_value -> fro...Jeremy Kemper2015-02-241-1/+1
* | | | | Merge pull request #18744 from mfazekas/no-table-name-with-fromRafael Mendonça França2015-02-241-5/+9
* | | | | Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...Court3nay2015-02-241-0/+1
* | | | | rework `disable_referential_integrity` for PostgreSQL.Yves Senn2015-02-241-9/+28
* | | | | Move back `new_column_definition` into `TableDefinition`Ryuta Kamizono2015-02-251-4/+4
* | | | | Merge pull request #19030 from kamipo/extract_short_hand_column_methodsRafael Mendonça França2015-02-233-109/+139
|\ \ \ \ \
| * | | | | The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-231-44/+50
| * | | | | Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-231-23/+28
| * | | | | Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-223-42/+61
* | | | | | Merge pull request #17631 from kamipo/bigint_pk_supportRafael Mendonça França2015-02-231-0/+10
|\ \ \ \ \ \
| * | | | | | Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-241-0/+10
* | | | | | | Fix typo [ci skip]Luke Hutscal2015-02-231-1/+1
|/ / / / / /
* / / / / / Require `belongs_to` by default.Josef Šimánek2015-02-215-9/+35
|/ / / / /
* | | | | Fix #has_secure_token documentation [ci skip]Tim Liner2015-02-201-2/+2
* | | | | Merge branch 'rm-take' into 4-1-stableRafael Mendonça França2015-02-202-0/+14
* | | | | Do not test, document or use a private API methodRafael Mendonça França2015-02-201-5/+0