Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Remove deprecated image_alt helper | Rafael Mendonça França | 2019-01-17 | 3 | -43/+4 | |
| * | | | | | | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_... | Rafael Mendonça França | 2019-01-17 | 3 | -27/+4 | |
| * | | | | | | Remove deprecated methods in ActionDispatch::TestResponse | Rafael Mendonça França | 2019-01-17 | 3 | -34/+7 | |
| * | | | | | | Update the promisse that ActionController::TestCase will be extracted | Rafael Mendonça França | 2019-01-17 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #34967 from lifo/am-handle-duplicate-emails | George Claghorn | 2019-01-17 | 4 | -10/+9 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Use create_and_extract_message_id! to create an inbound email. | Pratik Naik | 2019-01-17 | 1 | -2/+1 | |
| * | | | | | | Specify a name for [ message_id, message_checksum ] index to ensure the name ... | Pratik Naik | 2019-01-17 | 3 | -8/+8 | |
* | | | | | | | Merge pull request #34412 from gmcgibbon/redirect_to_allow_other_host | Rafael França | 2019-01-17 | 7 | -29/+87 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-17 | 7 | -29/+87 | |
* | | | | | | | | Merge pull request #34962 from lifo/am-handle-duplicate-emails | George Claghorn | 2019-01-17 | 6 | -15/+44 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Ensure Action Mailbox processes an email only once when received multiple times | Pratik Naik | 2019-01-17 | 6 | -15/+44 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #34958 from javan/actiontext/trix-as-peer | Javan Makhmali | 2019-01-17 | 3 | -11/+23 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Tidy up action_text:install task | Javan Makhmali | 2019-01-17 | 1 | -9/+20 | |
| * | | | | | Make trix a peer dependency of actiontext since it’s not used directly | Javan Makhmali | 2019-01-17 | 2 | -2/+3 | |
* | | | | | | Merge pull request #34953 from gmcgibbon/seed_with_inline_jobs | Rafael França | 2019-01-17 | 3 | -1/+29 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Seed database with inline ActiveJob job adapter | Gannon McGibbon | 2019-01-17 | 3 | -1/+29 | |
* | | | | | | Merge pull request #34213 from matildasmeds/guides_session_guidelines_2 | Rafael França | 2019-01-17 | 1 | -68/+31 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Merge branch 'master' into guides_session_guidelines_2 | Matilda Smeds | 2018-12-09 | 473 | -9721/+14396 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Update guides/source/security.md | Derek Prior | 2018-10-18 | 1 | -1/+1 | |
| * | | | | | | Update guides/source/security.md | Derek Prior | 2018-10-18 | 1 | -1/+1 | |
| * | | | | | | Edit Security Guide's Session Guidelines & Custom Credentials [skip ci] | Matilda Smeds | 2018-10-14 | 1 | -68/+31 | |
* | | | | | | | Merge pull request #33419 from bogdanvlviv/update-active_storage | George Claghorn | 2019-01-16 | 6 | -1/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add foreign key to active_storage_attachments for `blob_id` via new migration | bogdanvlviv | 2019-01-16 | 6 | -1/+31 | |
* | | | | | | | | Add a space in framework names. Matches Active Record in generated Gemfile. | Kasper Timm Hansen | 2019-01-16 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #34941 from rmacklin/allow-actioncable-to-run-in-web-workers | Javan Makhmali | 2019-01-16 | 4 | -12/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove explicit `document` receiver from add/removeEventListener calls | Richard Macklin | 2019-01-15 | 2 | -4/+4 | |
| * | | | | | | | | Replace `window` references in ActionCable with `self` | Richard Macklin | 2019-01-14 | 3 | -8/+8 | |
* | | | | | | | | | Merge pull request #34949 from javan/js/compact-start | Javan Makhmali | 2019-01-16 | 8 | -23/+14 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Minimize boilerplate setup code for JavaScript libraries | Javan Makhmali | 2019-01-16 | 8 | -23/+14 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #34832 from gmcgibbon/db_system_change_command | Kasper Timm Hansen | 2019-01-16 | 12 | -89/+378 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into db_system_change_command | Kasper Timm Hansen | 2019-01-16 | 129 | -1059/+1750 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #34947 from bogdanvlviv/actioncable-testing-34933 | Kasper Timm Hansen | 2019-01-16 | 6 | -13/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add `rails test:channels`. | bogdanvlviv | 2019-01-16 | 3 | -3/+18 | |
| * | | | | | | | | | Remove `frozen_string_literal` from Action Cable's template files | bogdanvlviv | 2019-01-16 | 3 | -10/+4 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Require hash/keys inside active_model/callbacks | Rafael Mendonça França | 2019-01-16 | 1 | -0/+1 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #34944 from dasch/patch-7 | Rafael França | 2019-01-16 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Document that `format.any` can match all formats | Daniel Schierbeck | 2019-01-16 | 1 | -0/+8 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #34946 from mdesantis/remove-decorator-pattern-references | Rafael França | 2019-01-16 | 1 | -11/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove Decorator pattern in Overriding existing classes examples | Maurizio De Santis | 2019-01-16 | 1 | -11/+10 | |
* | | | | | | | | | Merge pull request #34948 from colorbox/fix_formatting_in_action_mailbox_docs | Rafael França | 2019-01-16 | 11 | -48/+48 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix document formatting on ActionMailbox [ci skip] | colorbox | 2019-01-17 | 11 | -48/+48 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* / | | | | | | | | Revert "Don't handle params option in a special way in url_for helper" | Rafael Mendonça França | 2019-01-16 | 5 | -5/+14 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #34943 from ikepon/add_null_false_to_actionmailbox_table | George Claghorn | 2019-01-16 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add 'null: false' to Action Mailbox table | ikepon | 2019-01-16 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Exercise Active Storage and Action Text in verification app. | Kasper Timm Hansen | 2019-01-15 | 1 | -3/+42 | |
* | | | | | | | Install Action Mailbox and Action Text when verifying release. | Kasper Timm Hansen | 2019-01-15 | 1 | -0/+2 | |
|/ / / / / / | ||||||
* | | | | | | Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28... | Laerti | 2019-01-15 | 10 | -6/+65 | |
* | | | | | | Remove public `prevent_writes` writer | Ryuta Kamizono | 2019-01-15 | 1 | -5/+5 | |
* | | | | | | Deprecate `connection.visitor = ...` which is not released internal usage | Ryuta Kamizono | 2019-01-15 | 1 | -2/+6 | |
* | | | | | | Remove unused `Arel::Compatibility::Wheres` | Ryuta Kamizono | 2019-01-15 | 2 | -36/+0 |