aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379)Ryuta Kamizono2017-12-031-5/+3
* Emulate JSON types for SQLite3 adapter (#29664)Ryuta Kamizono2017-12-032-4/+2
* `change_column_default` should be executed after type changingRyuta Kamizono2017-12-031-2/+2
* Fix `s/klass.connection/connection/`Ryuta Kamizono2017-12-031-1/+1
* Fix `test_add_column_with_timestamp_type` failureRyuta Kamizono2017-12-032-7/+8
* Fix warning: assigned but unused variable - tRyuta Kamizono2017-12-031-1/+1
* Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-033-6/+26
* Merge pull request #31230 from dinahshi/postgresql_extract_sqlMatthew Draper2017-12-032-2/+19
|\
| * Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-022-2/+19
* | Add support for invalid foreign keys in PostgresTravis Hunter2017-12-011-0/+68
* | Merge pull request #19090 from gregnavis/support-postgresql-operator-classes-...Matthew Draper2017-12-013-5/+40
|\ \
| * | Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-303-5/+40
* | | Remove unnecessary scopingRyuta Kamizono2017-12-011-1/+1
* | | Class level `update` and `destroy` checks all the records exist before making...Ryuta Kamizono2017-12-011-4/+37
* | | Maintain raising `RecordNotFound` for class level `update` and` destroy`Ryuta Kamizono2017-12-011-2/+12
|/ /
* | Merge pull request #31214 from chopraanmol1/bug_fix_has_one_inverse_owner_rel...Eileen M. Uchitelle2017-11-292-0/+14
|\ \
| * | Inverse instance should not be reloaded during autosave if called in validationAnmol Chopra2017-11-272-0/+14
* | | Prevent scope named same as a ActiveRecord::Relation instance method.Chen Kinnrot2017-11-282-0/+34
* | | Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-272-2/+56
* | | Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-272-4/+4
* | | Revert "Merge pull request #31006 from rails/kamipo/ordinal_methods_should_re...eileencodes2017-11-261-16/+0
* | | Merge pull request #31221 from matthewd/flush-idle-connectionsMatthew Draper2017-11-262-0/+53
|\ \ \ | |_|/ |/| |
| * | Flush idle database connectionsMatthew Draper2017-11-262-0/+53
| |/
* | Merge pull request #31184 from TheSmartnik/fix_record_not_found_on_reloadRafael França2017-11-252-1/+19
|\ \
| * | Provide arguments to RecordNotFoundNikita Misharin2017-11-252-1/+19
* | | Merge pull request #31006 from rails/kamipo/ordinal_methods_should_respect_lo...Eileen M. Uchitelle2017-11-251-0/+16
|\ \ \
| * | | Ordinal methods should respect loaded recordsRyuta Kamizono2017-10-281-0/+16
* | | | Merge pull request #31173 from matthewd/connection-fork-safetyMatthew Draper2017-11-251-0/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | Improve AR connection fork safetyMatthew Draper2017-11-181-0/+32
| | |/ | |/|
* | | No difference between JRuby and CRuby at test_read_attributes_before_type_cas...Yasuo Honda2017-11-211-6/+1
* | | Merge pull request #28742 from quixoten/stack_conn_poolMatthew Draper2017-11-171-0/+8
|\ \ \
| * | | Fix typosDevin Christensen2017-04-131-1/+1
| * | | Improve documentation and add testDevin Christensen2017-04-131-0/+8
* | | | Merge pull request #28869 from eugeneius/query_cache_all_poolsMatthew Draper2017-11-171-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Enable query cache on all connection poolsEugene Kenny2017-04-241-0/+9
* | | | Allow test_ignored_columns_not_included_in_SELECT column names caseYasuo Honda2017-11-151-1/+1
* | | | Fix CI failure due to invalid `up_only` for MySQLRyuta Kamizono2017-11-151-5/+7
* | | | Add a #populate method to migrations (#31082)Rich2017-11-141-0/+25
* | | | Merge pull request #27947 from mastahyeti/unsafe_raw_sqlMatthew Draper2017-11-146-31/+334
|\ \ \ \
| * | | | use database agnostic function/quoting in testBen Toews2017-11-091-4/+4
| * | | | push order arg checks down to allow for bindsBen Toews2017-11-091-0/+36
| * | | | deal with Array arguments to #orderBen Toews2017-11-091-3/+3
| * | | | convert order arg to string before checking if we can reverse itBen Toews2017-11-091-2/+2
| * | | | use << instead of #concat in #reverse_sql_order because we might be working w...Ben Toews2017-11-091-1/+1
| * | | | try using regexesBen Toews2017-11-0924-106/+99
| * | | | allow table name and direction in string order argBen Toews2017-11-0925-219/+263
| * | | | work around deprecation warnings in a bunch of testsBen Toews2017-11-0934-313/+320
| * | | | remove :enabled optionBen Toews2017-11-091-54/+50
| * | | | make tests more verbose/explicitBen Toews2017-11-091-78/+96
| * | | | allow Arel.sql() for pluckBen Toews2017-11-093-33/+69