.. |
epub
|
Replaces mobi guide with epub for docs because of discontinued support
|
2022-08-05 00:18:20 +05:30 |
2_2_release_notes.md
|
Fixes mime -> MIME
|
2022-10-02 07:10:43 +05:30 |
2_3_release_notes.md
|
Fix #version docs and some typos
|
2022-03-16 01:48:37 +05:30 |
3_0_release_notes.md
|
Fixed typo: HTML 5 -> HTML5
|
2022-02-21 02:34:46 +05:30 |
3_1_release_notes.md
|
[ci skip] Corrected Change logs to Changelogs
|
2021-05-31 18:40:12 +05:30 |
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
|
Update 4_0_release_notes.md
|
2023-03-30 22:32:37 +02:00 |
4_1_release_notes.md
|
Fixed few typos in tests and guide
|
2023-08-01 23:31:17 +05:30 |
4_2_release_notes.md
|
Use versioned URLs for specific guide versions [ci-skip]
|
2022-08-05 21:36:18 -05:00 |
5_0_release_notes.md
|
Fixes mime -> MIME
|
2022-10-02 07:10:43 +05:30 |
5_1_release_notes.md
|
[ci skip] Fixed typos and grammatical errors
|
2021-06-01 04:54:25 +05:30 |
5_2_release_notes.md
|
Merge pull request #46174 from datt/fix-sqlite
|
2022-10-02 10:55:12 +02:00 |
6_0_release_notes.md
|
[ci skip] Corrected Change logs to Changelogs
|
2021-05-31 18:40:12 +05:30 |
6_1_release_notes.md
|
Follow #47946 and apply to release notes
|
2023-05-16 18:18:14 +09:00 |
7_0_release_notes.md
|
Missing end to code block in 7_0_release_notes.md
|
2023-02-04 18:55:52 +09:00 |
7_1_release_notes.md
|
Revert "Remove deprecated `children` and `parent_of?` on ActiveSupport::Notifications::Event"
|
2023-03-03 22:38:21 +00:00 |
_license.html.erb
|
[ci skip] Update guides license to CC BY-SA 4.0 International.
|
2014-05-02 18:49:37 +08:00 |
_welcome.html.erb
|
Fix headings in guides index [ci-skip]
|
2023-04-20 08:14:49 +02:00 |
action_cable_overview.md
|
[skip ci] Added missing parathesis in guide
|
2023-08-03 19:30:25 +05:30 |
action_controller_overview.md
|
Support :message_pack as cookies serializer
|
2023-05-08 15:00:08 -05:00 |
action_mailbox_basics.md
|
Add rubocop-md for linting guides snippets
|
2023-03-15 10:48:19 +09:00 |
action_mailer_basics.md
|
Reference correct method from 'deliver_now' example code
|
2023-08-11 07:11:16 -07:00 |
action_text_overview.md
|
Merge pull request #46101 from swanson/swanson/missing-attachable-partial
|
2023-03-25 12:49:54 -04:00 |
action_view_helpers.md
|
Add rubocop-md for linting guides snippets
|
2023-03-15 10:48:19 +09:00 |
action_view_overview.md
|
Split Templates, Partials and Layouts sections in guide [ci-skip]
|
2023-01-06 22:30:54 +01:00 |
active_job_basics.md
|
Document verbose logging for Active Job
|
2023-04-06 08:39:20 +09:00 |
active_model_basics.md
|
Add rubocop-md for linting guides snippets
|
2023-03-15 10:48:19 +09:00 |
active_record_basics.md
|
Merge pull request #47779 from zzak/mdl
|
2023-03-29 15:33:41 -04:00 |
active_record_callbacks.md
|
Update documentation for destroy callbacks
|
2023-03-28 20:03:41 +09:00 |
active_record_encryption.md
|
Improve AR Encryption docs
|
2023-07-13 16:30:22 +10:00 |
active_record_migrations.md
|
Update migration example to showcase database-agnostic raw SQL execution
|
2023-04-28 10:04:13 -05:00 |
active_record_multiple_databases.md
|
[skip ci] Added some grammatical changes and puntuations
|
2023-08-01 23:32:07 +05:30 |
active_record_postgresql.md
|
Update note for add_enum_value - Enum values can be renamed
|
2023-06-16 05:29:15 +05:30 |
active_record_querying.md
|
Fix typo in ActiveRecord Query guide
|
2023-08-04 17:20:02 +12:00 |
active_record_validations.md
|
Improve readability of case sensitivity description
|
2023-07-20 16:30:16 -04:00 |
active_storage_overview.md
|
Active Storage Guides: change `fixture_file_upload` to `file_fixture_upload`
|
2023-08-06 13:10:40 -05:00 |
active_support_core_extensions.md
|
Rename Range#overlaps? to Range#overlap?
|
2023-06-23 10:25:59 +02:00 |
active_support_instrumentation.md
|
Fix 'View Timings from Instrumentation' guides heading [ci-skip]
|
2023-05-15 11:01:13 +02:00 |
api_app.md
|
Introduce markdownlint for guides
|
2023-03-27 12:14:18 +09:00 |
api_documentation_guidelines.md
|
Update guidelines on fixed-width font for constants
|
2023-05-25 06:51:59 +09:00 |
asset_pipeline.md
|
Unlink headings for alternative libs in assets guide [ci-skip]
|
2023-04-19 13:53:58 +02:00 |
association_basics.md
|
Fix documentation error for Delegated Types
|
2023-07-13 13:34:15 -06:00 |
autoloading_and_reloading_constants.md
|
Introduce config.autoload_lib_once(ignore:)
|
2023-06-29 09:15:17 +02:00 |
caching_with_rails.md
|
Add rubocop-md for linting guides snippets
|
2023-03-15 10:48:19 +09:00 |
classic_to_zeitwerk_howto.md
|
Sort the results of Dir.glob [ci skip]
|
2023-02-23 08:25:07 +00:00 |
command_line.md
|
[ci skip] Add --skip-dev-gems rails command line argument to the guide
|
2023-07-24 12:57:01 +05:30 |
configuring.md
|
Remove unnecessary isolation_level setting from load_defaults 7.0
|
2023-08-09 14:39:38 +09:00 |
contributing_to_ruby_on_rails.md
|
Document Dev Container CLI setup in guides
|
2023-06-21 15:53:27 -04:00 |
debugging_rails_applications.md
|
Add support for logging background job enqueue callers
|
2023-04-02 03:23:42 +03:00 |
development_dependencies_install.md
|
Fix ordered list syntax in development dependencies guide
|
2023-05-09 10:07:55 -05:00 |
documents.yaml
|
Removes Webpacker from the guides index page
|
2023-08-08 23:02:36 +05:30 |
engines.md
|
Add a load hook for `ActiveModel::Model`
|
2023-07-09 13:08:34 +01:00 |
error_reporting.md
|
Use "library.name" format in initializer examples
|
2023-05-07 18:11:16 -04:00 |
form_helpers.md
|
Link to ActionView::Helpers top level namespace for all helpers
|
2023-05-22 18:57:53 +09:00 |
generators.md
|
Clean up Generators guide [ci-skip]
|
2023-05-18 17:06:13 -05:00 |
getting_started.md
|
Add rubocop-md for linting guides snippets
|
2023-03-15 10:48:19 +09:00 |
i18n.md
|
Add rubocop-md for linting guides snippets
|
2023-03-15 10:48:19 +09:00 |
index.html.erb
|
Fix headings in guides index [ci-skip]
|
2023-04-20 08:14:49 +02:00 |
initialization.md
|
Add rubocop-md for linting guides snippets
|
2023-03-15 10:48:19 +09:00 |
layout.html.erb
|
Use h1 for guide titles
|
2023-04-18 22:27:03 +02:00 |
layouts_and_rendering.md
|
Typo
|
2023-06-14 00:05:36 -04:00 |
maintenance_policy.md
|
Introduce markdownlint for guides
|
2023-03-27 12:14:18 +09:00 |
plugins.md
|
Improve code block examples in plugins guide [ci-skip]
|
2023-02-09 21:38:53 +01:00 |
rails_application_templates.md
|
Run after_bundle blocks with app:template command
|
2023-05-21 14:34:48 -05:00 |
rails_on_rack.md
|
Capitalize headings to match style guidelines
|
2022-10-17 17:01:28 -10:00 |
routing.md
|
Improve Parametric Scopes documentation
|
2022-11-04 16:30:57 -05:00 |
ruby_on_rails_guides_guidelines.md
|
Clean up bundler install directions
|
2023-04-27 21:57:00 -04:00 |
security.md
|
Correct directory-checking block in security.md
|
2023-06-01 21:57:18 -04:00 |
testing.md
|
[skip ci] Testing by line range documentation added in guide
|
2023-08-15 07:40:17 +05:30 |
threading_and_code_execution.md
|
Capitalize headings to match style guidelines
|
2022-10-17 17:01:28 -10:00 |
upgrading_ruby_on_rails.md
|
Revert "Specify the maximum compatible Ruby version for Rails 5"
|
2023-05-18 19:46:12 +09:00 |
working_with_javascript_in_rails.md
|
Add link to security guide for CSRF from JS token part
|
2023-04-10 07:20:40 +09:00 |