aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix preparing the configured Action Mailbox ingress in productionGeorge Claghorn2019-02-181-6/+4
* Merge pull request #29651 from Sayanc93/return-correct-dateRyuta Kamizono2019-02-183-2/+30
|\
| * Return correct date in ActiveModel for time to date conversionsSayan Chakraborty2017-12-173-2/+40
* | Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-189-21/+17
* | Remove duplicated `test_update_all_with_order_and_limit`Ryuta Kamizono2019-02-181-6/+0
* | Fix type cast with values hash for Date typeRyuta Kamizono2019-02-187-13/+27
* | upgrades Zeitwerk to 1.2.0Xavier Noria2019-02-172-3/+3
* | Use placeholder for `type_condition` predicateRyuta Kamizono2019-02-181-1/+1
* | Fix eager loading polymorphic association with mixed table conditionsRyuta Kamizono2019-02-186-26/+43
* | Add edge test cases for integer and string typesRyuta Kamizono2019-02-172-0/+15
* | Merge pull request #35302 from yhirano55/auto_correct_rubocop_offensesRyuta Kamizono2019-02-172-12/+12
|\ \
| * | Auto correct rubocop offensesYoshiyuki Hirano2019-02-172-12/+12
* | | Merge pull request #35274 from AlexBrodianoi/fix_does_not_support_reverseRyuta Kamizono2019-02-172-1/+10
|\ \ \
| * | | Raise ActiveRecord::IrreversibleOrderError if nulls first/last is not a singl...Finn Young2019-02-172-1/+10
* | | | Fix `order` with custom attributesRyuta Kamizono2019-02-174-4/+21
* | | | Merge pull request #35299 from kamipo/fix_mismatched_foreign_keyRyuta Kamizono2019-02-173-23/+115
|\ \ \ \
| * | | | Fix the regex that extract mismatched foreign key informationRyuta Kamizono2019-02-173-23/+115
|/ / / /
* | | | Merge pull request #35297 from yhara/fix-ar-connection-handler-leakRyuta Kamizono2019-02-161-7/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix possible memory leak of ConnectionHandlerYutaka HARA2019-02-161-7/+11
* | | | Merge pull request #35281 from y-yagi/show_deprecated_message_instead_of_rais...Aaron Patterson2019-02-152-5/+16
|\ \ \ \
| * | | | Show deprecated message instead of raise exception in `compiled_method_contai...yuuji.yaginuma2019-02-162-5/+16
* | | | | Remove `NoForeignKeySupportTest` which is no longer reachedRyuta Kamizono2019-02-162-46/+0
* | | | | Refactor `remove_foreign_key` to delete the foreign key before `alter_table`Ryuta Kamizono2019-02-161-4/+2
| |/ / / |/| | |
* | | | Add changelog entry for #35212Ryuta Kamizono2019-02-161-0/+4
* | | | Merge pull request #35286 from matthewdunbar/masterRyuta Kamizono2019-02-162-0/+18
|\ \ \ \
| * | | | Properly handle cached queries with too many bind parametersMatthew Dunbar2019-02-142-0/+16
* | | | | Merge pull request #35269 from y-yagi/allow_to_pass_options_to_csp_meta_tagYuji Yaginuma2019-02-162-2/+8
|\ \ \ \ \
| * | | | | Allow to pass options to `csp_meta_tag`yuuji.yaginuma2019-02-162-2/+8
* | | | | | Implement AS::Dependencies.verbose= compatibility for :zeitwerk modeXavier Noria2019-02-152-0/+41
* | | | | | Merge pull request #35289 from LinkUpStudioUA/masterRafael França2019-02-151-0/+1
|\ \ \ \ \ \
| * | | | | | AbstractController::Translation#t: dup optionsNazar Matus2019-02-151-0/+1
* | | | | | | Merge pull request #35262 from gmcgibbon/reword_ar_rdbms_noteGannon McGibbon2019-02-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Reword RDBMS note in ActiveRecord basicsGannon McGibbon2019-02-131-1/+1
* | | | | | | Merge pull request #35288 from conradbeach/fix-typosVipul A M2019-02-152-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix small typo in docs Conrad Beach2019-02-152-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #35280 from kamipo/deprecate_leaking_scopeRyuta Kamizono2019-02-159-33/+88
|\ \ \ \ \ \ \
| * | | | | | | Deprecate using class level querying methods if the receiver scope regarded a...Ryuta Kamizono2019-02-156-21/+75
| * | | | | | | Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_c...Ryuta Kamizono2019-02-156-37/+38
* | | | | | | | Replace autoloader accessors with Rails.autoloaders.{main,once}Xavier Noria2019-02-148-50/+72
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #35279 from yahonda/pg_channel_prefixMatthew Draper2019-02-151-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (Name...Yasuo Honda2019-02-151-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #35249 from Edouard-chin/ec-config-for-hash-in-arrauRafael Mendonça França2019-02-142-4/+40
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash:Edouard CHIN2019-02-143-4/+45
* | | | | | feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-143-0/+9
* | | | | | Merge pull request #35277 from abhaynikam/minor-doc-update-after-35242Eileen M. Uchitelle2019-02-143-6/+6
|\ \ \ \ \ \
| * | | | | | Minor changes to deprecation warning message after 35242Abhay Nikam2019-02-153-6/+6
* | | | | | | Merge pull request #35268 from abhaynikam/35252-add-delegate-for-path-for-methodGeorge Claghorn2019-02-142-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Delegated path_for to primary in the MirrorServiceAbhay Nikam2019-02-142-1/+5
* | | | | | | Merge pull request #35242 from eileencodes/add-setter-and-deprecation-for-con...Eileen M. Uchitelle2019-02-143-49/+141
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve errors and handling of hashes for database configurationseileencodes2019-02-143-49/+141