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
Jon Moss 3ded07e7c8 Add configuration section to "Active Record Basics" guide
This is to fill in some missing information as apart of #22931.

It's on purpose that the sample `Message` model inherits from
`ActiveRecord::Base` -- Active Record is not meant to be coupled to
Rails, and we can't guarantee that users outside of the Rails world will
have an `ApplicationRecord` class that inherits from
`ActiveRecord::Base`.

[ci skip]
2016-01-30 19:46:00 -05: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 Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 release notes [ci skip] 2016-01-02 22:35:23 +05:30
_license.html.erb
_welcome.html.erb
action_controller_overview.md [ci skip] update guide for Puma web server instead of Webrick 2016-01-20 00:50:47 +05:30
action_mailer_basics.md
action_view_overview.md Improve readability of CacheHelper section 2015-12-23 16:42:54 -05:00
active_job_basics.md Add job suffix to sample's job file name 2016-01-05 11:28:55 +00:00
active_model_basics.md
active_record_basics.md Add configuration section to "Active Record Basics" guide 2016-01-30 19:46:00 -05:00
active_record_callbacks.md Mention that halting chain does not re-raise ActiveRecord::RecordInvalid exception as well, similar to ActiveRecord::Rollback 2016-01-19 15:21:53 +05:30
active_record_migrations.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
active_record_postgresql.md Explain how HStore columns can be queried [ci skip] 2016-01-18 14:39:50 +05:30
active_record_querying.md English explanation to multi-level nested join 2016-01-27 21:54:34 -06:00
active_record_validations.md
active_support_core_extensions.md
active_support_instrumentation.md
api_app.md Docs review of api_app.md 2016-01-28 18:46:02 -05:00
api_documentation_guidelines.md
asset_pipeline.md Fix typos in asset_pipeline.md 2016-01-27 10:55:49 -05:00
association_basics.md Fix discrepancies in associations guide [ci skip] 2016-01-19 12:02:23 +05:30
autoloading_and_reloading_constants.md
caching_with_rails.md
command_line.md Rails 5.0+ rake commands implemented in Rails Framework itself. We prefer to use bin/rails instead of rake [ci skip] 2016-01-22 22:20:03 +05:30
configuring.md Merge branch 'master' of github.com:rails/docrails 2016-01-22 20:14:43 +00:00
contributing_to_ruby_on_rails.md typo fix [ci skip] 2016-01-31 00:59:14 +05:30
credits.html.erb
debugging_rails_applications.md [ci skip] update guide for Puma web server instead of Webrick 2016-01-20 00:50:47 +05:30
development_dependencies_install.md remove legacy mysql from guides to match #22715 2016-01-09 09:10:49 -08:00
documents.yaml Mark API guide as work in progress 2016-01-28 17:16:29 -05:00
engines.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
form_helpers.md
generators.md
getting_started.md Getting Started Guide: Update Ruby version to 2.3.0p0 2016-01-29 14:18:11 +11:00
i18n.md
index.html.erb
initialization.md [ci skip] Update rails/all.rb reference. 2015-12-30 22:30:29 +01:00
layout.html.erb - Remove dead links and take users to just the home page instead 2016-01-19 23:22:25 +05:30
layouts_and_rendering.md Make text about render :html option clearer to state, text will get escaped if not marked as safe by using html_safe 2016-01-19 15:15:25 +05:30
maintenance_policy.md Update the maintenance policy for the next release. 2016-01-04 17:23:34 -02:00
nested_model_forms.md
plugins.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
profiling.md
rails_application_templates.md - Changed from bin/rake to bin/rails at more application places. 2016-01-20 00:34:31 +05:30
rails_on_rack.md - Changed from bin/rake to bin/rails at more application places. 2016-01-20 00:34:31 +05:30
routing.md Update the exception of format constraint in routes 2016-01-23 19:15:46 -06:00
ruby_on_rails_guides_guidelines.md
security.md
testing.md Small cleanup to Testing Guide 2016-01-30 15:10:25 -05:00
upgrading_ruby_on_rails.md remove duplication section [ci skip] 2016-01-27 16:39:22 +05:30
working_with_javascript_in_rails.md