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
Ryuta Kamizono fb60def5a4 Revert "Merge pull request #35216 from CHTJonas/patch-1"
This reverts commit b46601b56d, reversing
changes made to 4e6737f18a.
2019-02-11 23:53:31 +09:00
..
kindle
2_2_release_notes.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
2_3_release_notes.md Use the HTTPS protocol for links to Edges Guides [ci skip] 2018-08-28 13:49:58 +00:00
3_0_release_notes.md Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' 2018-10-02 13:55:39 +05:30
3_1_release_notes.md Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' 2018-10-02 13:55:39 +05:30
3_2_release_notes.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
4_0_release_notes.md use "minitest" consistently 2018-09-11 23:57:25 +02:00
4_1_release_notes.md [ci skip] corrects more grammar awkwardness, replacing denylist with restricted list and consistently use permitted 2018-08-22 21:52:17 -05:00
4_2_release_notes.md Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' 2018-10-02 13:55:39 +05:30
5_0_release_notes.md use "minitest" consistently 2018-09-11 23:57:25 +02:00
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 Rails guides are now served over https 2018-07-24 11:29:31 +09:00
6_0_release_notes.md Document the ActionCable JS changes in the upgrade guide & release notes 2019-01-14 15:49:06 -08:00
_license.html.erb
_welcome.html.erb Rails guides are now served over https 2018-07-24 11:29:31 +09:00
action_cable_overview.md Minimize boilerplate setup code for JavaScript libraries 2019-01-16 16:15:43 -05:00
action_controller_overview.md Fix typo a -> an, an -> a [ci skip] 2019-02-11 17:03:10 +09:00
action_mailbox_basics.md Add Exim and Qmail support to Action Mailbox 2019-01-12 21:38:26 -05: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 Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails 2018-07-25 04:10:29 +09:30
active_job_basics.md [ci skip] Add a Delayed Job project link. 2018-11-29 08:15:40 +01:00
active_model_basics.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
active_record_basics.md Specify the type for the auto-generated primary key 2019-01-09 16:29:56 -05:00
active_record_callbacks.md Clarify transactional behavior of after_commit and after_rollback callbacks 2018-09-14 08:48:26 +02:00
active_record_migrations.md Revert "Merge pull request #33563 from lzap/foreign-key-note-doc" 2019-02-11 16:00:01 +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 Prefer ImageProcessing's resize_to_limit macro over resize_to_fit 2019-01-24 11:46:42 -05:00
active_support_core_extensions.md Add a link to where "inquiry" is defined in ActiveSupport docs 2019-02-04 13:09:19 -05:00
active_support_instrumentation.md Merge pull request #34706 from ChrisBr/instrumentation-guide 2019-01-03 12:34:58 -05:00
api_app.md Cleanup the whitelisting references after #33145 2019-02-03 10:58:10 +02:00
api_documentation_guidelines.md use "minitest" consistently 2018-09-11 23:57:25 +02:00
asset_pipeline.md Fix typo a -> an, an -> a [ci skip] 2019-02-11 17:03:10 +09:00
association_basics.md Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28078) 2019-01-15 23:03:20 +09:00
autoloading_and_reloading_constants.md trace autoloads, and document hints for troubleshooting 2018-09-07 23:32:54 +02:00
caching_with_rails.md Changed webserver to web server. 2019-01-22 21:11:03 +05:30
command_line.md Indent guides as rails help command output[ci skip] 2018-11-19 22:48:50 +01:00
configuring.md Remove finalizer and configuration 2019-02-06 16:57:04 -08: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 "Development Dependencies Install" guide [ci skip] 2019-01-19 23:28:25 +00:00
documents.yaml Add Action Text to guides [ci skip] 2019-01-05 13:30:37 +02:00
engines.md Add ActionCable channel/connection load hooks 2019-01-29 22:07:49 -05:00
form_helpers.md Improve readability in form helpers guide [ci skip] 2018-09-17 17:30:25 +09:00
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 Update template missing text in Guide 2019-02-04 15:57:37 +01:00
i18n.md Add reasoning for I18n.with_locale and explanation that the problem is 2019-01-10 21:35:45 +01:00
index.html.erb Add OG tags to layout.html.erb 2019-01-09 13:23:22 +09:00
initialization.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
layout.html.erb Add OG tags to layout.html.erb 2019-01-09 13:23:22 +09:00
layouts_and_rendering.md Update guide for the counter variable when rendering with the as: option 2018-10-16 20:52:34 -04:00
maintenance_policy.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
plugins.md Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails 2018-07-25 04:10:29 +09:30
rails_application_templates.md Abort early if generator command fails (#34420) 2018-12-07 15:01:32 +09:00
rails_on_rack.md Changed webserver to web server. 2019-01-22 21:11:03 +05:30
routing.md Use consistent hash syntax for routes 2019-02-01 19:48:35 -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 Fix typo in ActionCable::Connection::TestCase reference 2019-01-24 20:35:58 -05:00
threading_and_code_execution.md Rails guides are now served over https 2018-07-24 11:29:31 +09:00
upgrading_ruby_on_rails.md Document the ActionCable JS changes in the upgrade guide & release notes 2019-01-14 15:49:06 -08:00
working_with_javascript_in_rails.md Revert "Merge pull request #35216 from CHTJonas/patch-1" 2019-02-11 23:53:31 +09:00