..
kindle
Remove credits.html from Rails Guides
2018-04-03 10:45:03 +09:00
2_2_release_notes.md
Remove credits.html from Rails Guides
2018-04-03 10:45:03 +09:00
2_3_release_notes.md
Fix some broken links in guides
2018-01-11 15:53:20 +01:00
3_0_release_notes.md
Fix some broken links in guides
2018-01-11 15:53:20 +01:00
3_1_release_notes.md
Use https instead of http in guide [ci skip]
2017-08-23 09:39:45 +09:00
3_2_release_notes.md
Cosmetic changes [ci skip]
2017-11-30 09:35:26 +03:00
4_0_release_notes.md
Put images into each page's dir in guides
2018-03-31 23:50:51 +09:00
4_1_release_notes.md
Cosmetic changes [ci skip]
2017-11-30 09:35:26 +03:00
4_2_release_notes.md
Cosmetic changes [ci skip]
2017-11-30 09:35:26 +03:00
5_0_release_notes.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
5_1_release_notes.md
[docs] Add mention of removal of HWIA interface from AC:Parameters
2017-12-22 22:01:49 +01:00
5_2_release_notes.md
[ci skip] Add securing rails app guide link to credential section
2018-04-07 02:35:02 +09:00
_license.html.erb
_welcome.html.erb
Merge pull request #32596 from bogdanvlviv/add-reference-to-5_2-from-edge-guides
2018-04-17 07:20:34 +09:00
action_cable_overview.md
[ci skip] Add missing **DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org .**
2017-12-15 14:02:25 +09:00
action_controller_overview.md
Fix title for example of removing data from session
[ci skip]
2018-04-23 21:59:39 +03:00
action_mailer_basics.md
Merge pull request #31869 from BKSpurgeon/patch-1
2018-03-22 07:07:33 +09:00
action_view_overview.md
Inclusive Language in Documentation Examples [ci skip]
2018-04-15 12:34:30 -04:00
active_job_basics.md
Fix typo in active_job_basics.md
2018-03-15 12:17:04 -06:00
active_model_basics.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
active_record_basics.md
tweaks for #31704 [ci skip]
2018-01-24 09:11:18 +09:00
active_record_callbacks.md
Deprecate update_attributes and update_attributes!
2018-02-17 13:58:54 -08:00
active_record_migrations.md
Fix typo in migrations guide [ci skip]
2018-04-24 12:54:33 -04:00
active_record_postgresql.md
Fix links in the psql guide [ci skip]
2018-03-04 11:50:39 +03:00
active_record_querying.md
Update "Active Record Query Interface" guide [ci skip]
2017-12-04 01:18:59 +02:00
active_record_validations.md
Fix typos [ci skip]
2018-01-11 00:56:35 +03:00
active_storage_overview.md
Correct typos
2018-04-23 21:06:06 +02:00
active_support_core_extensions.md
[ci skip] Add :private option to delegate section in guide
2018-04-04 20:05:45 +09:00
active_support_instrumentation.md
[ci skip] Update instrumentation guide for ActiveStorage
2017-12-12 04:17:14 +09:00
api_app.md
[ci skip] Modify twitter api link in api guide
2018-03-31 19:14:35 +09:00
api_documentation_guidelines.md
Use new RDoc URL of Ruby core [ci skip]
2017-11-10 18:14:45 +09:00
asset_pipeline.md
Correct docs on naming of sprockets manifest file
2018-04-17 12:29:24 -07:00
association_basics.md
[ci skip] belongs_to in self join association needs optional: true, if it's over 5.0 ver of rails
2018-04-14 22:28:01 +09:00
autoloading_and_reloading_constants.md
Remove parentheses [ci skip]
2018-02-12 09:31:24 +03:00
caching_with_rails.md
Update Redis cache store docs
2018-03-17 16:09:09 -07:00
command_line.md
Rails 6 requires Ruby 2.4.1+
2018-02-17 15:34:57 -08:00
configuring.md
Rename ActiveStorage.processor to .variant_processor
2018-04-22 23:40:42 +02:00
contributing_to_ruby_on_rails.md
Clarification for noobs. ( #31704 )
2018-01-23 17:39:40 -05:00
debugging_rails_applications.md
Update debugging_rails_applications [ci skip]
2017-08-21 22:18:53 +03:00
development_dependencies_install.md
Use https instead of http in guide [ci skip]
2017-08-23 09:39:45 +09:00
documents.yaml
Sync header title with file name [ci skip]
2017-12-15 16:52:27 +09:00
engines.md
Clarify that config.eager_load controls eager loading [ci skip]
2017-12-30 22:37:44 +00:00
form_helpers.md
Merge pull request #30474 from yhirano55/make_it_same_title_in_index_and_page
2017-12-13 10:23:14 -05:00
generators.md
Update generator guide [ci skip]
2017-08-21 19:42:16 +09:00
getting_started.md
Fix grammar in Getting Started with Rails
2018-03-16 18:02:48 -04:00
i18n.md
Use string-based fields. [ci skip]
2018-04-16 19:09:45 -04:00
index.html.erb
Remove link for the kindle version of guides on edge
2018-04-11 11:47:11 -04:00
initialization.md
[ci skip]Change requring order of files in doc
2018-02-27 17:10:25 +09:00
layout.html.erb
✂️ jQuery for Rails Guides
2018-04-21 20:59:45 +09:00
layouts_and_rendering.md
Update "Layouts and Rendering in Rails" guide [ci skip]
2018-01-17 16:31:08 +02:00
maintenance_policy.md
Specify which series I'm talking about
2018-04-10 18:42:27 -04:00
plugins.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
rails_application_templates.md
Define path with __dir__
2017-05-23 00:53:51 +03:00
rails_on_rack.md
Add Rack::TempfileReaper to tests and docs
2018-01-30 18:21:07 -05:00
routing.md
Adding precision about which letter case to use for controller names … ( #32740 )
2018-04-27 14:09:54 -04:00
ruby_on_rails_guides_guidelines.md
document link processing in guides generation [ci skip]
2017-02-12 11:41:01 +01:00
security.md
Add the nonce: true
option for javascript_include_tag
helper.
2018-04-17 22:50:33 +03:00
testing.md
Update results of command in Testing guides [ci skip]
2018-04-23 03:26:31 +09:00
threading_and_code_execution.md
Fix typos [ci skip]
2018-01-11 00:56:35 +03:00
upgrading_ruby_on_rails.md
Deprecate controller level force_ssl
2018-03-30 09:58:28 -04:00
working_with_javascript_in_rails.md
Fix stoppable events in tests and docs.
2018-04-14 19:44:14 +03:00