Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in autoload documentation [ci skip] | Erik Pearson | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #36198 from oneiros/actionmailer_ssl_option | Ryuta Kamizono | 2019-07-29 | 1 | -1/+1 |
|\ | | | | | | | | | Documentation for ActionMailer's SMTP over SSL/TLS option [ci skip] | ||||
| * | Improve documentation of `:ssl/:tls` option [ci skip] | David Roetzel | 2019-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Add missing bullet point to make clear this is actually a separate option from `:openssl_verify_mode`. Add `:ssl/:tls`-option to guides as well [ci skip] | ||||
* | | Tiny documentation fix [ci skip] | Robin Dupret | 2019-07-29 | 1 | -3/+3 |
| | | |||||
* | | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #36254 from sharang-d/remove-named-helpers | Rafael França | 2019-07-26 | 4 | -13/+13 |
|\ \ | | | | | | | Use a single term instead of all terms used to describe path and URL helpers together | ||||
| * | | Use a single term instead of all terms used to describe path and URL helpers ↵ | Sharang Dashputre | 2019-07-26 | 4 | -13/+13 |
| | | | | | | | | | | | | together | ||||
* | | | [ci skip] add CSRF token explanation for javascript documentation | ajn123 | 2019-07-26 | 1 | -0/+18 |
|/ / | |||||
* | | Update action_view_overview.md | André Galatti Faria | 2019-07-25 | 1 | -1/+1 |
| | | |||||
* | | collection_radio_buttons options example | André Galatti Faria | 2019-07-24 | 1 | -0/+28 |
| | | | | | | Added example of how to access an option attibute passed to builder in case the person wants to add a custom style to a programatically checked value e.g. | ||||
* | | Merge pull request #36562 from colszowka/patch-1 | Rafael França | 2019-07-24 | 1 | -0/+2 |
|\ \ | | | | | | | Add warning about using UUIDs with activestorage | ||||
| * | | Add warning about using UUIDs with activestorage | Christoph Olszowka | 2019-06-27 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #36564 from rodrei/docs-active-starage-warning | Rafael França | 2019-07-24 | 2 | -0/+6 |
|\ \ \ | | | | | | | | | Update docs with warning on ActiveStorage Content-Disposition override | ||||
| * | | | Update docs with warning on AS Content-Disposition override [ci skip] | Rodrigo Pavano | 2019-06-27 | 1 | -0/+4 |
| | | | | |||||
| * | | | Updated ActiveStorage docs by adding missing config [ci skip] | Rodrigo Pavano | 2019-06-27 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge pull request #36524 from ↵ | Rafael França | 2019-07-24 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | okuramasafumi/add-middleware-command-to-command-line-guide Add `rails initializers` and `rails middleware` to miscellaneous section in Rails Command Line guide [ci skip] | ||||
| * | | | Add some commands to misc section in CLI guide | OKURA Masafumi | 2019-06-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add these two command: * `rails initializers` * `rails middleware` | ||||
* | | | | fix a typo in 5_2_release_notes.md | Sergey Alekseev | 2019-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge pull request #36733 from ch3rub1m/fix-cache-timestamp-format-guide | Rafael França | 2019-07-23 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix cache_timestamp_format default value in guides | ||||
| * | | | | Fix cache_timestamp_format default value in guides | ch3rub1m | 2019-07-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Make Active Storage routes optional | Gannon McGibbon | 2019-07-22 | 1 | -0/+2 |
|/ / / / | | | | | | | | | | | | | Add configuration option to turn off drawing of Active Storage routes. | ||||
* | | | | Preserve existing attachment assignment behavior for upgraded apps | George Claghorn | 2019-07-20 | 3 | -5/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assigning to a collection of attachments appends rather than replacing, as in 5.2. Existing 5.2 apps that rely on this behavior will no longer break when they're upgraded to 6.0. For apps generated on 6.0 or newer, assigning replaces the existing attachments in the collection. #attach should be used to add new attachments to the collection without removing existing ones. I expect that we'll deprecate the old behavior in 6.1. Closes #36374. | ||||
* | | | | Merge pull request #36635 from ↵ | Kasper Timm Hansen | 2019-07-17 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | abhaynikam/36332-fix-engine-documentation-to-remove-js-directory-mention Fixed the engine documentation to not mention of assets/javascript in directory structure [ci skip] | ||||
| * | | | | Fixed the engine documentation to not mention of assets/javascripts in app ↵ | Abhay Nikam | 2019-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | directory structure [ci skip] | ||||
* | | | | | Remove caveat for older Ruby's `dup` behavior [ci skip] | Ryuta Kamizono | 2019-07-16 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | In older Ruby, nil, Symbol, Fixnum, Rational, and Complex were not duplicable. In Ruby 2.5, all of them are duplicable. | ||||
* | | | | | Delete mention of Ruby 1.9 [skip ci] | soartec-lab | 2019-07-15 | 1 | -4/+0 |
| | | | | | |||||
* | | | | | Update guide for render file: | John Hawthorn | 2019-07-13 | 1 | -19/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of this section was written from the time that render file: was the default, before CVE-2016-0752. This updates the guide to the Rails 6 `render file:` behaviour, moves it to a more appropriate part of the file. [ci skip] | ||||
* | | | | | Remove obsolete or discouraged render examples | John Hawthorn | 2019-07-13 | 1 | -9/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of these examples no longer work. The ability to render an absolute path was removed as part of CVE-2016-0752. In Rails 6 we changed `render file:` to only take exact paths and always to render them as raw files. Rendering a template with its extensions _is_ supported, but I don't think should be recommended. This also removes `render file:` from an example where it isn't relevant. [ci skip] | ||||
* | | | | | let the upgrading guide point to the autoloading guide for STIs [skip ci] | Xavier Noria | 2019-07-13 | 1 | -14/+1 |
| | | | | | |||||
* | | | | | simplifies Zeitwerk compat instructions in upgrading guide [skip ci] | Xavier Noria | 2019-07-12 | 1 | -35/+5 |
| | | | | | |||||
* | | | | | ports edits to the upgrading guide [skip ci] | Xavier Noria | 2019-07-12 | 1 | -0/+23 |
| | | | | | |||||
* | | | | | minor edit [skip ci] | Xavier Noria | 2019-07-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | completes first version of the new autoloading guide [skip ci] | Xavier Noria | 2019-07-11 | 1 | -14/+78 |
| | | | | | |||||
* | | | | | fixes link [skip ci] | Xavier Noria | 2019-07-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | fixes link [skip ci] | Xavier Noria | 2019-07-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | updates the guides table of contents [skip ci] | Xavier Noria | 2019-07-09 | 1 | -2/+6 |
| | | | | | |||||
* | | | | | renames and revises the autoloading guide for classic mode [skip ci] | Xavier Noria | 2019-07-09 | 1 | -0/+1351 |
| | | | | | |||||
* | | | | | autoloading guide revamped for Zeitwerk mode [skip ci] | Xavier Noria | 2019-07-09 | 1 | -1254/+108 |
| | | | | | | | | | | | | | | | | | | | | This is a first draft only, needs polishing for final. | ||||
* | | | | | update example url for add_source | ultrawebmarketing | 2019-07-08 | 1 | -2/+2 |
|/ / / / | | | | | | | | | http://code.whytheluckystiff.net is now just a spam site. Use http://gems.github.com as an example instead. | ||||
* | | | | Fix a typo by removing extra article [ci skip] | jacobherrington | 2019-07-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update docs regarding skipping CI tests [ci skip] | jacobherrington | 2019-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The phrasing of this struck we as odd, "To help our CI servers..." So I feel it would be more useful if we explain more explicitly that ci skip cuts down on usage by not running CI. | ||||
* | | | | Replace replica with primary in automatic connection switching after write ↵ | tr4b4nt | 2019-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | in multi-db docs [ci skip] Reads after write should be from the primary database. | ||||
* | | | | Revert "Merge pull request #36582 from f1337/master" | Ryuta Kamizono | 2019-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 60e19c6d6cb60159af4e2247f29d2cea375a21d6, reversing changes made to 72e257b4c935b6829f7d4db36dea61a1682aa44e. The method signature is different between `create_file` and `template`. https://www.rubydoc.info/github/erikhuda/thor/master/Thor/Actions#create_file-instance_method https://www.rubydoc.info/github/erikhuda/thor/master/Thor/Actions#template-instance_method | ||||
* | | | | use 'template' instead of 'create_file' for erb templates in generators ↵ | Michael R Fleet | 2019-07-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | guide [skip ci] | ||||
* | | | | adds two sections to the upgrading notes for autoloading [skip ci] | Xavier Noria | 2019-06-30 | 1 | -0/+16 |
| | | | | |||||
* | | | | Link to top of PR as well as other links [ci skip] | yuuji.yaginuma | 2019-06-29 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | [ci skip] Update free-programming-books link in getting started guide | Masayuki Morita | 2019-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | https://github.com/vhf/free-programming-books seems to have moved to https://github.com/EbookFoundation/free-programming-books | ||||
* | | | [ci skip] Refer actionmailbox and actiontext in the guide | dineshpanda | 2019-06-26 | 1 | -0/+4 |
| | | | |||||
* | | | Replace the www.robotstxt.org URL with https one [ci skip] | Tatsuya Hoshino | 2019-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | The robots.txt site is moved permanently to https URL. | ||||
* | | | Update link to OWASP XSS cheat sheet [ci skip] | Aaron Suarez | 2019-06-23 | 1 | -1/+1 |
| | | |