aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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-062-2/+19
* | 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-063-10/+53
|\ \
| * | Add short-hand methods for text and blob types in MySQLRyuta Kamizono2016-01-053-10/+53
| |/
* | Move CHANGELOG entry to Active RecordRafael Mendonça França2016-01-051-0/+5
* | Merge pull request #22920 from kamipo/fix_connection_createRafael França2016-01-055-9/+13
|\ \ | |/ |/|
| * Fix `connection#create` in PG adapterRyuta Kamizono2016-01-055-9/+13
* | Merge pull request #22896 from kamipo/fix_unsigned_and_blob_or_text_columnRafael França2016-01-043-5/+16
|\ \
| * | Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQLRyuta Kamizono2016-01-043-5/+16
* | | Merge pull request #22550 from tamird/record-fetch-warning-allocate-lessSean Griffin2016-01-045-20/+24
|\ \ \ | |_|/ |/| |
| * | activerecord: reuse immutable objectsTamir Duberstein2016-01-044-14/+20
| * | 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-042-0/+6
|\ \ \ | |_|/ |/| |
| * | Allow add_to_transaction with null transactionEmanuel Evans2015-12-282-0/+6
* | | Merge pull request #22889 from kamipo/remove_fixme_commentsClaudio B2016-01-021-3/+0
|\ \ \
| * | | Remove FIXME comments about the `Arel::Nodes::Quoted` [ci skip]Ryuta Kamizono2016-01-031-3/+0
* | | | 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
* | | | Remove unnecessary enable,disable_extension on testsFumiaki MATSUSHIMA2016-01-022-11/+0
* | | | 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-312-3/+3
| |_|/ |/| |
* | | 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-312-3/+65
|\ \ \ | |/ / |/| |
| * | Fixed setting errors details on autosaved associationsWojciech Wnętrzak2015-10-282-3/+65
* | | Merge pull request #22848 from derekprior/dp-postgresql-versionRafael França2015-12-301-5/+5
|\ \ \
| * | | Make `postgresql_version` publicDerek Prior2015-12-301-5/+5
* | | | Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57Rafael França2015-12-303-5/+67
|\ \ \ \
| * | | | Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BYRyuta Kamizono2015-12-233-2/+62
| * | | | Avoid `distinct` if a subquery has already materializedRyuta Kamizono2015-12-231-3/+5
* | | | | Merge pull request #22447 from kamipo/fix_test_to_null_agnostic_wayRafael França2015-12-303-3/+14
|\| | | |
| * | | | Fix `test_find_with_order_on_included_associations_with_construct_finder_sql_...Ryuta Kamizono2015-12-193-3/+14
* | | | | Merge pull request #22803 from kamipo/improve_select_one_in_mysql2_adapterRafael França2015-12-302-27/+15
|\ \ \ \ \
| * | | | | Remove outdated commentRyuta Kamizono2015-12-271-28/+0
| * | | | | Improve `select_one` in `Mysql2Adapter`Ryuta Kamizono2015-12-272-0/+16
* | | | | | Merge pull request #22547 from kamipo/fix_create_table_info_cacheRafael França2015-12-291-2/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Correctly cache create_table_infoRyuta Kamizono2015-12-171-2/+6
* | | | | | Merge pull request #22053 from Empact/first-loadedYves Senn2015-12-283-16/+72
|\ \ \ \ \ \
| * | | | | | Fix `first(limit)` to take advantage of `loaded?` records if availableBen Woosley2015-12-243-8/+39