rails--rails/guides/source
Andrew White 033f654027 Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing
Fix inconsistent parsing of Durations with both months and years
2017-01-12 07:20:28 +00:00
..
kindle
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
3_0_release_notes.md
3_1_release_notes.md Consistent examples and template for assets#precompile 2016-08-19 22:24:54 +02:00
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 Add missing release notes entry for f02a35b86e [ci skip] 2017-01-09 14:05:22 +05:30
_license.html.erb
_welcome.html.erb
action_cable_overview.md Abuse of protected in guides 2016-12-25 02:15:32 +09:00
action_controller_overview.md adds support for arbitrary hashes in strong parameters 2016-11-11 23:31:50 +01:00
action_mailer_basics.md stop using removed `render :text` 2016-12-03 15:28:59 +09:00
action_view_overview.md Change html-scanner to rails-html-sanitizer 2016-11-19 20:31:25 -05:00
active_job_basics.md [ci skip] Updates ActiveJob guide on default runner. 2016-08-18 23:00:07 +01:00
active_model_basics.md Minor doc fix related to ActiveModel::SecurePassword [ci skip] 2016-08-11 01:55:45 +05:30
active_record_basics.md
active_record_callbacks.md Merge pull request #25427 from eugeneius/update_increment_documentation 2017-01-08 20:56:38 +01:00
active_record_migrations.md Add missing spaces [ci skip] 2016-11-07 01:43:59 +02:00
active_record_postgresql.md Use proper output format [ci skip] (#27498) 2016-12-29 18:27:48 +05:30
active_record_querying.md Update guides/source/active_record_querying.md 2016-11-10 20:42:23 +02:00
active_record_validations.md
active_support_core_extensions.md [ci skip] Rejigger the dublicable? wording a bit. 2016-12-29 20:20:34 +01:00
active_support_instrumentation.md [ci skip] Expand context on `:cache_hits`. 2016-11-08 18:52:31 +01:00
api_app.md
api_documentation_guidelines.md
asset_pipeline.md Fix typo in asset_pipeline.md [ci skip] 2017-01-05 12:42:35 +09:00
association_basics.md Clarify Bi-directional Associations docs 2017-01-03 09:10:36 -06:00
autoloading_and_reloading_constants.md
caching_with_rails.md Remove the word "mongrel" from documents 2016-09-07 01:59:37 +09:00
command_line.md Update schema cache doc in guides/command_line 2016-12-31 11:42:23 -05:00
configuring.md update doc about assets digest class [ci skip] 2016-10-30 09:34:27 +09:00
contributing_to_ruby_on_rails.md [ci skip] Fix typo in Guides: Contributing 2016-10-17 16:31:01 -05:00
credits.html.erb Update Jason Zimdars twitter 2016-08-31 22:09:22 +03:00
debugging_rails_applications.md Fix inconsistent results when parsing large durations and constructing durations from code 2017-01-09 23:04:48 +03:00
development_dependencies_install.md Mention JS Runtime dependency in dev dependencies guide [ci skip]. 2016-12-14 16:08:44 +01:00
documents.yaml Rename the title of comand_line.md in index 2016-08-24 11:27:00 +09:00
engines.md [ci skip] Fixed commas according to Oxford comma in rdoc and guides 2016-09-17 22:36:13 +03:00
form_helpers.md Fixes #27202, [ci skip] 2016-11-30 21:22:30 +01:00
generators.md How to disable scaffolds.scss in generators.md (#27383) 2016-12-17 12:29:55 -05:00
getting_started.md public methods can be placed after private ones if you want to 2016-12-25 02:19:35 +09:00
i18n.md Add instructions for available_locales [skip ci] 2017-01-04 12:39:30 +02:00
index.html.erb
initialization.md [ci skip] Update initialization guide samples. 2016-12-20 20:13:22 +01:00
layout.html.erb Fix HTML escaping in the guides 2016-10-25 11:19:28 -02:00
layouts_and_rendering.md Fix small typo in Layouts and Rendering guide. [ci skip] 2016-11-14 14:07:21 -07:00
maintenance_policy.md
nested_model_forms.md
plugins.md When referring to Rails, be consistent in usage of capitalized form, unless it is used in context of a command like bin/rails or the rails directory [ci skip] 2016-08-19 14:17:07 +05:30
profiling.md
rails_application_templates.md
rails_on_rack.md Remove `Rack::Runtime from console log [ci skip] 2016-10-31 17:53:52 +09:00
routing.md Add note on defaults block option 2016-12-14 17:17:44 -08:00
ruby_on_rails_guides_guidelines.md
security.md Merge branch 'master' of github.com:rails/docrails 2016-12-16 15:21:06 +00:00
testing.md remove deprecated `assert_send` from assertion list [ci skip] 2016-12-09 16:12:56 +09:00
upgrading_ruby_on_rails.md Revert "Revert "Merge pull request #17943 from jeremywadsack/doc_cache_importability"" 2016-12-29 01:33:01 -05:00
working_with_javascript_in_rails.md