aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Use official database name [ci skip]Ryuta Kamizono2019-04-031-1/+1
* Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :...David Heinemeier Hansson2019-04-021-0/+12
* Revert unused code and re-using query annotation for `update_all` and `delete...Ryuta Kamizono2019-04-017-112/+0
* Extract insert test case from #35686Kasper Timm Hansen2019-03-311-0/+14
* Merge pull request #19333 from palkan/dirty-storeKasper Timm Hansen2019-03-312-0/+84
|\
| * Add saved changes helpers for store accessorsVladimir Dementyev2019-03-251-0/+11
| * Add dirty methods for store accessorspalkan2019-03-252-0/+73
* | Fix callbacks on has_many :through associations (#33249)Ryan Kerr2019-03-301-0/+18
* | Add `ActiveRecord::Relation#extract_associated` for extracting associated rec...David Heinemeier Hansson2019-03-291-0/+7
* | Type cast falsy boolean symbols on boolean attribute as falseRyuta Kamizono2019-03-301-0/+9
* | Merge pull request #35496 from bogdan/right-preloadingRyuta Kamizono2019-03-281-0/+9
|\ \
| * | Fix preloader to never reset associations in case they are already loadedBogdan Gusiev2019-03-071-0/+9
* | | Don't change `collation_connection` in the current connectionRyuta Kamizono2019-03-271-1/+1
* | | Fix CI failure due to remaining tagging recordsRyuta Kamizono2019-03-261-1/+1
* | | Use `assert_queries(0)` instead of `assert_no_queries` to ignore metadata que...Yasuo Honda2019-03-261-1/+1
* | | Merge pull request #35683 from Kukunin/masterRyuta Kamizono2019-03-231-6/+31
|\ \ \
| * | | Fix unintended autosave on has_one through associationSergiy Kukunin2019-03-221-6/+31
* | | | Add Relation#annotate for SQL commentingMatt Yoho2019-03-2121-0/+513
* | | | Merge pull request #35685 from XrXr/attribute-forwardingGannon McGibbon2019-03-201-0/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Document option forwarding in ActiveRecord::Base.attributeAlan Wu2019-03-201-0/+11
| |/ /
* / / Bulk Insert: Reuse indexes for unique_byKasper Timm Hansen2019-03-201-3/+33
|/ /
* | Merge pull request #35595 from shioyama/generated_attribute_methods_namespace...Rafael França2019-03-191-1/+1
|\ \
| * | Give GeneratedAttributeMethods module a nameChris Salzberg2019-03-131-1/+1
* | | Don't expose internal `type_casted_binds` methodRyuta Kamizono2019-03-191-1/+1
* | | Merge pull request #35653 from kamipo/remove_arel_nodes_valuesRyuta Kamizono2019-03-184-14/+13
|\ \ \
| * | | Get rid of `Arel::Nodes::Values`Ryuta Kamizono2019-03-184-14/+13
* | | | Add test case to prevent possible SQL injectionRyuta Kamizono2019-03-182-0/+20
|/ / /
* | | Add test case for unscoping `:optimizer_hints`Ryuta Kamizono2019-03-182-0/+12
* | | SQLite3: Make fixture loading to bulk statementsRyuta Kamizono2019-03-171-6/+2
* | | Make `truncate_tables` to bulk statementsRyuta Kamizono2019-03-172-4/+4
* | | Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-174-37/+22
* | | Merge pull request #35615 from kamipo/optimizer_hintsRyuta Kamizono2019-03-174-0/+55
|\ \ \
| * | | Support Optimizer HintsRyuta Kamizono2019-03-164-0/+55
* | | | Raise UnknownAttributeError when unknown column is passed to insert_all and f...Josef Šimánek2019-03-161-0/+6
|/ / /
* / / Revert "Remove Marshal support from SchemaCache"Rafael Mendonça França2019-03-131-0/+18
|/ /
* | Schema Cache: cache table indexesKasper Timm Hansen2019-03-131-9/+28
* | Remove Marshal support from SchemaCacheKasper Timm Hansen2019-03-121-16/+0
* | Merge pull request #35424 from Korri/validation-rules-locale-fallbackRafael França2019-03-111-2/+18
|\ \
| * | Fall back to parent locale before it falls back to the :errors namespaceHugo Vacher2019-03-041-2/+18
* | | Merge pull request #35565 from yahonda/rm_test_create_table_with_custom_seque...Kasper Timm Hansen2019-03-111-33/+0
|\ \ \
| * | | Remove `MigrationTest#test_create_table_with_custom_sequence_name`Yasuo Honda2019-03-111-33/+0
* | | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2019-03-111-5/+6
* | | | Merge pull request #35320 from kamille-gz/fix_query_method_when_given_Date_da...Ryuta Kamizono2019-03-111-0/+63
|\ \ \ \
| * | | | Fix query attribute method on user-defined attribute to be aware of typecaste...kamille-3212019-03-111-0/+63
|/ / / /
* | | | Merge pull request #35449 from pjrebsch/quoting-empty-rangeRyuta Kamizono2019-03-111-0/+13
|\ \ \ \
| * | | | Quote empty ranges like other empty enumerablesPatrick Rebsch2019-03-071-0/+13
| |/ / /
* | | | Don't test `disconnect!` if in memory dbRyuta Kamizono2019-03-101-8/+8
* | | | Fix `reconnect!` to work after `disconnect!`Ryuta Kamizono2019-03-101-7/+9
* | | | Fixed autosave association test typoShailesh Kalamkar2019-03-091-1/+1
|/ / /
* | | Merge pull request #35512 from kamipo/delegate_onlyRyuta Kamizono2019-03-072-1/+5
|\ \ \