aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #34392 from gmcgibbon/gem_security_note_amendRafael França2018-11-0611-31/+31
|\ \ \ \ \
| * | | | | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-0611-31/+31
* | | | | | Merge pull request #34375 from y-yagi/add_connect_src_to_default_csp_initializerGuillermo Iguaran2018-11-062-0/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-042-0/+15
* | | | | | Merge pull request #34388 from gmcgibbon/gem_security_noteKasper Timm Hansen2018-11-0611-0/+35
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-0611-0/+35
|/ / / / /
* | | | | Merge pull request #34384 from eugeneius/inspect_with_non_primary_key_id_attr...Ryuta Kamizono2018-11-065-3/+26
|\ \ \ \ \
| * | | | | Fix inspect with non-primary key id attributeEugene Kenny2018-11-065-3/+26
|/ / / / /
* | | | | Merge pull request #34131 from lsylvester/defend-against-unmarshable-exceptionsEileen M. Uchitelle2018-11-051-1/+8
|\ \ \ \ \
| * | | | | resque errors caused by Marshal dump failures and wrap exceptions in marshall...Lachlan Sylvester2018-10-091-1/+8
* | | | | | Merge pull request #34377 from nickcoyne/nickcoyne-patch-1Vipul A M2018-11-051-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix typoNick Coyne2018-11-051-1/+1
|/ / / / /
* | | | | Keep new line after the last dependencyyuuji.yaginuma2018-11-041-1/+1
* | | | | Move `resolve_sti_reflections` which is table row related code into `TableRow`Ryuta Kamizono2018-11-032-89/+78
* | | | | Don't pass useless `table_name` to `ModelMetadata.new`Ryuta Kamizono2018-11-033-13/+4
* | | | | Don't pass unused `connection` to `FixtureSet.new`Ryuta Kamizono2018-11-032-14/+11
| |_|_|/ |/| | |
* | | | Checking boundable not only `IN` clause but also `NOT IN` clauseRyuta Kamizono2018-11-034-8/+24
* | | | Merge pull request #34177 from rmacklin/convert-actioncable-to-es2015Javan Makhmali2018-11-0222-479/+3054
|\ \ \ \ | |_|/ / |/| | |
| * | | Convert ActionCable javascript to ES2015 modules with modern build environmentRichard Macklin2018-11-0216-302/+2748
| * | | Refactor decaffeinate output to more natural/idiomatic javascriptRichard Macklin2018-11-026-279/+228
| * | | Run decaffeinate on action_cable/*.jsRichard Macklin2018-11-026-401/+581
| * | | Move actioncable javascript to app/javascript and change .coffee -> .jsRichard Macklin2018-11-026-0/+0
|/ / /
* | | Merge pull request #34360 from weilandia/34359_hash_with_indifferent_access_t...Rafael França2018-11-013-0/+13
|\ \ \
| * | | Make #to_options an alias for #symbolize_keysNick Weiland2018-11-013-0/+13
* | | | Merge pull request #34361 from esparta/update_sample_callback_before_destroyRyuta Kamizono2018-11-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Updating sample code on ActiveRecord#before_destroy callback [ci skip]Espartaco Palma2018-10-311-1/+1
|/ / /
* | | Merge pull request #34356 from gmcgibbon/docs_i18n_with_locale_threadsafeRafael França2018-10-311-15/+23
|\ \ \
| * | | Make i18n locale setting docs use around_actionGannon McGibbon2018-10-311-15/+23
* | | | Fix "warning: shadowing outer local variable - role"Ryuta Kamizono2018-10-311-9/+13
* | | | Merge pull request #34355 from esquith/patch-1Gannon McGibbon2018-10-301-1/+1
|\ \ \ \
| * | | | Update authorization.rbEsquith Allen2018-10-301-1/+1
* | | | | Restore HWIA support to AJ::Arguments.deserializeGannon McGibbon2018-10-303-1/+13
* | | | | Merge pull request #34353 from gmcgibbon/fix_lock_docs_locking_clauseRafael França2018-10-301-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix example for database-specific locking clauseGannon McGibbon2018-10-301-3/+3
| |/ / /
* | | | Merge pull request #33972 from bogdanvlviv/follow-up-33897Rafael França2018-10-302-9/+13
|\ \ \ \
| * | | | Improve `enqueue_retry.active_job` messagebogdanvlviv2018-09-252-9/+13
* | | | | Fix failing testSean Griffin2018-10-301-0/+1
| |/ / / |/| | |
* | | | `update_columns` raises if the column is unknownSean Griffin2018-10-304-4/+16
* | | | Merge pull request #34314 from bf4/patch-2Gannon McGibbon2018-10-301-1/+1
|\ \ \ \
| * | | | ActionController::API *does* support cookies, sessionsBenjamin Fleischer2018-10-251-1/+1
* | | | | Merge pull request #34349 from yahonda/restore_encoding_utf8mb4Ryuta Kamizono2018-10-302-0/+2
|\ \ \ \ \
| * | | | | Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-302-0/+2
* | | | | | Merge pull request #19388 from yakara-ltd/fix-habtm-fixture-orderRyuta Kamizono2018-10-302-0/+7
|\ \ \ \ \ \
| * | | | | | Avoid violating key constraints in fixture HABTM associationsJames Le Cuirot2018-10-292-0/+7
* | | | | | | Merge pull request #34196 from gmcgibbon/connection_switch_string_nameEileen M. Uchitelle2018-10-303-6/+63
|\ \ \ \ \ \ \
| * | | | | | | Add support for hash and url configs in connected_toGannon McGibbon2018-10-263-6/+63
| | |/ / / / / | |/| | | | |
* | | | | | | Exercise HABTM fixtures with foreign key constraintsRyuta Kamizono2018-10-302-45/+52
* | | | | | | We don't want these internal methods as public methods in our controllersAkira Matsuda2018-10-301-23/+25
* | | | | | | Missing require "active_support/executor"Akira Matsuda2018-10-301-0/+1
* | | | | | | Missing require "core_ext/module/attribute_accessors"Akira Matsuda2018-10-301-0/+1