rails--rails/guides/source
Ryuta Kamizono 6fa8151f33
Merge pull request #43226 from jessevdp/patch-1
Fix typo in Active Record validations guide, chapter 2 — integer numbers (not integral)

[ci-skip]
2021-09-19 23:30:26 +09:00
..
kindle Use image/jpeg instead of non-standard image/jpg 2021-03-05 13:14:11 -05:00
2_2_release_notes.md [ci skip] Improved Sentence + Removed and added commas at correct places 2021-05-31 03:09:42 +05:30
2_3_release_notes.md
3_0_release_notes.md
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 [ci skip] Corrected Change logs to Changelogs 2021-05-31 18:40:12 +05:30
4_1_release_notes.md [ci skip] Corrected Change logs to Changelogs 2021-05-31 18:40:12 +05:30
4_2_release_notes.md docs: fix missing HTTPS on links [ci-skip] 2021-04-12 09:45:13 +10:00
5_0_release_notes.md [ci skip] Fixed typos and grammatical errors 2021-06-01 03:27:58 +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 [ci skip] Corrected Change logs to Changelogs 2021-05-31 18:40:12 +05:30
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 [ci skip] Corrected Typos and Replacement to make doc concise 2021-05-31 15:41:28 +05:30
7_0_release_notes.md
_license.html.erb
_welcome.html.erb
action_cable_overview.md Fix inconsistent heading level in guides [ci-skip] 2021-07-16 15:13:37 -06: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 chore: fix grammar and spelling in Markdown and Ruby files 2021-04-15 19:32:27 +10:00
action_mailer_basics.md Fix inconsistent heading level in guides [ci-skip] 2021-07-16 15:13:37 -06:00
action_text_overview.md Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
action_view_helpers.md Lint Markdown blank lines around headings [ci-skip] 2021-04-14 01:17:46 +10:00
action_view_overview.md [ci skip] Improved Action View Overview 2021-06-13 02:48:38 +05:30
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 Add example for update_all vs. update 2021-06-10 21:07:40 +09:00
active_record_callbacks.md Fix inaccurate callback documentation 2021-06-12 17:15:12 -07:00
active_record_encryption.md Fix link in ActiveRecord Encryption guides [ci skip] 2021-09-12 18:50:10 -03:00
active_record_migrations.md Fix spelling of associations 2021-06-23 10:50:09 +02:00
active_record_multiple_databases.md Fix typo [ci skip] 2021-08-17 12:41:08 +09: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 Avoid `orders_count` in Active Record `order` guide examples 2021-08-17 17:16:06 +02:00
active_record_validations.md Fix typo: integer numbers (not integral) 2021-09-18 10:21:42 +02:00
active_storage_overview.md Merge pull request #43111 from ceritium/active-storage-overview-consistent-links 2021-08-31 09:44:35 -05:00
active_support_core_extensions.md Delete AS::Dependencies.load_missing_constant 2021-08-18 22:43:52 +02:00
active_support_instrumentation.md Replace :location with :request in process_action.action_controller 2021-09-06 22:31:32 +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 Missed a generator assets spot 2021-08-26 14:28:14 +02:00
association_basics.md Add change tracking methods for belongs_to associations 2021-07-19 14:39:13 -04:00
autoloading_and_reloading_constants.md Merge pull request #43099 from intrip/fix-guides-load-path-click 2021-09-15 13:44:54 -04:00
caching_with_rails.md Document the new Active Support cache format 2021-04-26 11:20:59 +02:00
command_line.md Add back Rack::Runtime to the default middleware stack. 2021-09-15 18:37:34 -04:00
configuring.md Move the parameter wrapper code to the ActionController::Railtie class 2021-09-17 17:11:56 -04:00
contributing_to_ruby_on_rails.md Ask contributors to update the documentation 2021-07-08 16:53:50 -03:00
debugging_rails_applications.md Depend on ruby/debug, replacing Byebug 2021-09-08 17:35:41 +02:00
development_dependencies_install.md chore: fix case of CSS and JavaScript 2021-04-15 21:52:58 +10:00
documents.yaml Deletes the guide for classic mode [skip ci] 2021-08-10 12:31:21 +02:00
engines.md Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
form_helpers.md Simplify singular resource example 2021-03-28 18:38:51 -05:00
generators.md Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
getting_started.md Replace webpack with importmapped Hotwire as default js (#42999) 2021-08-26 10:39:36 +02:00
i18n.md Further clarify internationalization example copy 2021-06-03 10:08:04 -04:00
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 Clarify maintenance policy for bug fixes to security patches 2021-03-12 21:26:44 +00:00
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 Improve guides note about using a proc/lambda as a route endpoint 2021-05-21 13:05:37 -03:00
ruby_on_rails_guides_guidelines.md
security.md Change HTML `img` tag to lowercase [ci skip] 2021-05-05 09:54:09 +10:00
testing.md [GUIDES]: Fix ActiveStorage::FixtureSet.blob YAML 2021-08-21 18:04:24 -04: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 Document upgrading instructions for Spring (again) 2021-09-09 01:59:17 +02:00
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 docs: fix grammar and spelling [ci skip] 2021-04-15 18:51:29 +10:00