rails--rails/guides/source
Akshay Mohite e29fb52074
Fixed cache_store name used in adding other modules section of api app documentation. [ci skip]
- Using `mem_cached_store` results in an exception as lib/active_support/cache.rb:106:in `rescue in retrieve_store_class': Could not find cache store adapter for mem_cached_store (cannot load such file -- active_support/cache/mem_cached_store) (RuntimeError)
- Changed the name of cache_store as `mem_cache_store` instead of `mem_cached_store`
2019-08-07 20:34:55 +05:30
..
kindle
2_2_release_notes.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
2_3_release_notes.md Fix period position 2019-06-06 02:19:04 +09:00
3_0_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +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 Rails guides are now served over https 2018-07-24 11:29:31 +09:00
4_0_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
4_1_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
4_2_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
5_0_release_notes.md Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
5_1_release_notes.md NPM -> npm [ci skip] 2019-05-12 12:00:03 +02: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
_license.html.erb
_welcome.html.erb Rails guides are now served over https 2018-07-24 11:29:31 +09:00
action_cable_overview.md url -> URL in Action Cable guide [ci skip] 2019-04-01 11:57:23 +05:30
action_controller_overview.md Use a single term instead of all terms used to describe path and URL helpers together 2019-07-26 23:54:39 +05:30
action_mailbox_basics.md Remove the Amazon SES ingress 2019-04-14 12:15:54 -04:00
action_mailer_basics.md Improve documentation of `:ssl/:tls` option [ci skip] 2019-07-29 15:42:32 +02:00
action_text_overview.md Merge pull request #36117 from shioimm/fix_action_text_overview 2019-06-09 07:10:14 +09:00
action_view_overview.md Update action_view_overview.md 2019-07-25 11:34:10 -03:00
active_job_basics.md Update links and code examples in the guides to use HTTPS where the host supports it. 2019-03-06 15:21:07 -05:00
active_model_basics.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
active_record_basics.md Use official database name [ci skip] 2019-04-03 13:08:54 +09:00
active_record_callbacks.md Remove reminiscences from previous documentation [ci skip] 2019-04-23 12:11:43 +02:00
active_record_migrations.md Merge branch 'migration-timestamp-fix' 2019-05-10 16:45:46 -04:00
active_record_multiple_databases.md Replace replica with primary in automatic connection switching after write in multi-db docs [ci skip] 2019-07-02 16:47:00 +02:00
active_record_postgresql.md Update links and code examples in the guides to use HTTPS where the host supports it. 2019-03-06 15:21:07 -05:00
active_record_querying.md Add a section to introduce `pluck`'s eager loading behavior 2019-05-03 19:24:53 +08:00
active_record_validations.md Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'` 2019-03-31 22:59:12 +08:00
active_storage_overview.md Update azure-storage gem to latest version 2019-08-06 16:02:42 -04:00
active_support_core_extensions.md Remove caveat for older Ruby's `dup` behavior [ci skip] 2019-07-16 03:48:11 +09:00
active_support_instrumentation.md Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed' and 'ActiveSupport::Notifications::monotonic_subscribe' 2019-05-10 20:16:17 +05:30
api_app.md Fixed cache_store name used in adding other modules section of api app documentation. [ci skip] 2019-08-07 20:34:55 +05:30
api_documentation_guidelines.md Update links and code examples in the guides to use HTTPS where the host supports it. 2019-03-06 15:21:07 -05:00
asset_pipeline.md [ci skip] More asset guide touch ups 2019-04-17 01:22:34 +02:00
association_basics.md [skip ci] Add undefined STI acronym to the heading which is referred under its section 2019-05-12 20:49:54 +05:30
autoloading_and_reloading_constants.md Fix typo in autoloading_and_reloading_constants 2019-08-07 09:09:00 -05:00
autoloading_and_reloading_constants_classic_mode.md fixes link [skip ci] 2019-07-10 09:11:33 +02:00
caching_with_rails.md Fixed description of the `cache_key_with_version` method [ci skip] 2019-04-03 09:46:29 +09:00
command_line.md Use a single term instead of all terms used to describe path and URL helpers together 2019-07-26 23:54:39 +05:30
configuring.md Merge pull request #36564 from rodrei/docs-active-starage-warning 2019-07-24 15:45:17 -04:00
contributing_to_ruby_on_rails.md Fix a typo by removing extra article [ci skip] 2019-07-04 11:00:14 -05:00
debugging_rails_applications.md Remove outdated debugging plugins 2019-04-11 16:09:46 +08:00
development_dependencies_install.md Fix "Development Dependencies Install" guide [ci skip] 2019-01-19 23:28:25 +00:00
documents.yaml minor edit [skip ci] 2019-07-11 21:29:26 +02:00
engines.md Use a single term instead of all terms used to describe path and URL helpers together 2019-07-26 23:54:39 +05:30
form_helpers.md Added missing comment notation for the example of form_with in form_helpers.md documentation. [ci skip] 2019-08-01 18:09:35 +05:30
generators.md Revert "Merge pull request #36582 from f1337/master" 2019-07-02 11:24:43 +09:00
getting_started.md [ci skip] Update free-programming-books link in getting started guide 2019-06-26 22:02:42 -05:00
i18n.md Remove dynamic_form gem references in guides 2019-04-30 20:45:50 +02:00
index.html.erb Add OG tags to layout.html.erb 2019-01-09 13:23:22 +09:00
initialization.md [ci skip] Refer actionmailbox and actiontext in the guide 2019-06-26 03:07:50 +05:30
layout.html.erb Update links and code examples in the guides to use HTTPS where the host supports it. 2019-03-06 15:21:07 -05:00
layouts_and_rendering.md Update guide for render file: 2019-07-13 21:32:13 -07:00
maintenance_policy.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
plugins.md Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails 2018-07-25 04:10:29 +09:30
rails_application_templates.md update example url for add_source 2019-07-08 14:30:31 -04:00
rails_on_rack.md url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
routing.md Use a single term instead of all terms used to describe path and URL helpers together 2019-07-26 23:54:39 +05:30
ruby_on_rails_guides_guidelines.md Update links and code examples in the guides to use HTTPS where the host supports it. 2019-03-06 15:21:07 -05:00
security.md Update link to OWASP XSS cheat sheet [ci skip] 2019-06-23 21:13:11 -04:00
testing.md Change `ActionDispatch::Response#content_type` returning Content-Type header as it is 2019-06-01 09:20:13 +09:00
threading_and_code_execution.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
upgrading_ruby_on_rails.md Mention how to use webpacker in updated Rails apps [ci skip] 2019-08-04 22:20:59 +02:00
working_with_javascript_in_rails.md Tiny documentation fix [ci skip] 2019-07-29 12:42:24 +02:00