1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/source
Sage Ross 6a8d618b59 Clarify i18n guide for how pluralization rules work by default
The guide misleadingly indicates that the I18n gem will apply the CLDR pluralization rules for each language. This is not the case; only the English algorithm, with support for :zero, :one, and :other, is available by default. Locale-specific pluralization rules require additional configuration and must be supplied by the application (or by another gem).
2017-07-07 23:10:23 -07: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
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 Rails secrets is not built on but inspired by Sekrets 2017-05-02 10:17:08 -04:00
_license.html.erb
_welcome.html.erb
action_cable_overview.md
action_controller_overview.md Improving docs for callbacks execution order [ci skip] 2017-05-21 18:45:59 +02:00
action_mailer_basics.md Capitalize Gmail 2017-05-24 19:40:00 -04:00
action_view_overview.md Add :json type to auto_discovery_link_tag 2017-05-20 04:00:13 -05:00
active_job_basics.md remove the phrase as well 2017-05-09 17:20:37 -07:00
active_model_basics.md
active_record_basics.md
active_record_callbacks.md
active_record_migrations.md
active_record_postgresql.md Document ActiveRecord's PostgreSQL-specific support for JSONB datatype in RailsGuides 2017-06-27 17:11:50 +08:00
active_record_querying.md Fix hash conditions documentation [ci skip] 2017-06-22 14:10:17 +10:00
active_record_validations.md Remove deprecated passing of string to :if/:unless (#29357) 2017-06-06 02:04:40 +09:30
active_support_core_extensions.md Missing dots [ci skip] (#29414) 2017-06-11 17:51:08 +05:30
active_support_instrumentation.md
api_app.md Update Rails API Application guide to match current code [ci skip] 2017-05-21 09:26:02 -05:00
api_documentation_guidelines.md We always + 1 to __LINE__ when class_evaling with << 2017-05-22 08:44:42 +09:00
asset_pipeline.md Remove references to deprecared raise_runtime_errors from documentation, which is always enabled now. Ref: 655b93bffc and https://github.com/rails/rails/pull/24070 . Fixes #29483 [ci skip] (#29484) 2017-06-17 03:05:37 +05:30
association_basics.md [ci skip] Add backquote to :counter_cache option 2017-06-10 11:42:21 +09:00
autoloading_and_reloading_constants.md
caching_with_rails.md
command_line.md Clear screenshots files in tmp:clear task 2017-06-27 07:13:00 +09:00
configuring.md Remove references to deprecared raise_runtime_errors from documentation, which is always enabled now. Ref: 655b93bffc and https://github.com/rails/rails/pull/24070 . Fixes #29483 [ci skip] (#29484) 2017-06-17 03:05:37 +05:30
contributing_to_ruby_on_rails.md explain why guide translations need a fork [ci skip] 2017-05-14 21:29:34 +02:00
credits.html.erb
debugging_rails_applications.md
development_dependencies_install.md [ci skip] Update fedora SQLite3 package name 2017-06-17 12:37:42 +02:00
documents.yaml Remove invalid entry from the guides index page 2017-06-06 17:36:02 +02:00
engines.md
form_helpers.md Merge pull request #28432 from marksiemers/master 2017-04-20 19:58:26 -04:00
generators.md Deprecate an capify! method in generators and templates 2017-06-18 16:51:03 +09:00
getting_started.md [ci skip] run migration before looking at schema 2017-06-30 16:27:00 +05:30
i18n.md Clarify i18n guide for how pluralization rules work by default 2017-07-07 23:10:23 -07:00
index.html.erb
initialization.md Fix grammar for documentation of rails/command.rb [ci skip] 2017-06-28 13:06:57 -04:00
layout.html.erb
layouts_and_rendering.md Add missing http status codes [ci skip] 2017-07-04 12:59:05 +09:00
maintenance_policy.md
plugins.md Use mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03:00
rails_application_templates.md Define path with __dir__ 2017-05-23 00:53:51 +03:00
rails_on_rack.md Update 'Rails on Rack' guide [ci skip] 2017-05-20 09:51:43 -05:00
routing.md
ruby_on_rails_guides_guidelines.md
security.md Update security.md 2017-06-26 22:17:16 +03:00
testing.md Tiny documentation fixes [ci skip] 2017-06-06 17:36:02 +02:00
upgrading_ruby_on_rails.md Update upgrading guide w.r.t. Parameters to use other example method than slice as this has actually been implemented by Parameters 2017-06-06 23:54:45 +02:00
working_with_javascript_in_rails.md [ci skip] Fixed the attribute name for event.detail 2017-06-20 20:52:25 +05:30