aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Split out token `if` tests to trigger `before_create`.Kasper Timm Hansen2016-01-091-1/+5
* | Add conditional_token to users.Kasper Timm Hansen2016-01-091-0/+1
* | Support :if and :unless in has_secure_tokenGriffin Smith2016-01-092-0/+13
* | Merge pull request #22976 from schneems/schneems/schema-migration-primary-keySean Griffin2016-01-081-2/+2
|\ \
| * | Get update_attributes working with SchemaMigrationschneems2016-01-081-2/+2
* | | Refactor tz aware types, add support for PG rangesSean Griffin2016-01-081-0/+42
* | | Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-083-0/+76
|\ \ \ | |/ / |/| |
| * | Fixing tests and re-locating error checking.schneems2016-01-081-4/+4
| * | Use hash like syntax for InternalMetadataschneems2016-01-082-3/+3
| * | Prevent destructive action on production databaseschneems2016-01-073-0/+76
* | | fix remove_index for postgresql when running legacy migrationsLachlan Sylvester2016-01-061-0/+16
* | | Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methodsRafael Mendonça França2016-01-061-10/+10
|\ \ \
| * | | Add short-hand methods for text and blob types in MySQLRyuta Kamizono2016-01-051-10/+10
* | | | Merge pull request #22920 from kamipo/fix_connection_createRafael França2016-01-051-3/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Fix `connection#create` in PG adapterRyuta Kamizono2016-01-051-3/+12
* | | | Merge pull request #22896 from kamipo/fix_unsigned_and_blob_or_text_columnRafael França2016-01-042-2/+13
|\ \ \ \
| * | | | Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQLRyuta Kamizono2016-01-042-2/+13
* | | | | Merge pull request #22550 from tamird/record-fetch-warning-allocate-lessSean Griffin2016-01-041-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | activerecord: reuse immutable objectsTamir Duberstein2016-01-041-2/+6
| |/ / /
* | | | Merge pull request #22821 from shosti/set-null-transactionArthur Nogueira Neves2016-01-041-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Allow add_to_transaction with null transactionEmanuel Evans2015-12-281-0/+5
* | | | Remove FIXME comments about the `Arel::Nodes::Quoted` [ci skip]Ryuta Kamizono2016-01-031-3/+0
* | | | Remove unnecessary enable,disable_extension on testsFumiaki MATSUSHIMA2016-01-022-11/+0
* | | | Merge pull request #22105 from morgoth/fix-errors-details-on-autosave-associa...Rafael França2015-12-311-0/+47
|\ \ \ \
| * | | | Fixed setting errors details on autosaved associationsWojciech Wnętrzak2015-10-281-0/+47
* | | | | Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57Rafael França2015-12-301-0/+44
|\ \ \ \ \
| * | | | | Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BYRyuta Kamizono2015-12-231-0/+44
* | | | | | 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-301-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Improve `select_one` in `Mysql2Adapter`Ryuta Kamizono2015-12-271-0/+6
* | | | | | Merge pull request #22053 from Empact/first-loadedYves Senn2015-12-281-3/+26
|\ \ \ \ \ \
| * | | | | | Fix `first(limit)` to take advantage of `loaded?` records if availableBen Woosley2015-12-241-3/+14
* | | | | | | tests, don't connect to mysql when running sqlite3 tests.Yves Senn2015-12-281-0/+2
| |/ / / / / |/| | | | |
* | | | | | Fix varbinary with default ''Ryuta Kamizono2015-12-241-0/+10
|/ / / / /
* | | | | Fixes LoggerSilence#silence threadsafetyCarl P. Corliss2015-12-231-0/+1
* | | | | Add support for passing flags to MySQL2 adapter by arrayStephen Blackstone2015-12-221-1/+8
* | | | | Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...Yves Senn2015-12-211-17/+0
* | | | | Merge pull request #22486 from methyl/fix-includes-for-groupped-associationYves Senn2015-12-211-0/+17
|\ \ \ \ \
| * | | | | Pass SQL group by values when including scoped associationLucjan Suski2015-12-151-0/+13
* | | | | | Remove legacy mysql adapterRyuta Kamizono2015-12-216-85/+75
* | | | | | Remove unused `test/schema/mysql_specific_schema.rb`Ryuta Kamizono2015-12-191-62/+0
| |/ / / / |/| | | |
* | | | | Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...Aaron Patterson2015-12-181-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Read already loaded association records from association.targetTomohito Ozaki2015-04-171-0/+6
* | | | | Handle specified schemas when removing a Postgres indexGrey Baker2015-12-181-0/+14
* | | | | Merge pull request #22653 from matthewd/find_array_orderedMatthew Draper2015-12-182-2/+76
|\ \ \ \ \
| * | | | | Implement limit & offset for ourselvesMatthew Draper2015-12-181-2/+2
| * | | | | Adding a new test using chained where, limit and find([pks])Miguel Grazziotin2015-08-071-2/+12
| * | | | | WIP: fixing the limit bug and introducing new tests (failing for now) on .fin...Miguel Grazziotin2015-06-191-4/+25
| * | | | | do not change the order of the result if the object was already ordered by th...Miguel Grazziotin2015-06-051-0/+5