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
2020-02-07 11:31:35 -06: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 remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
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
5_2_release_notes.md
6_0_release_notes.md
_license.html.erb
_welcome.html.erb
action_cable_overview.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
action_controller_overview.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
action_mailbox_basics.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
action_mailer_basics.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
action_text_overview.md Fix markup and improve Action Text guide a bit [ci skip] 2019-12-31 07:42:13 -03:00
action_view_overview.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
active_job_basics.md guides -> active_job -> add que backend [ci skip] 2020-01-21 21:29:56 -03:00
active_model_basics.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
active_record_basics.md Update Migration number to ensure consistency on the documentation [ci skip] 2020-01-25 15:12:33 -05:00
active_record_callbacks.md Only assign @new_record_before_save once in autosave_association 2020-01-06 12:57:33 -05:00
active_record_migrations.md Update Migration number from 5.0 to current 6.0 [ci skip] 2020-01-23 15:47:54 -05:00
active_record_multiple_databases.md Pass over the multi-db guide [ci skip] (#38314) 2020-01-27 00:20:47 +05:30
active_record_postgresql.md Fix the broken anchor of link [ci skip] 2020-01-06 19:15:53 +09:00
active_record_querying.md Add missing languages for guides code blocks [ci skip] 2019-12-17 19:38:45 -05:00
active_record_validations.md Add ActiveRecord::Validations::NumericalityValidator 2020-01-06 19:01:29 -05:00
active_storage_overview.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
active_support_core_extensions.md Merge pull request #37574 from Sean0628/mod-doc-for-including-and-excluding 2019-11-19 19:16:25 -06:00
active_support_instrumentation.md Remove connection_id key from the sql.active_record notification 2019-12-17 21:16:41 -03:00
api_app.md Update list of middleware for API-only in Guides 2020-01-23 12:49:47 +08:00
api_documentation_guidelines.md Add missing languages for guides code blocks [ci skip] 2019-12-17 19:38:45 -05:00
asset_pipeline.md Merge branch 'master' into doc/asset-pipeline-guide 2019-12-19 12:52:40 +08:00
association_basics.md Update Migration number to ensure consistency on the documentation [ci skip] 2020-01-25 15:12:33 -05:00
autoloading_and_reloading_constants.md removes redundant constantize call [skip ci] 2019-12-25 09:22:55 +01:00
autoloading_and_reloading_constants_classic_mode.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
caching_with_rails.md Fix syntax error [ci skip] 2020-02-05 16:04:59 +09:00
command_line.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
configuring.md Allow ActiveSupport deprecation warnings to be configured as disallowed 2020-01-15 13:28:11 -05:00
contributing_to_ruby_on_rails.md [ci skip] Brazilian portuguese translation effort (#38200) 2020-01-10 14:49:08 -05:00
debugging_rails_applications.md Update result from var instance output [ci skip] 2020-01-26 17:40:46 +09:00
development_dependencies_install.md Update "The Hard Way" setup for Arch Linux 2020-01-04 01:29:51 +00:00
documents.yaml Mark working_with_javascript_in_rails as WIP 2020-01-16 15:18:54 -05:00
engines.md updates docs about engine overrides [skip ci] 2020-02-02 01:09:11 +01:00
form_helpers.md
generators.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
getting_started.md Revise Getting Started Guide -- up to first route 2020-01-28 08:30:33 +11:00
i18n.md Fix title capitalization in guides according to guidelines [ci skip] 2019-12-23 10:47:23 +01:00
index.html.erb
initialization.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
layout.html.erb Use prism.js for code highlighting in guides [ci skip] 2019-12-16 19:52:13 +01:00
layouts_and_rendering.md Fix typo in Options for render [ci skip] 2019-11-30 11:34:08 -03:00
maintenance_policy.md
plugins.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
rails_application_templates.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
rails_on_rack.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
routing.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
ruby_on_rails_guides_guidelines.md Add preposition and conjunction example to title guideline [ci skip] 2019-12-23 10:51:11 +01:00
security.md remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
testing.md Update "Eagerly Requiring Helpers" section in testing docs [ci skip] 2020-02-04 04:06:54 +02:00
threading_and_code_execution.md Fix typo in threading and code execution guide [ci skip] 2020-01-21 15:40:19 -03:00
upgrading_ruby_on_rails.md add missing grave accent 2020-02-07 11:31:35 -06:00
working_with_javascript_in_rails.md Fix title capitalization in guides according to guidelines [ci skip] 2019-12-23 10:47:23 +01:00