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
Bart de Water 4ab4364a51 [ci skip] setting :inverse_of works with :as, :through and :polymorphic options, and is needed for bi-directionality with a scope
[ci skip] Remove :conditions opion from association basics guide

This got replaced by scopes.
2018-01-10 11:59:24 -05:00
..
kindle Remove trailing spaces [ci skip] 2017-08-27 22:29:56 +09:00
2_2_release_notes.md Removes broken performance testing link from the 2.2 release notes 2016-09-28 14:11:26 +01:00
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 changes [ci skip] 2017-11-30 09:35:26 +03:00
4_0_release_notes.md Cosmetic fixes [ci skip] 2017-10-06 09:02:56 +03: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 Fix the desc for image_alt change [ci skip] 2018-01-07 22:29:13 +05:30
_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 [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 [ci skip] Update MVC wiki link 2017-11-28 16:42:11 +05:30
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 Update "Action View Overview" guide [ci skip] 2017-12-26 13:30:39 +02: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 [ci skip] Added Object Relational Mapping wiki link 2017-12-19 11:19:26 +05:30
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 Remove default ENGINE documentation for MySQL and MariaDB 2017-12-11 10:46:25 +01: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 Update "Active Record Query Interface" guide [ci skip] 2017-12-04 01:18:59 +02:00
active_record_validations.md Remove obsolete explanation 2017-08-17 23:49:49 +09:00
active_storage_overview.md Merge pull request #31534 from claudiob/kaspth-approach 2018-01-09 20:59:04 +01:00
active_support_core_extensions.md Suppress warning: BigDecimal.new is deprecated 2017-12-15 01:19:57 +00: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] 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
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 changes [ci skip] 2017-11-30 09:35:26 +03:00
association_basics.md [ci skip] setting :inverse_of works with :as, :through and :polymorphic options, and is needed for bi-directionality with a scope 2018-01-10 11:59:24 -05: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 Cosmetic changes [ci skip] 2017-11-30 09:35:26 +03: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 Move config.action_view.cache_template_loading to proper section in configuring.md [ci skip] 2018-01-03 19:53:51 +02:00
contributing_to_ruby_on_rails.md emphasize working on existing issues/patches for newcomers [ci skip] 2017-12-17 14:14:40 +01:00
credits.html.erb Update Jason Zimdars twitter 2016-08-31 22:09:22 +03: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 the result of rails routes in Guide [ci skip] 2017-10-09 09:54:35 +09:00
i18n.md Cosmetic changes [ci skip] 2017-11-30 09:35:26 +03:00
index.html.erb
initialization.md Cosmetic changes [ci skip] 2017-11-30 09:35:26 +03: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 Update the maintenance policy [ci skip] 2017-03-20 15:04:57 -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 Merge pull request #31242 from fgo/patch-22 2017-11-27 14:48:04 -05:00
routing.md [ci skip] Update routing guide for Direct 2017-12-12 14:07:58 +09: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 Merge pull request #30474 from yhirano55/make_it_same_title_in_index_and_page 2017-12-13 10:23:14 -05:00
testing.md Fix "the the " [ci skip] 2018-01-10 09:57:37 +09: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 Fix "the the " [ci skip] 2018-01-10 09:57:37 +09:00
working_with_javascript_in_rails.md Cosmetic changes [ci skip] 2017-11-30 09:35:26 +03:00