rails/guides/source
Connor Shea ab90723ea4
Add a note about existing apps for ActiveStorage public access.
Every existing file needs to be individually updated to have a
publicly-readable ACL (at least, this is true of S3 and DigitalOcean
Spaces), otherwise the files will fail to load.

This bit me when I was trying to introduce `public: true` in my
production Rails app.

I realize the docs already mention consulting the cloud service docs to
ensure that your bucket is "properly configured for public access", but
that's rather vague and I didn't really understand the potential issues
with individual files' public read permissions from the S3 docs.
2020-12-17 17:54:23 -07:00
..
kindle Remove credits.html from Rails Guides 2018-04-03 10:45:03 +09:00
_license.html.erb
_welcome.html.erb Fix Rails Version in Guides Index 2020-12-11 16:13:47 -06:00
2_2_release_notes.md Use bash code fences and prompts for shell code [ci skip] 2020-06-13 19:27:30 -05:00
2_3_release_notes.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
3_0_release_notes.md Update the Rails mailing list URLs to new discuss discourse URL [ci skip] 2020-04-02 22:00:28 +05:30
3_1_release_notes.md url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
3_2_release_notes.md Use appropriate code fences [ci skip] 2020-07-08 14:51:57 -05:00
4_0_release_notes.md Use bash code fences and prompts for shell code [ci skip] 2020-06-13 19:27:30 -05:00
4_1_release_notes.md Use bash code fences and prompts for shell code [ci skip] 2020-06-13 19:27:30 -05:00
4_2_release_notes.md [ci skip] Update link to autoloading guide to classic mode guide instead of Zeitwerk guide 2020-06-10 10:43:05 -05:00
5_0_release_notes.md [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
5_1_release_notes.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
5_2_release_notes.md fix a typo in 5_2_release_notes.md 2019-07-24 18:23:15 +03:00
6_0_release_notes.md Merge pull request #36823 from abhaynikam/add-multiple-database-guide-entry-to-release-notes 2019-08-05 08:42:15 -04:00
6_1_release_notes.md Format guide 2020-12-17 20:01:50 +00:00
6_2_release_notes.md Start Rails 6.2 upgrade and release notes 2020-12-17 20:00:58 +00:00
action_cable_overview.md Link to API docs in Action Cable Overview guide [ci-skip] 2020-12-02 16:08:37 -06:00
action_controller_overview.md Change form_with to generate non remote forms by default 2020-12-01 21:14:37 +01:00
action_mailbox_basics.md Use appropriate code fences [ci skip] 2020-07-08 14:51:57 -05:00
action_mailer_basics.md Merge pull request #40709 from francois-ferrandis/update-guide-on-delivery-method-in-callbacks 2020-11-30 18:36:33 -05:00
action_text_overview.md Update action_text_overview.md 2020-10-09 11:23:06 -04:00
action_view_helpers.md Always recommend config.asset_host in examples 2020-11-30 16:33:51 -06:00
action_view_overview.md Wording in guides: Prefer environment over mode 2020-10-05 16:30:48 -07:00
active_job_basics.md Add GlobalID link to active_job_basics.md 2020-12-14 13:21:46 -08:00
active_model_basics.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
active_record_basics.md Added definite article in guide Actice Record Basics section 3 paragraph 3 [ci skip] 2020-11-26 17:32:22 +01:00
active_record_callbacks.md Link to API docs in AR Callbacks guide [ci-skip] 2020-11-06 21:26:25 -06:00
active_record_migrations.md Link to API docs in AR Migrations guide [ci-skip] 2020-11-05 21:13:08 -06:00
active_record_multiple_databases.md Sync error message with connected_to(role: :nonexistent) [ci skip] 2020-11-13 20:27:04 +09:00
active_record_postgresql.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
active_record_querying.md Merge pull request #40096 from ldstudios/update-active-record-querying-guide 2020-12-08 19:23:07 -05:00
active_record_validations.md Link to API docs in AR Validations guide [ci-skip] 2020-11-05 21:14:24 -06:00
active_storage_overview.md Add a note about existing apps for ActiveStorage public access. 2020-12-17 17:54:23 -07:00
active_support_core_extensions.md Link to API docs in AS Core Extensions guide [ci-skip] 2020-11-11 16:06:55 -06:00
active_support_instrumentation.md Document for cache store name instrumentation [ci skip] 2020-10-22 17:54:48 +09:00
api_app.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
api_documentation_guidelines.md fix boolean negation in documentation 2020-10-21 22:13:39 +03:00
asset_pipeline.md Always recommend config.asset_host in examples 2020-11-30 16:33:51 -06:00
association_basics.md Merge pull request #40320 from mh-mobile/master 2020-11-25 21:45:08 +09:00
autoloading_and_reloading_constants_classic_mode.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
autoloading_and_reloading_constants.md Improve docs about autoloading and boot time [skip ci] 2020-11-25 17:34:16 +01:00
caching_with_rails.md Fallback to $MEMCACHE_SERVERS if no servers given 2020-10-20 23:50:52 -04:00
command_line.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
configuring.md Merge pull request #40839 from jonathanhefner/config-action_view-image_decoding 2020-12-16 20:20:22 -05:00
contributing_to_ruby_on_rails.md Add a note about PR approvals [ci skip] 2020-09-22 18:50:15 -04:00
debugging_rails_applications.md Formats code blocks for better syntax highlighting 2020-08-21 15:47:32 +05:30
development_dependencies_install.md Fix highlighting for mostly SQL block 2020-07-26 18:27:07 +02:00
documents.yaml Fix release date 2020-12-17 20:03:51 +00:00
engines.md Change form_with to generate non remote forms by default 2020-12-01 21:14:37 +01:00
form_helpers.md Change form_with to generate non remote forms by default 2020-12-01 21:14:37 +01:00
generators.md Formats code blocks for better syntax highlighting 2020-08-21 15:47:32 +05:30
getting_started.md Update getting_started.md 2020-12-15 18:09:27 +08:00
i18n.md fix minor typos 2020-07-22 08:01:10 -05:00
index.html.erb Add OG tags to layout.html.erb 2019-01-09 13:23:22 +09:00
initialization.md update global rails commands to bundled rails i.e. bin/rails 2020-04-11 17:32:26 +01:00
layout.html.erb Always show version badge, not just for edge [ci skip] 2020-11-09 20:28:08 +01:00
layouts_and_rendering.md Link to API docs in Layouts and Rendering guide [ci-skip] 2020-11-08 21:07:19 -06:00
maintenance_policy.md Start Rails 6.2 development 🎉 2020-12-03 01:35:29 +00:00
plugins.md Use irb code fences where applicable [ci-skip] 2020-11-01 16:29:18 -06:00
rails_application_templates.md Use bash code fences and prompts for shell code [ci skip] 2020-06-13 19:27:30 -05:00
rails_on_rack.md [ci skip] Add ActionDispatch::ActionableExceptions to default middleware docs 2020-05-20 13:55:13 -04:00
routing.md Link to API docs in Routing guide [ci-skip] 2020-11-09 15:56:11 -06:00
ruby_on_rails_guides_guidelines.md Remove references to WARNINGS environment variable [ci skip] 2020-07-05 16:40:52 +01:00
security.md Update security guide section on session expirity [ci skip] 2020-10-28 12:59:34 +02:00
testing.md Recover precision when serializing Time, TimeWithZone and DateTime. 2020-10-30 19:58:13 +00:00
threading_and_code_execution.md Fix minor formatting issue 2020-08-21 05:28:38 +05:30
upgrading_ruby_on_rails.md Start Rails 6.2 upgrade and release notes 2020-12-17 20:00:58 +00:00
working_with_javascript_in_rails.md Change form_with to generate non remote forms by default 2020-12-01 21:14:37 +01:00