aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove deprecated `#insert_fixtures` from the database adaptersRafael Mendonça França2019-01-175-43/+5
| * | | | Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt...Rafael Mendonça França2019-01-173-9/+4
| * | | | Do not allow passing the column name to `sum` when a block is passedRafael Mendonça França2019-01-173-9/+11
| * | | | Do not allow passing the column name to `count` when a block is passedRafael Mendonça França2019-01-173-9/+11
| * | | | Remove delegation of missing methods in a relation to arelRafael Mendonça França2019-01-173-20/+4
| * | | | Remove delegation of missing methods in a relation to private methods of the ...Rafael Mendonça França2019-01-173-12/+4
| * | | | Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-178-109/+44
| * | | | Remove ability to specify a timestamp name for `#cache_key`Rafael Mendonça França2019-01-174-31/+10
| * | | | Remove deprecated `ActiveRecord::Migrator.migrations_path=`Rafael Mendonça França2019-01-173-17/+4
| * | | | Remove deprecated `expand_hash_conditions_for_aggregates`Rafael Mendonça França2019-01-173-46/+7
| * | | | Remove deprecated image_alt helperRafael Mendonça França2019-01-173-43/+4
| * | | | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-173-27/+4
| * | | | Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-173-34/+7
| * | | | Update the promisse that ActionController::TestCase will be extractedRafael Mendonça França2019-01-171-1/+1
* | | | | Merge pull request #34967 from lifo/am-handle-duplicate-emailsGeorge Claghorn2019-01-174-10/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use create_and_extract_message_id! to create an inbound email.Pratik Naik2019-01-171-2/+1
| * | | | Specify a name for [ message_id, message_checksum ] index to ensure the name ...Pratik Naik2019-01-173-8/+8
* | | | | Merge pull request #34412 from gmcgibbon/redirect_to_allow_other_hostRafael França2019-01-177-29/+87
|\ \ \ \ \
| * | | | | Ensure external redirects are explicitly allowedGannon McGibbon2019-01-177-29/+87
* | | | | | Merge pull request #34962 from lifo/am-handle-duplicate-emailsGeorge Claghorn2019-01-176-15/+44
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Ensure Action Mailbox processes an email only once when received multiple timesPratik Naik2019-01-176-15/+44
| | |/ / | |/| |
* | | | Merge pull request #34958 from javan/actiontext/trix-as-peerJavan Makhmali2019-01-173-11/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Tidy up action_text:install taskJavan Makhmali2019-01-171-9/+20
| * | | Make trix a peer dependency of actiontext since it’s not used directlyJavan Makhmali2019-01-172-2/+3
* | | | Merge pull request #34953 from gmcgibbon/seed_with_inline_jobsRafael França2019-01-173-1/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Seed database with inline ActiveJob job adapterGannon McGibbon2019-01-173-1/+29
* | | | Merge pull request #34213 from matildasmeds/guides_session_guidelines_2Rafael França2019-01-171-68/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into guides_session_guidelines_2Matilda Smeds2018-12-09473-9721/+14396
| |\ \ \
| * | | | Update guides/source/security.mdDerek Prior2018-10-181-1/+1
| * | | | Update guides/source/security.mdDerek Prior2018-10-181-1/+1
| * | | | Edit Security Guide's Session Guidelines & Custom Credentials [skip ci]Matilda Smeds2018-10-141-68/+31
* | | | | Merge pull request #33419 from bogdanvlviv/update-active_storageGeorge Claghorn2019-01-166-1/+31
|\ \ \ \ \
| * | | | | Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-166-1/+31
* | | | | | Add a space in framework names. Matches Active Record in generated Gemfile.Kasper Timm Hansen2019-01-161-2/+2
* | | | | | Merge pull request #34941 from rmacklin/allow-actioncable-to-run-in-web-workersJavan Makhmali2019-01-164-12/+12
|\ \ \ \ \ \
| * | | | | | Remove explicit `document` receiver from add/removeEventListener callsRichard Macklin2019-01-152-4/+4
| * | | | | | Replace `window` references in ActionCable with `self`Richard Macklin2019-01-143-8/+8
* | | | | | | Merge pull request #34949 from javan/js/compact-startJavan Makhmali2019-01-168-23/+14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-168-23/+14
|/ / / / / /
* | | | | | Merge pull request #34832 from gmcgibbon/db_system_change_commandKasper Timm Hansen2019-01-1612-89/+378
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-16129-1059/+1750
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #34947 from bogdanvlviv/actioncable-testing-34933Kasper Timm Hansen2019-01-166-13/+22
|\ \ \ \ \ \ \
| * | | | | | | Add `rails test:channels`.bogdanvlviv2019-01-163-3/+18
| * | | | | | | Remove `frozen_string_literal` from Action Cable's template filesbogdanvlviv2019-01-163-10/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Require hash/keys inside active_model/callbacksRafael Mendonça França2019-01-161-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #34944 from dasch/patch-7Rafael França2019-01-161-0/+8
|\ \ \ \ \ \
| * | | | | | Document that `format.any` can match all formatsDaniel Schierbeck2019-01-161-0/+8
* | | | | | | Merge pull request #34946 from mdesantis/remove-decorator-pattern-referencesRafael França2019-01-161-11/+10
|\ \ \ \ \ \ \
| * | | | | | | Remove Decorator pattern in Overriding existing classes examplesMaurizio De Santis2019-01-161-11/+10
* | | | | | | | Merge pull request #34948 from colorbox/fix_formatting_in_action_mailbox_docsRafael França2019-01-1611-48/+48
|\ \ \ \ \ \ \ \