aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26183 from Shopify/fix-no-touching-touch-laterRafael França2016-08-161-0/+9
|\
| * Makes touch_later respects no_touching policyJean Boussier2016-08-161-0/+9
* | Merge pull request #26074 from kamipo/where_by_attribute_with_array_or_rangeRafael França2016-08-162-0/+12
|\ \
| * | `where` by `array|range` attribute with array or range valueRyuta Kamizono2016-08-112-0/+12
* | | Merge pull request #26097 from Dagnan/fix_recordnotfound_args_rebasedRafael França2016-08-162-0/+22
|\ \ \
| * | | When calling association.find RecordNotFound is now raised with the same argu...Michel Pigassou2016-08-132-0/+22
* | | | Merge pull request #26151 from kamipo/avoid_to_allow_unused_splat_argsRafael França2016-08-161-1/+1
|\ \ \ \
| * | | | Avoid to allow unused splat args for `t.timestamps` in `create_table`Ryuta Kamizono2016-08-141-1/+1
| |/ / /
* | | | Merge pull request #26162 from kamipo/take_respects_dirty_targetRafael França2016-08-161-4/+8
|\ \ \ \
| * | | | `CollectionProxy#take` should respect dirty targetRyuta Kamizono2016-08-141-4/+8
| |/ / /
* | | | Merge pull request #26019 from agrobbin/schema-load-unique-column-indicesRafael França2016-08-161-0/+16
|\ \ \ \
| * | | | support multiple indexes on the same column when loading the schemaAlex Robbin2016-08-021-0/+16
* | | | | Add three new rubocop rulesRafael Mendonça França2016-08-1693-512/+512
* | | | | Merge pull request #26150 from kamipo/consolidate_ar_test_case_and_as_test_caseSean Griffin2016-08-142-17/+16
|\ \ \ \ \
| * | | | | Consolidate `ActiveRecord::TestCase` and `ActiveSupport::TestCase` in AR test...Ryuta Kamizono2016-08-142-17/+16
| | |/ / / | |/| | |
* / | | | Pass along original attribute to save later recursionAaron Patterson2016-08-141-0/+7
|/ / / /
* | | | Merge pull request #26113 from kamipo/use_ar_test_case_instead_of_as_test_caseRafael França2016-08-122-2/+2
|\ \ \ \
| * | | | Use `ActiveRecord::TestCase` rather than `ActiveSupport::TestCase` in AR test...Ryuta Kamizono2016-08-112-2/+2
| | |/ / | |/| |
* | | | Merge pull request #26124 from yahonda/diag26099Sean Griffin2016-08-111-4/+2
|\ \ \ \
| * | | | Creating a new Topic class instead of class_eval for the existing oneYasuo Honda2016-08-111-4/+2
| |/ / /
* / / / Fix warning: ambiguous first argumentRyuta Kamizono2016-08-121-1/+1
|/ / /
* | | Fix a NoMethodError schema_statements.rbGenadi Samokovarov2016-08-101-0/+6
* | | Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-104-4/+8
* | | Use `FETCH FIRST` for Oracle12 database and Arel Oracle12 visitorYasuo Honda2016-08-082-4/+4
* | | code gardening: removes redundant selfsXavier Noria2016-08-087-8/+8
* | | revises most Lint/EndAlignment offensesXavier Noria2016-08-072-6/+7
* | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-0719-21/+0
* | | applies remaining conventions across the projectXavier Noria2016-08-0644-57/+25
* | | normalizes indentation and whitespace across the projectXavier Noria2016-08-0668-2165/+2163
* | | remove redundant curlies from hash argumentsXavier Noria2016-08-0622-93/+85
* | | modernizes hash syntax in activerecordXavier Noria2016-08-06173-2309/+2305
* | | applies new string literal convention in activerecord/testXavier Noria2016-08-06280-5678/+5678
* | | Merge pull request #25998 from kamipo/enum_with_alias_attributeEileen M. Uchitelle2016-08-061-0/+16
|\ \ \
| * | | Fix `enum` with `alias_attribute`Ryuta Kamizono2016-07-311-0/+16
| |/ /
* | | Don't assume all hashes are from multiparameter assignment in `composed_of`Sean Griffin2016-08-052-0/+6
* | | The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-042-4/+4
* | | Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classesRafael Mendonça França2016-08-032-22/+40
|\ \ \ | |/ / |/| |
| * | Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-242-22/+40
* | | Merge pull request #25941 from kamipo/finder_methods_uses_load_targetRafael França2016-07-281-0/+2
|\ \ \
| * | | `FinderMethods` uses `records` (`load_target`) when `loaded?` is trueRyuta Kamizono2016-07-281-0/+2
* | | | Merge pull request #25940 from kamipo/fix_collection_proxy_loadRafael França2016-07-281-0/+8
|\ \ \ \
| * | | | Fix to `CollectionProxy#load` does `load_target`Ryuta Kamizono2016-07-251-0/+8
| |/ / /
* | | | Merge pull request #25767 from kamipo/association_name_is_the_same_as_join_ta...Rafael França2016-07-273-0/+17
|\ \ \ \
| * | | | Correctly return `associated_table` when `associated_with?` is trueRyuta Kamizono2016-07-103-0/+17
* | | | | Remove circular join references in join_dependencyTakashi Kokubun2016-07-281-0/+7
* | | | | Merge pull request #25958 from kamipo/should_be_target_loadedYves Senn2016-07-271-0/+38
|\ \ \ \ \
| * | | | | Add an assertion to the tests that should be loaded the target.Ryuta Kamizono2016-07-271-0/+38
* | | | | | Merge pull request #25408 from kamipo/should_not_reuse_quoted_trueYves Senn2016-07-271-0/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Quoting booleans should return a frozen stringRyuta Kamizono2016-07-271-0/+16
| | |_|_|/ | |/| | |
* | | | | Merge pull request #25929 from kamipo/load_target_is_public_methodSantiago Pastorino2016-07-262-6/+4
|\ \ \ \ \