| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | Remove finalizer and configuration | Aaron Patterson | 2019-02-06 | 1 | -7/+0 |
* | | | | | | | Add a link to where "inquiry" is defined in ActiveSupport docs | Stephen Pike | 2019-02-04 | 1 | -0/+2 |
* | | | | | | | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs | Gannon McGibbon | 2019-02-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Cleanup the whitelisting references after #33145 | Genadi Samokovarov | 2019-02-03 | 1 | -1/+1 |
* | | | | | | | | Update template missing text in Guide | utilum | 2019-02-04 | 1 | -13/+10 |
* | | | | | | | | Use consistent hash syntax for routes | Andy Waite | 2019-02-01 | 1 | -1/+1 |
* | | | | | | | | Add ActionCable channel/connection load hooks | Vladimir Dementyev | 2019-01-29 | 1 | -0/+2 |
|/ / / / / / / |
|
* | | | | | | | Fix a tiny typo [ci skip] | Robin Dupret | 2019-01-26 | 1 | -1/+1 |
* | | | | | | | document the possibility of app initializers running before gem initilizers | bughit | 2019-01-25 | 1 | -0/+2 |
* | | | | | | | Fix typo in ActionCable::Connection::TestCase reference | Ricardo Diaz | 2019-01-24 | 1 | -1/+1 |
* | | | | | | | Merge pull request #35021 from palkan/refactor/broadcasting-for-testing | Kasper Timm Hansen | 2019-01-24 | 1 | -2/+29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fix fixture syntax in cable docs and guides | Vladimir Dementyev | 2019-01-22 | 1 | -3/+3 |
| * | | | | | | | Move `channel_name` to Channel.broadcasting_for | Vladimir Dementyev | 2019-01-22 | 1 | -0/+27 |
* | | | | | | | | Prefer ImageProcessing's resize_to_limit macro over resize_to_fit | George Claghorn | 2019-01-24 | 1 | -1/+1 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Corrected spelling of ActionCable::Connection::TestCase | Alan Brown | 2019-01-22 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Changed webserver to web server. | alkesh26 | 2019-01-22 | 2 | -3/+3 |
* | | | | | | Fix "Development Dependencies Install" guide [ci skip] | bogdanvlviv | 2019-01-19 | 1 | -1/+0 |
* | | | | | | Change `SQLite3Adapter` to always represent boolean values as integers | Rafael Mendonça França | 2019-01-17 | 1 | -23/+0 |
* | | | | | | 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 | 29 | -471/+434 |
| |\ \ \ \ \ |
|
| * | | | | | | 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 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Minimize boilerplate setup code for JavaScript libraries | Javan Makhmali | 2019-01-16 | 2 | -4/+3 |
* | | | | | | Merge pull request #34947 from bogdanvlviv/actioncable-testing-34933 | Kasper Timm Hansen | 2019-01-16 | 1 | -6/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove `frozen_string_literal` from Action Cable's template files | bogdanvlviv | 2019-01-16 | 1 | -6/+4 |
* | | | | | | | Remove Decorator pattern in Overriding existing classes examples | Maurizio De Santis | 2019-01-16 | 1 | -11/+10 |
|/ / / / / / |
|
* | | | | | | Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28... | Laerti | 2019-01-15 | 1 | -2/+2 |
* | | | | | | Document the ActionCable JS changes in the upgrade guide & release notes | Richard Macklin | 2019-01-14 | 2 | -0/+52 |
* | | | | | | Add Action Cable Testing guides | Vladimir Dementyev | 2019-01-14 | 3 | -3/+124 |
* | | | | | | Merge pull request #34932 from bogdanvlviv/fix-action-cable-guide-follow-up-3... | Ryuta Kamizono | 2019-01-14 | 1 | -8/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix "Action Cable Overview" guide [ci skip] | bogdanvlviv | 2019-01-13 | 1 | -8/+8 |
* | | | | | | | Merge `actioncable/README.md` to the Action Cable Overview guide [ci skip] | bogdanvlviv | 2019-01-13 | 1 | -0/+30 |
|/ / / / / / |
|
* | | | | | | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 1 | -6/+66 |
* | | | | | | Merge pull request #34902 from lanzhiheng/improve-doc-in-routing-2-10-adding-... | Gannon McGibbon | 2019-01-11 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | [ci skip] improve doc in `Adding Member Routes` section of routing chapter. | lanzhiheng | 2019-01-11 | 1 | -1/+1 |
* | | | | | | | Merge pull request #34913 from bogdanvlviv/docs_config_action_mailer_delivery... | Gannon McGibbon | 2019-01-11 | 1 | -0/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Add info about `config.action_mailer.delivery_job` to the guide [ci skip] | bogdanvlviv | 2019-01-11 | 1 | -0/+3 |
* | | | | | | | | Add reasoning for `I18n.with_locale` and explanation that the problem is | Dusan Orlovic | 2019-01-10 | 1 | -2/+4 |
* | | | | | | | | Merge pull request #34905 from javan/move-npm-packages-to-rails-scope | Javan Makhmali | 2019-01-10 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 2 | -4/+4 |
| |/ / / / / / / |
|
* / / / / / / / | Add Postmark to the ingress lists [ci skip] | George Claghorn | 2019-01-10 | 1 | -2/+2 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #34909 from davidalee/patch-2 | Prem Sichanugrist | 2019-01-10 | 1 | -3/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Specify the type for the auto-generated primary key | David A. Lee | 2019-01-09 | 1 | -3/+3 |
* | | | | | | | | Added Postmark ingress support | Tomek Maszkowski | 2019-01-09 | 1 | -0/+36 |
|/ / / / / / / |
|
* / / / / / / | Add OG tags to layout.html.erb | toshimaru | 2019-01-09 | 2 | -4/+10 |
|/ / / / / / |
|
* | | | | | | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie... | Kasper Timm Hansen | 2019-01-08 | 1 | -0/+5 |
* | | | | | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 1 | -5/+0 |
* | | | | | | Add load hook for ActionText::RichText | George Claghorn | 2019-01-07 | 1 | -0/+1 |
* | | | | | | Merge pull request #34878 from bogdanvlviv/action_text-guides-docs | George Claghorn | 2019-01-05 | 3 | -0/+120 |
|\ \ \ \ \ \ |
|