rails--rails/guides/source
Rafael Mendonça França 33ca392317
Avoid adding new method to `ActiveSupport`.
We don't need this delegation and can be setting directly to the right
object.

Also document the new configuration.
2021-11-02 01:12:32 +00:00
..
kindle
2_2_release_notes.md
2_3_release_notes.md
3_0_release_notes.md
3_1_release_notes.md
3_2_release_notes.md Fix inconsistent heading level in guides [ci-skip] 2021-07-16 15:13:37 -06:00
4_0_release_notes.md
4_1_release_notes.md
4_2_release_notes.md
5_0_release_notes.md
5_1_release_notes.md
5_2_release_notes.md
6_0_release_notes.md
6_1_release_notes.md
7_0_release_notes.md
_license.html.erb
_welcome.html.erb
action_cable_overview.md Fix JS syntax on Action Cable Overview 2021-10-09 19:52:11 -03:00
action_controller_overview.md Add note about action names versus ActionController reserved methods 2021-06-24 08:23:43 -04:00
action_mailbox_basics.md
action_mailer_basics.md Include name in from address 2021-10-30 12:16:39 +07:00
action_text_overview.md Replace "ActionText" with "Action Text" [ci skip] 2021-10-03 21:48:05 +01:00
action_view_helpers.md
action_view_overview.md
active_job_basics.md Mention Good Job as Active Job backend. 2021-09-09 09:56:25 +02:00
active_model_basics.md Introduce ActiveModel::API 2021-09-15 18:24:47 +02:00
active_record_basics.md
active_record_callbacks.md
active_record_encryption.md Fix link in ActiveRecord Encryption guides [ci skip] 2021-09-12 18:50:10 -03:00
active_record_migrations.md Add 'resource' to the list of generators which create a new model migration 2021-09-20 00:23:09 -04:00
active_record_multiple_databases.md Update multi-db docs 2021-10-22 09:46:31 -04:00
active_record_postgresql.md Add mandatory 'stored' option to generated column example 2021-09-16 23:22:26 +08:00
active_record_querying.md Update the documentation for find_by method 2021-10-01 21:49:27 +05:30
active_record_validations.md Fixed guide to `case_sensitive` option for Activerecord uniqueness validator [skip ci] 2021-09-23 00:20:39 +09:00
active_storage_overview.md Tidy ups to upgrade guide 2021-09-17 18:15:55 -05:00
active_support_core_extensions.md Clarify try calls public methods only 2021-10-01 13:50:07 +01:00
active_support_instrumentation.md Remove unused instrumentation hooks from action_controller 2021-10-03 21:23:42 +09:00
api_app.md Add back Rack::Runtime to the default middleware stack. 2021-09-15 18:37:34 -04:00
api_documentation_guidelines.md Standardize nodoc comments 2021-07-29 21:18:07 +00:00
asset_pipeline.md Replace more ableist language 2021-10-07 11:47:28 -04:00
association_basics.md Automatically infer inverse_of with scopes 2021-10-04 09:42:04 -04:00
autoloading_and_reloading_constants.md Fixes fenced code block 2021-11-01 22:54:31 +01:00
caching_with_rails.md
classic_to_zeitwerk_howto.md Suggest eager load in CI in the C2Z HOWTO guide 2021-11-01 14:28:43 +01:00
command_line.md Add back Rack::Runtime to the default middleware stack. 2021-09-15 18:37:34 -04:00
configuring.md Avoid adding new method to `ActiveSupport`. 2021-11-02 01:12:32 +00:00
contributing_to_ruby_on_rails.md Update rubocop example command to include 'bundle exec' 2021-10-13 14:17:13 -04:00
debugging_rails_applications.md Depend on ruby/debug, replacing Byebug 2021-09-08 17:35:41 +02:00
development_dependencies_install.md
documents.yaml New guide to help migrate from classic to zeitwerk mode 2021-10-11 00:08:37 +02:00
engines.md Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
form_helpers.md
generators.md Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
getting_started.md Add a section about autoloading in the Getting Started Guide 2021-10-23 21:29:40 +02:00
i18n.md
index.html.erb
initialization.md Standardize nodoc comments 2021-07-29 21:18:07 +00:00
layout.html.erb
layouts_and_rendering.md Fix punctuation of layout and rendering doc 2021-06-27 20:40:21 +05:30
maintenance_policy.md
plugins.md Standardize nodoc comments 2021-07-29 21:18:07 +00:00
rails_application_templates.md Replace link to the line on Github with Rdoc link 2021-08-31 15:56:56 +02:00
rails_on_rack.md Add back Rack::Runtime to the default middleware stack. 2021-09-15 18:37:34 -04:00
routing.md
ruby_on_rails_guides_guidelines.md
security.md Replace the word dumb with naive for clarity and inclusivity 2021-09-27 00:10:04 -05:00
testing.md Suggest eager load in CI in the testing guide 2021-11-01 15:56:52 +01:00
threading_and_code_execution.md Update guide and actioncable tests to use appropriate concurrent-ruby class 2021-09-15 17:50:49 +02:00
upgrading_ruby_on_rails.md [ci skip] Corrected small changes to guide for upgrading ruby on rails 2021-10-26 03:08:33 +05:30
webpacker.md Update the webpacker installation documentation as Rails 7 won't default install webpacker 2021-09-02 21:39:06 +05:30
working_with_javascript_in_rails.md