Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 7.1.3更新への対応 #1554

Closed
hachi8833 opened this issue Jan 18, 2024 · 2 comments
Closed

Rails 7.1.3更新への対応 #1554

hachi8833 opened this issue Jan 18, 2024 · 2 comments

Comments

@hachi8833
Copy link
Collaborator

hachi8833 commented Jan 18, 2024

順次更新します。微小更新のファイルはある程度まとめます。

    2│  guides/source/2_3_release_notes.md                    |    2 +-
    3│  guides/source/3_2_release_notes.md                    |    2 +-
    4│  guides/source/4_0_release_notes.md                    |    2 +-
    5│  guides/source/4_1_release_notes.md                    |    6 +-
    6│  guides/source/5_0_release_notes.md                    |    2 +-
    7│  guides/source/5_2_release_notes.md                    |    6 +-
    8│  guides/source/6_1_release_notes.md                    |    2 +-
    9│  guides/source/7_0_release_notes.md                    |    2 +
   10│  guides/source/7_1_release_notes.md                    |  892 ++++++++++++++++++++++
   11│  guides/source/action_cable_overview.md                |  116 ++-
   12│  guides/source/action_controller_overview.md           |  163 ++--
   13│  guides/source/action_mailbox_basics.md                |    4 +-
   14│  guides/source/action_mailer_basics.md                 |  100 ++-
   15│  guides/source/action_text_overview.md                 |   42 +-
   16│  guides/source/action_view_helpers.md                  |   43 +-
   17│  guides/source/action_view_overview.md                 |  195 ++++-
   18│  guides/source/active_job_basics.md                    |   24 +-
   19│  guides/source/active_model_basics.md                  |    9 +-
   20│  guides/source/active_record_basics.md                 |  170 +++--
   21│  guides/source/active_record_callbacks.md              |  278 +++++--
   22│  guides/source/active_record_composite_primary_keys.md |  302 ++++++++
   23│  guides/source/active_record_encryption.md             |   65 +-
   24│  guides/source/active_record_migrations.md             |  557 ++++++++------
   25│  guides/source/active_record_multiple_databases.md     |  205 ++---
   26│  guides/source/active_record_postgresql.md             |  217 +++++-
   27│  guides/source/active_record_querying.md               |  389 ++++++++--
   28│  guides/source/active_record_validations.md            |  603 ++++++++++-----
   29│  guides/source/active_storage_overview.md              |  270 +++++--
   30│  guides/source/active_support_core_extensions.md       |  161 ++--
   31│  guides/source/active_support_instrumentation.md       |  124 +++-
   32│  guides/source/api_app.md                              |  147 +++-
   33│  guides/source/api_documentation_guidelines.md         |  290 +++++---
   34│  guides/source/asset_pipeline.md                       |   96 +--
   35│  guides/source/association_basics.md                   |  656 ++++++++++++----
   36│  guides/source/autoloading_and_reloading_constants.md  |  274 +++++--
   37│  guides/source/caching_with_rails.md                   |   57 +-
   38│  guides/source/classic_to_zeitwerk_howto.md            |   47 +-
   39│  guides/source/command_line.md                         |  194 +++--
   40│  guides/source/configuring.md                          | 1272 ++++++++++++++++++++++++++
   41│  guides/source/contributing_to_ruby_on_rails.md        |  213 ++++--
   42│  guides/source/debugging_rails_applications.md         |  154 ++--
   43│  guides/source/development_dependencies_install.md     |  145 ++--
   44│  guides/source/engines.md                              |   27 +-
   45│  guides/source/error_reporting.md                      |  182 +++++
   46│  guides/source/form_helpers.md                         |   61 +-
   47│  guides/source/generators.md                           |    6 +-
   48│  guides/source/getting_started.md                      |   26 +-
   49│  guides/source/i18n.md                                 |   80 +-
   50│  guides/source/initialization.md                       |   10 +-
   51│  guides/source/layouts_and_rendering.md                |   64 +-
   52│  guides/source/maintenance_policy.md                   |   34 +-
   53│  guides/source/plugins.md                              |   50 +-
   54│  guides/source/rails_application_templates.md          |    8 +-
   55│  guides/source/rails_on_rack.md                        |   30 +-
   56│  guides/source/routing.md                              |    9 +-
   57│  guides/source/ruby_on_rails_guides_guidelines.md      |   15 +-
   58│  guides/source/security.md                             |  370 +++++++---
   59│  guides/source/testing.md                              |  463 ++++++++++--
   60│  guides/source/threading_and_code_execution.md         |   19 +-
   61│  guides/source/upgrading_ruby_on_rails.md              |  455 ++++++++++--
   62│  guides/source/working_with_javascript_in_rails.md     |  123 ++-
   63│  62 files changed, 8170 insertions(+), 2362 deletions(-)
@hachi8833
Copy link
Collaborator Author

hachi8833 commented Jan 18, 2024

  • configuring.md(1,272 =++++++++++++++++++++++++++)
  • 7_1_release_notes.md
  • association_basics.md
  • active_record_validations.md
  • active_record_migrations.md
  • testing.md(463 =++++++++++--)
  • upgrading_ruby_on_rails.md(455 =++++++++++--)
  • active_record_querying.md(389 =++++++++--)
  • security.md(370 =+++++++---))
  • active_record_composite_primary_keys.md
  • api_documentation_guidelines.md(290 =+++++---)
  • active_record_callbacks.md
  • autoloading_and_reloading_constants.md(274 =+++++--)
  • active_storage_overview.md(270 =+++++--)
  • active_record_postgresql.md(217 =+++++-)
  • contributing_to_ruby_on_rails.md(213 =++++--)
  • active_record_multiple_databases.md
  • action_view_overview.md
  • command_line.md
  • error_reporting.md
  • active_record_basics.md
  • action_controller_overview.md
  • active_support_core_extensions.md
  • debugging_rails_applications.md(154 =++--)
  • api_app.md
  • development_dependencies_install.md(145 =++--)
  • active_support_instrumentation.md(124 =+++-)
  • working_with_javascript_in_rails.md
  • action_cable_overview.md
  • action_mailer_basics.md
  • asset_pipeline.md(96 =+--)
  • i18n.md(80 =+-)
  • active_record_encryption.md
  • layouts_and_rendering.md
  • form_helpers.md
  • caching_with_rails.md
  • plugins.md(50 =+-)
  • classic_to_zeitwerk_howto.md
  • action_view_helpers.md(43 =+-)
  • action_text_overview.md
  • maintenance_policy.md
  • rails_on_rack.md(30 =+-)
  • engines.md(27 =+-)
  • getting_started.md(26 =+-)
  • active_job_basics.md(24 =+-)
  • threading_and_code_execution.md
  • ruby_on_rails_guides_guidelines.md
  • initialization.md
  • active_model_basics.md
  • routing.md
  • rails_application_templates.md
  • 4_1_release_notes.md(6 =+-)
  • 5_2_release_notes.md
  • generators.md(6 =+-)
  • action_mailbox_basics.md
  • 2_3_release_notes.md(2 =+-)
  • 3_2_release_notes.md
  • 4_0_release_notes.md
  • 5_0_release_notes.md
  • 6_1_release_notes.md
  • 7_0_release_notes.md

@hachi8833
Copy link
Collaborator Author

残りについては再チェックしてマージしてから、本issueをクローズします🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant