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
Kasper Timm Hansen 647d7e6167
Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json""
I reverted the wrong commit. Damn it.

This reverts commit f66a977fc7.
2019-01-08 22:19:22 +01: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 Fix PullRequest link to datetime_field changes on Rails 5.1 Release Notes 2018-10-23 18:53:19 +09:00
5_2_release_notes.md
6_0_release_notes.md Add Action Text to guides [ci skip] 2019-01-05 13:30:37 +02:00
_license.html.erb
_welcome.html.erb
action_cable_overview.md Use ES6 and Webpacker in ActionCable guide. 2019-01-04 17:31:24 -05:00
action_controller_overview.md
action_mailbox_basics.md ✂️ 2019-01-02 02:03:16 +09:00
action_mailer_basics.md Fix Action Mailer Basics [ci skip] 2018-12-30 02:42:19 +02:00
action_text_overview.md Add Action Text to guides [ci skip] 2019-01-05 13:30:37 +02:00
action_view_overview.md
active_job_basics.md [ci skip] Add a Delayed Job project link. 2018-11-29 08:15:40 +01:00
active_model_basics.md
active_record_basics.md Clarify no support for non PK id columns 2018-11-30 13:25:42 -05:00
active_record_callbacks.md
active_record_migrations.md Merge pull request #32872 from utilum/soften_migrations_guide_generator_section 2018-12-15 11:23:52 +09:00
active_record_postgresql.md Bump the minimum version of PostgreSQL to 9.3 2018-11-25 13:13:08 +00:00
active_record_querying.md Clarify scope body requirements 2018-11-26 16:17:12 -05:00
active_record_validations.md Merge pull request #34415 from Ana06/present_associations 2018-11-09 14:53:56 -05:00
active_storage_overview.md Prepend module in ActiveStorage overview 2018-12-10 18:20:23 -05:00
active_support_core_extensions.md Follow up #34754 2018-12-20 18:53:25 +02:00
active_support_instrumentation.md Merge pull request #34706 from ChrisBr/instrumentation-guide 2019-01-03 12:34:58 -05:00
api_app.md
api_documentation_guidelines.md
asset_pipeline.md Rename header of the gzip paragraph to more accurate and add short info aboaut what to do about serving gziped files [ci skip] 2018-12-21 10:16:52 +01:00
association_basics.md fix typo on association_basics.md [ci skip] 2018-11-14 00:10:02 -08:00
autoloading_and_reloading_constants.md
caching_with_rails.md Use cache_key_with_version instead of cache_key for the example in Low-Level Caching [ci skip] 2018-11-26 13:21:24 +09:00
command_line.md Indent guides as rails help command output[ci skip] 2018-11-19 22:48:50 +01:00
configuring.md Send Active Storage jobs to dedicated queues by default 2019-01-04 12:43:51 -05:00
contributing_to_ruby_on_rails.md Docs: Update Development Dependencies Install 2018-11-09 14:31:02 +01:00
debugging_rails_applications.md Fix typo 2018-11-05 08:46:44 +13:00
development_dependencies_install.md Fix typo in development_dependencies_install.md [ci skip] 2018-11-20 16:36:47 +01:00
documents.yaml Add Action Text to guides [ci skip] 2019-01-05 13:30:37 +02:00
engines.md Add load hook for ActionText::RichText 2019-01-07 17:04:58 -05:00
form_helpers.md
generators.md Remove mentions about javascripts option from the guide about generators [ci skip] 2018-10-22 23:55:36 +03:00
getting_started.md Require Ruby 2.5 for Rails 6. 2018-12-19 21:47:50 +01:00
i18n.md Fix example of I18n setting in the guide [ci skip] 2019-01-04 16:04:55 +02:00
index.html.erb
initialization.md
layout.html.erb Use CSS flexbox for Guides index menu 2018-10-19 19:26:47 -04:00
layouts_and_rendering.md
maintenance_policy.md
plugins.md
rails_application_templates.md Abort early if generator command fails (#34420) 2018-12-07 15:01:32 +09:00
rails_on_rack.md
routing.md Add note about symbols vs strings 2018-12-04 13:46:02 -05:00
ruby_on_rails_guides_guidelines.md Docs: Update Development Dependencies Install 2018-11-09 14:31:02 +01:00
security.md Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"" 2019-01-08 22:19:22 +01:00
testing.md Add option to set parallel test worker count to the physical core count of the machine (#34735) 2018-12-18 10:25:35 -08:00
threading_and_code_execution.md
upgrading_ruby_on_rails.md Require Ruby 2.5 for Rails 6. 2018-12-19 21:47:50 +01:00
working_with_javascript_in_rails.md