..
kindle
Remove trailing spaces [ci skip]
2017-08-27 22:29:56 +09:00
2_2_release_notes.md
2_3_release_notes.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
3_0_release_notes.md
Use https instead of http in guide [ci skip]
2017-08-23 09:39:45 +09: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 fixes [ci skip]
2017-10-06 09:02:56 +03:00
4_0_release_notes.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
4_1_release_notes.md
4_2_release_notes.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
5_0_release_notes.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
5_1_release_notes.md
[ci skip] Updated 5_1_release_notes.md to include support to :text and :nothing in render
2017-10-27 10:04:00 -07:00
_license.html.erb
_welcome.html.erb
Add v5.1 to earlier releases list in guide [ci skip]
2017-10-07 11:20:53 +09:00
action_cable_overview.md
Update Action Cable Overview Guide [ci skip]
2017-11-22 16:33:28 +00:00
action_controller_overview.md
[ci skip]Add space before closing curly brace
2017-10-25 13:29:18 +09:00
action_mailer_basics.md
[ci skip] Fix the with order and explain it.
2017-09-24 18:46:28 +02:00
action_view_overview.md
Remove a needless space in Action View Guide [ci skip]
2017-10-12 09:10:58 +09:00
active_job_basics.md
Use ApplicationJob instead of ActiveJob::Base in guide [ci skip]
2017-09-18 22:15:46 +09:00
active_model_basics.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
active_record_basics.md
Add mention how to delete several records in bulk to Active Record Basics Guides [ci skip]
2017-10-18 15:03:06 +03:00
active_record_callbacks.md
Move touch method from Skipping Callbacks section to Running Callbacks section [ci skip]
2017-11-13 15:48:25 +05:30
active_record_migrations.md
Use https instead of http in guide [ci skip]
2017-08-23 09:39:45 +09:00
active_record_postgresql.md
Change http postgresql.org links to https [ci skip]
2017-07-30 21:52:31 +09:00
active_record_querying.md
fix the description for the select_all
[ci skip]
2017-10-12 15:54:09 +05:30
active_record_validations.md
Remove obsolete explanation
2017-08-17 23:49:49 +09:00
active_support_core_extensions.md
Update "Active Support Core Extensions" guide
2017-10-24 21:17:54 +03:00
active_support_instrumentation.md
Add unpermitted_parameters.action_controller hook to instrument guide [ci skip]
2017-10-14 08:11:14 +09:00
api_app.md
Fix rails middleware list in api_app guide [ci skip]
2017-09-24 05:55:50 +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
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
association_basics.md
Update Rails Guides about :autosave option
2017-09-20 22:37:19 +03:00
autoloading_and_reloading_constants.md
updates autoloading guide for Ruby 2.5 [ci skip]
2017-11-01 11:54:23 +01:00
caching_with_rails.md
Cache: Enable compression by default for values > 1kB.
2017-11-13 22:02:45 -07:00
command_line.md
Use -e
option to specify the environment in console command [ci skip]
2017-11-10 13:50:16 +09:00
configuring.md
Change form_with
to generates ids by default
2017-11-25 11:55:02 -05:00
contributing_to_ruby_on_rails.md
Fix link Contributing Ruby on Rails [ci skip]
2017-08-21 21:15:58 +09:00
credits.html.erb
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
Start on a guide for the Executor & Load Interlock
2017-11-16 22:55:07 +10:30
engines.md
Add load hook for ActionDispatch::SystemTestCase
2017-10-28 12:50:10 +09:00
form_helpers.md
Update Form Helpers guide to fix example codes [ci skip]
2017-09-17 07:35:36 +09:00
generators.md
Update generator guide [ci skip]
2017-08-21 19:42:16 +09:00
getting_started.md
Fix the result of rails routes
in Guide [ci skip]
2017-10-09 09:54:35 +09:00
i18n.md
Update mailing list URL in I18n guide [ci skip]
2017-10-17 15:20:04 +09:00
index.html.erb
initialization.md
Remove not used gems by default [ci skip]
2017-09-11 07:42:08 +09:00
layout.html.erb
Update guide layout [ci skip]
2017-11-25 14:04:42 +00:00
layouts_and_rendering.md
Correct render method's response header's content type for option(:body) from text/html to text/plain. ( #31212 )
2017-11-24 13:38:21 +05:30
maintenance_policy.md
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
Update Rails on Rack guide [ci skip]
2017-08-21 14:15:21 +09:00
routing.md
Replaces the 17 for the actual call to params[:id] that would make the code work as intended. [ci skip]
2017-08-06 12:43:57 -03:00
ruby_on_rails_guides_guidelines.md
security.md
[ci skip] SecureRandom should mentioned Win32 CryptoAPI functions ins… ( #31225 )
2017-11-25 21:13:17 +10:30
testing.md
[ci skip] Added example for using headless_chrome with ActionDispatch::SystemTestCase
2017-11-18 19:02:37 +00:00
threading_and_code_execution.md
Pass over Execution guide[ci skip]
2017-11-20 19:19:00 +05:30
upgrading_ruby_on_rails.md
Cosmetic fixes [ci skip]
2017-10-06 09:02:56 +03:00
working_with_javascript_in_rails.md
Merge pull request #30881 from dimroc/master
2017-11-25 00:56:06 +05:30