aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * match the environment variable name that actually checking and error messageyuuji.yaginuma2016-01-091-1/+1
* | [ci skip] `automatic_inverse_of` returns `false` not `nil` (document fix)yui-knk2016-01-091-1/+1
|/
* Merge pull request #22976 from schneems/schneems/schema-migration-primary-keySean Griffin2016-01-081-1/+1
|\
| * Get update_attributes working with SchemaMigrationschneems2016-01-081-1/+1
* | Fix the broken buildSean Griffin2016-01-081-0/+2
* | Refactor tz aware types, add support for PG rangesSean Griffin2016-01-083-8/+21
* | Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-0810-7/+150
|\ \ | |/ |/|
| * Fixing tests and re-locating error checking.schneems2016-01-082-9/+10
| * Fix kwarg to not have circular dependencyschneems2016-01-081-1/+1
| * Use hash like syntax for InternalMetadataschneems2016-01-084-11/+9
| * Add EnvironmentMismatchErrorschneems2016-01-082-4/+25
| * Use `key` as primary key in schema.schneems2016-01-081-1/+1
| * [ci skip] Add comment to remove silenced code.schneems2016-01-071-0/+1
| * Prevent destructive action on production databaseschneems2016-01-079-7/+129
* | Merge pull request #22973 from kamipo/fix_select_values_method_signatureRafael França2016-01-082-4/+4
|\ \
| * | Fix `select_values` method signature for consistencyRyuta Kamizono2016-01-082-4/+4
* | | `{update|delete}_sql` are almost the same as `{update|delete}`Ryuta Kamizono2016-01-084-25/+2
|/ /
* | Ensure `config.active_record.time_zone_aware_types` is always setSean Griffin2016-01-071-0/+1
* | Remove `delete_sql` in sqlite3 adapterRyuta Kamizono2016-01-071-5/+0
* | Refactor `connection.insert_sql`Ryuta Kamizono2016-01-074-35/+10
* | Merge pull request #22933 from schneems/schneems/fix-broadcastRichard Schneeman2016-01-061-2/+4
|\ \
| * | [close #22917] Don't output to `STDOUT` twiceschneems2016-01-061-2/+4
* | | fix remove_index for postgresql when running legacy migrationsLachlan Sylvester2016-01-061-2/+3
* | | Merge pull request #22921 from prathamesh-sonpatki/fix-add-referenceRafael França2016-01-061-0/+1
|\ \ \
| * | | Autoload ReferenceDefinition class in abstract adapter so that it can be used...Prathamesh Sonpatki2016-01-051-0/+1
| |/ /
* | | Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methodsRafael Mendonça França2016-01-061-0/+24
|\ \ \
| * | | Add short-hand methods for text and blob types in MySQLRyuta Kamizono2016-01-051-0/+24
| |/ /
* | | Merge pull request #22920 from kamipo/fix_connection_createRafael França2016-01-054-6/+1
|\ \ \ | |/ / |/| |
| * | Fix `connection#create` in PG adapterRyuta Kamizono2016-01-054-6/+1
* | | Merge pull request #22896 from kamipo/fix_unsigned_and_blob_or_text_columnRafael França2016-01-041-3/+3
|\ \ \
| * | | Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQLRyuta Kamizono2016-01-041-3/+3
* | | | Merge pull request #22550 from tamird/record-fetch-warning-allocate-lessSean Griffin2016-01-044-18/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | activerecord: reuse immutable objectsTamir Duberstein2016-01-043-12/+14
| * | | activerecord: allocate fewer arrays in `RecordFetchWarning`Tamir Duberstein2016-01-041-6/+4
| |/ /
* | | Merge pull request #22915 from kamipo/fix_user_name_in_docEileen M. Uchitelle2016-01-041-1/+1
|\ \ \
| * | | Fix user name in doc [ci skip]Ryuta Kamizono2015-12-311-1/+1
* | | | Merge pull request #22821 from shosti/set-null-transactionArthur Nogueira Neves2016-01-041-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow add_to_transaction with null transactionEmanuel Evans2015-12-281-0/+1
* | | | correctly presence check of `application_record.rb` in pluginyuuji.yaginuma2016-01-021-1/+7
* | | | Merge pull request #22877 from kamipo/refactor_case_sensitive_comparisonRafael França2016-01-014-20/+17
|\ \ \ \
| * | | | Refactor `case_{sensitive|insensitive}_comparison`Ryuta Kamizono2016-01-014-20/+17
* | | | | quoted_id is not public API.Rafael Mendonça França2016-01-011-1/+1
* | | | | Merge pull request #22860 from Timmehs/better-or-exampleClaudio B2016-01-011-2/+2
|\ \ \ \ \
| * | | | | Improve example of #or to use different column values in the where clausesTim Sandberg2015-12-301-2/+2
* | | | | | value has the right type hereSantiago Pastorino2015-12-311-1/+1
| |/ / / / |/| | | |
* | | | | Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-311-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #22866 from prathamesh-sonpatki/rm-dot-at-the-end-of-commandRafael França2015-12-311-2/+2
|\ \ \ \
| * | | | Lets not put fullstop at the end of a migration pending commandPrathamesh Sonpatki2015-12-311-2/+2
| |/ / /
* | | | Merge pull request #22105 from morgoth/fix-errors-details-on-autosave-associa...Rafael França2015-12-311-3/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed setting errors details on autosaved associationsWojciech Wnętrzak2015-10-281-3/+18