aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Quoting booleans should return a frozen stringRyuta Kamizono2016-07-271-0/+16
* Correct the behavior of virtual attributes on models loaded from the dbSean Griffin2016-07-251-0/+44
* adds missing requiresXavier Noria2016-07-243-0/+3
* removes spurious lineXavier Noria2016-07-241-1/+0
* give some love to this test fileXavier Noria2016-07-231-151/+155
* systematic revision of =~ usage in ARXavier Noria2016-07-238-12/+12
* Merge pull request #25885 from kamipo/fix_explain_logging_with_bindsRafael França2016-07-203-8/+8
|\
| * Fix explain logging with bindsRyuta Kamizono2016-07-203-8/+8
* | Merge pull request #25786 from kamipo/add_exists_and_update_all_to_collection...Rafael França2016-07-201-0/+20
|\ \
| * | Add `exists?` and `update_all` to `CollectionProxy` for respects an associati...Ryuta Kamizono2016-07-201-0/+20
| |/
* | Merge pull request #25897 from yahonda/remove_set_date_columns_and_modify_att...Rafael França2016-07-202-14/+1
|\ \ | |/ |/|
| * Oracle TIMESTAMP sql type is associated with Rails `DateTime` type nowYasuo Honda2016-07-202-14/+1
* | Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...Rafael França2016-07-202-3/+9
|\ \
| * | Move the warning about composite primary key to `AttributeMethods::PrimaryKey`Ryuta Kamizono2016-07-022-3/+9
* | | Merge pull request #25849 from suginoy/fix_merge_in_scopeRafael Mendonça França2016-07-201-0/+7
|\ \ \
| * | | Fix the calling `merge` method at first in a scopesuginoy2016-07-191-0/+7
* | | | Merge pull request #25828 from bogdanvlviv/ref_default_sequence_nameRafael França2016-07-201-1/+2
|\ \ \ \
| * | | | Refactored test `HasManyAssociationsTest#test_do_not_call_callbacks_for_delet...bogdanvlviv2016-07-171-1/+2
* | | | | Merge pull request #25834 from alpaca-tc/fixes_multiparameter_attributes_on_t...Rafael França2016-07-201-0/+14
|\ \ \ \ \
| * | | | | Fixes multiparameter attributes conversion with time_zone_aware_attributes an...alpaca-tc2016-07-191-0/+14
| | |_|_|/ | |/| | |
* | | | | Merge pull request #25868 from kamipo/fix_payload_class_name_to_spec_nameRafael França2016-07-203-4/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-173-4/+6
* | | | | Pass `type_casted_binds` to log subscriber for logging bind values properlyRyuta Kamizono2016-07-191-1/+10
| |_|/ / |/| | |
* | | | deprecates the error_on_ignored_order_or_limit instance readerXavier Noria2016-07-181-2/+10
* | | | adds coverage for the deprecation of error_on_ignored_orderXavier Noria2016-07-181-0/+8
| |/ / |/| |
* | | No need `public_send`Ryuta Kamizono2016-07-171-2/+2
|/ /
* | Merge pull request #20818 from jeremywadsack/use_transactional_fixtures_all_d...Rafael França2016-07-172-0/+52
|\ \
| * | Create connection.active_record notification and use that to ensure that lazy-Jeremy Wadsack2016-07-122-0/+52
* | | Fix wrong test namePrathamesh Sonpatki2016-07-161-1/+1
* | | adds support for limits in batch processingXavier Noria2016-07-131-10/+122
|/ /
* | Fix Active Record test failureRyuta Kamizono2016-07-121-3/+2
* | Always prefer class types to query types when casting `group`Sean Griffin2016-07-111-0/+6
* | fix to_param to maximize contentRob Biedenharn2016-07-081-2/+28
* | Merge pull request #25707 from matthewd/double-reapMatthew Draper2016-07-071-1/+4
|\ \
| * | Make connection stealing more explicitMatthew Draper2016-07-061-1/+4
* | | Merge pull request #24890 from vipulnsward/travel-to-raiseKasper Timm Hansen2016-07-051-6/+5
|\ \ \ | |/ / |/| |
| * | `travel/travel_to` travel time helpers, now raise on nested calls,Vipul A M2016-07-021-6/+5
* | | Fix typo: accidently -> accidentally.Hendy Tanata2016-07-021-1/+1
| |/ |/|
* | Merge pull request #25507 from bquorning/optimize-for-first-result-and-remove...Rafael França2016-07-021-0/+10
|\ \
| * | Optimize ActiveRecord::Result#lastBenjamin Quorning2016-06-241-0/+5
| * | Add ActiveRecord::Result#firstBenjamin Quorning2016-06-241-0/+5
* | | Merge pull request #25631 from yahonda/revert_rename_to_ar_internal_metadataRafael França2016-07-011-15/+0
|\ \ \
| * | | Revert "Rename `active_record_internal_metadatas` to `ar_internal_metadata`"Yasuo Honda2016-07-011-15/+0
| | |/ | |/|
* | | Merge pull request #25620 from kamipo/create_without_primary_keyRafael França2016-07-011-0/+8
|\ \ \ | |/ / |/| |
| * | Pass `pk: false` to `connection.insert` explicitly if do not have a primary keyRyuta Kamizono2016-07-011-0/+8
* | | Add regression test for foreign key schema dump cachingeileencodes2016-07-011-0/+13
* | | Merge pull request #25307 from kamipo/extract_foreign_key_action_from_informa...Eileen M. Uchitelle2016-07-013-19/+29
|\ \ \ | |/ / |/| |
| * | Extract foreign key action from `information_schema`Ryuta Kamizono2016-06-073-19/+29
* | | Do not specal case inspecting associated arrays of over 10 elements, preventi...Kevin McPhillips2016-06-292-3/+27
* | | Remove unused `ActiveRecord::Base.connection_id`Sean Griffin2016-06-291-12/+0