aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23362 from vipulnsward/20821-save-doc-updateJon Moss2016-01-301-3/+3
|\
| * - Updated persistence documentation to make it clear that save and save! won'...Vipul A M2016-01-311-3/+3
* | Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-302-5/+9
* | Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...Rafael França2016-01-302-0/+13
|\ \
| * | Warn if `AR.primary_key` is called for a table who has composite primary keyyui-knk2016-01-302-0/+13
* | | Merge pull request #23349 from kamipo/refactor_column_existsRafael França2016-01-301-7/+8
|\ \ \
| * | | Refactor `column_exists?` in `SchemaStatements`Ryuta Kamizono2016-01-301-7/+8
| |/ /
* | | Merge pull request #23355 from kamipo/fix_bigint_for_enum_columnsRafael França2016-01-303-2/+7
|\ \ \
| * | | Fix `bigint?` for Enum columns in MySQLRyuta Kamizono2016-01-313-2/+7
| |/ /
* | | Merge pull request #23350 from kamipo/refactor_schema_migration_drop_tableRafael França2016-01-301-4/+1
|\ \ \
| * | | Make `SchemaMigration.drop_table` to one SQLRyuta Kamizono2016-01-301-4/+1
| |/ /
* | | Merge pull request #23352 from yui-knk/move_test_conditionsRafael França2016-01-301-11/+9
|\ \ \
| * | | There is no need to define test if a connection does not support primary_keyyui-knk2016-01-311-11/+9
| |/ /
* | | Merge pull request #23353 from kamipo/remove_unused_lost_connection_error_mes...Rafael França2016-01-301-6/+0
|\ \ \
| * | | Remove unused `LOST_CONNECTION_ERROR_MESSAGES`Ryuta Kamizono2016-01-311-6/+0
| |/ /
* | | Merge pull request #23347 from yui-knk/explicitly_define_columns_as_interfaceRafael França2016-01-301-1/+3
|\ \ \
| * | | Explicitly define `columns` method as an interfaceyui-knk2016-01-301-1/+3
| |/ /
* / / Refactor `OID::Money.precision`Ryuta Kamizono2016-01-302-9/+5
|/ /
* | Intervene on change_table as well as create_tableMatthew Draper2016-01-301-0/+13
* | Don't recommend using `ActiveRecord::Base[]`Sean Griffin2016-01-291-3/+0
* | Merge pull request #23252 from kamipo/remove_limit_11Rafael França2016-01-291-1/+0
|\ \
| * | Remove `limit: 11` as backward-compatibility with Rails 2.0Ryuta Kamizono2016-01-271-1/+0
* | | Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarificationRafael França2016-01-292-1/+7
|\ \ \ | |_|/ |/| |
| * | Clarify DatabaseStatements#execute docs re: memory usage.James Coleman2016-01-222-1/+7
* | | Reworked ActiveRecord::Relation#last to always use SQLBogdan Gusiev2016-01-283-31/+60
* | | Merge pull request #23307 from mgrachev/fix-schema-migrationsEileen M. Uchitelle2016-01-281-1/+1
|\ \ \
| * | | Fix a bug with initialize schema_migrations tableMikhail Grachev2016-01-281-1/+1
* | | | Merge pull request #23303 from Empact/find-nth-deprecationRafael França2016-01-281-11/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Consistently warn that passing an offset to `find_nth` is deprecatedBen Woosley2016-01-271-11/+10
* | | | Merge pull request #18928 from bogdan/unreversable-orderSean Griffin2016-01-274-2/+69
|\ \ \ \
| * | | | Introduce ActiveRecord::IrreversibleOrderErrorBogdan Gusiev2016-01-274-2/+69
* | | | | Do not use default attributes for STI when instantiating a subclassSean Griffin2016-01-272-1/+9
* | | | | Merge pull request #21791 from sonalkr132/persistence-docArthur Nogueira Neves2016-01-271-8/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improvement in ActiveRecord::Persistence doc [ci skip]Aditya Prakash2015-10-171-8/+9
* | | | | INSERT INTO schema_migrations in 1 SQLAkira Matsuda & Naoto Koshikawa2016-01-272-10/+13
| |_|_|/ |/| | |
* | | | Merge pull request #23256 from pauloancheta/masterRafael França2016-01-261-1/+1
|\ \ \ \
| * | | | reflect mapping to match initializePaulo Ancheta2016-01-251-1/+1
* | | | | Merge branch '5-0-beta-sec'Aaron Patterson2016-01-256-7/+30
|\ \ \ \ \
| * | | | | bumping versionAaron Patterson2016-01-251-1/+1
| * | | | | Eliminate instance level writers for class accessorsAaron Patterson2016-01-223-4/+4
| * | | | | Don't short-circuit reject_if procAndrew White2016-01-222-2/+25
* | | | | | Merge pull request #23161 from schneems/schneems/fix-mysql-internalmetadataRichard Schneeman2016-01-252-9/+36
|\ \ \ \ \ \
| * | | | | | [close #23009] Limit key lengthschneems2016-01-212-9/+36
* | | | | | | When verifying size of relation, also verify count is ok.Vipul A M2016-01-251-0/+1
* | | | | | | Merge pull request #23221 from vipulnsward/23209-fix-missin_source_typeRafael França2016-01-246-0/+26
|\ \ \ \ \ \ \
| * | | | | | | Add missing source_type if provided on hmt which belongs to an sti recordVipul A M2016-01-246-0/+26
* | | | | | | | Fix AR::Relation#cache_key to remove select scope added by userPrathamesh Sonpatki2016-01-242-0/+7
* | | | | | | | Merge pull request #23081 from prathamesh-sonpatki/fix-cache-key-for-queries-...Kasper Timm Hansen2016-01-242-2/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix ActiveRecord::Relation#cache_key for relations with no resultsPrathamesh Sonpatki2016-01-222-2/+13
* | | | | | | | | Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-247-12/+51
| |/ / / / / / / |/| | | | | | |