rails/guides/source
2016-05-18 09:07:01 -04:00
..
kindle Fixed unclosed tags in kindle guide source [ci skip] 2015-09-19 12:15:34 +05:30
_license.html.erb
_welcome.html.erb let the guides home point to the new release series endpoints [ci skip] 2015-09-18 12:27:31 -07:00
2_2_release_notes.md http --> https 2016-05-06 17:59:27 -04:00
2_3_release_notes.md Merge branch 'master' of github.com:rails/docrails 2016-05-14 09:54:23 +00:00
3_0_release_notes.md http --> https 2016-05-06 17:59:27 -04:00
3_1_release_notes.md Fix broken link in 'Ruby on Rails 3.1 Release Notes' [ci skip] 2016-04-08 16:09:12 +02:00
3_2_release_notes.md Replace an UNIQUE with a UNIQUE as UNIQUE doesn't have a vowel sound [ci skip] 2015-10-07 23:05:01 +05:30
4_0_release_notes.md Fix broken link in 'Ruby on Rails 4.0 Release Notes' [ci skip] 2016-04-15 13:15:03 +02:00
4_1_release_notes.md [ci skip] Fix table of 4_1_release_notes.md 2015-02-28 18:24:15 +09:00
4_2_release_notes.md Use correct path in documentation. 2016-02-12 13:53:18 -05:00
5_0_release_notes.md Release notes: Add a note about use_transactional_tests in the deprecated section of Active Record notes [ci skip] 2016-05-06 14:13:06 -05:00
action_cable_overview.md change cable.coffee to cable.js [ci skip] 2016-05-07 21:15:33 +02:00
action_controller_overview.md [ci skip] Parameter filter performs regular expression partial matching 2016-03-31 18:15:44 +03:00
action_mailer_basics.md update Active Job default adapter [ci skip] 2016-03-22 07:45:10 +09:00
action_view_overview.md Guides changes, follow up of #24401 2016-04-05 11:42:07 +05:30
active_job_basics.md - Added documentation for ActiveJob queue adapter for a specific job. 2016-04-20 00:50:50 +05:30
active_model_basics.md Fix Active Model basics introduction to indicate it only introduces us to integration and not complete i18n framework. 2016-04-05 13:25:24 +05:30
active_record_basics.md [ci skip] Update all guides with null: false change in migrations 2016-03-03 13:54:04 +05:30
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 Fix wording related to adapters supporting database comments [ci skip] 2016-04-18 11:34:55 +05:30
active_record_postgresql.md update supported version of PostgreSQL in docs [ci skip] 2016-02-03 22:24:29 +09:00
active_record_querying.md Add SQL examples for equality and NOT [ci skip] 2016-04-21 17:19:45 -04:00
active_record_validations.md Active Model: Improve CHANGELOG and documentation for validates_acceptance_of [ci skip] 2016-05-05 16:25:47 -05:00
active_support_core_extensions.md Use consistent term [skip ci] 2016-05-08 18:57:37 +08:00
active_support_instrumentation.md add headers to payload list [ci skip] 2016-03-13 09:40:38 +09:00
api_app.md Pass over API Apps guide grammar. [ci skip] 2016-05-16 02:56:14 +05:30
api_documentation_guidelines.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
asset_pipeline.md Merge branch 'master' of github.com:rails/docrails 2016-05-14 09:54:23 +00:00
association_basics.md Update how to clear the association cache 2016-03-28 09:03:02 -05:00
autoloading_and_reloading_constants.md Fix small typos [ci skip] 2016-04-20 20:19:11 -04:00
caching_with_rails.md Fixes for the strong & weak ETags guide [ci skip] 2016-04-07 23:18:50 -04:00
command_line.md The ActiveRecord::ConnectionAdapters::ConnectionManagement and ActiveRecord::QueryCache middlewares were removed with Executor addition on d3c9d808e3e242155a44fd2a89ef272cfade8fe8 2016-05-16 01:56:44 +05:30
configuring.md The ActiveRecord::ConnectionAdapters::ConnectionManagement and ActiveRecord::QueryCache middlewares were removed with Executor addition on d3c9d808e3e242155a44fd2a89ef272cfade8fe8 2016-05-16 01:56:44 +05:30
contributing_to_ruby_on_rails.md Change http github links to https [ci skip] 2016-05-08 03:37:03 +03:00
credits.html.erb Ryan Bigg has changed jobs. 2015-07-27 15:17:01 +10:00
debugging_rails_applications.md Pass over debugging guide 2016-04-28 20:00:06 +05:30
development_dependencies_install.md remove old-dead link 2016-03-27 09:19:56 +00:00
documents.yaml Merge branch 'master' of github.com:rails/docrails 2016-03-06 06:58:36 +00:00
engines.md Fix author callback in engines guide [ci skip] 2016-03-04 12:37:05 -05:00
form_helpers.md remove deprecated datetime_field from guide [ci skip] 2016-04-03 07:57:50 +09:00
generators.md cherry-pick test and source doc from #20050 2015-06-25 15:25:49 +09:00
getting_started.md Getting Started Guide: Add invoke test_unit to files table [ci skip] 2016-05-12 00:49:00 +10:00
i18n.md remove obsolete i18n links from guides [ci skip] 2016-03-10 17:01:03 +01:00
index.html.erb
initialization.md Merge branch 'master' of github.com:rails/docrails 2016-03-06 06:58:36 +00:00
layout.html.erb restores the guides layout header [ci skip] 2016-02-13 17:56:56 +01:00
layouts_and_rendering.md Update the rendering guide to match the current behavior 2016-03-05 20:07:27 -03:00
maintenance_policy.md Update the maintenance policy for the next release. 2016-01-04 17:23:34 -02:00
nested_model_forms.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
plugins.md use bin/rails default instead of rake commands [ci skip] 2016-01-19 23:47:14 +05:30
profiling.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
rails_application_templates.md Add tick marks + small grammar change 2016-05-17 22:46:07 -04:00
rails_on_rack.md PerRequestDigestCacheExpiry middlware was been removed. Removed traces, for the same. 2016-05-17 02:47:37 +05:30
routing.md Light grammar edits to beginning of Routing guide 2016-05-18 09:07:01 -04:00
ruby_on_rails_guides_guidelines.md Update instructions to build guides locally [ci skip] 2015-04-28 15:33:13 +03:00
security.md [ci skip] Parameter filter performs regular expression partial matching 2016-03-31 18:15:44 +03:00
testing.md Clarify fixtures examples [ci skip] 2016-04-08 12:06:13 -07:00
upgrading_ruby_on_rails.md Merge branch 'master' of github.com:rails/docrails 2016-04-29 16:00:15 +00:00
working_with_javascript_in_rails.md Minor syntax change 2016-05-10 11:34:12 -05:00