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
Matthew Draper 815abf1175
Merge pull request #25780 from Ropeney/patch-1
Update ActionCable Rebroadcasting a Message documentation
2016-07-20 00:39:18 -03:00
..
kindle
2_2_release_notes.md Fix markdown syntax in 'Ruby on Rails 2.2 Release Notes' [ci skip] 2016-05-06 16:21:20 +02:00
2_3_release_notes.md Fix broken links in 'Ruby on Rails 2.3 Release Notes' [ci skip] 2016-05-06 18:55:21 +02:00
3_0_release_notes.md Fix link in 'Ruby on Rails 3.0 Release Notes' [ci skip] 2016-05-06 16:47:45 +02: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
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
4_2_release_notes.md
5_0_release_notes.md fixes a link in the release notes of 5.0 [ci skip] 2016-07-14 12:18:15 +02:00
_license.html.erb
_welcome.html.erb
action_cable_overview.md Merge pull request #25780 from Ropeney/patch-1 2016-07-20 00:39:18 -03: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 remove -t option from default sendmail arguments [ci skip] 2016-07-06 21:26:48 +09:00
action_view_overview.md Guides changes, follow up of #24401 2016-04-05 11:42:07 +05:30
active_job_basics.md Merge pull request #25378 from nikhilthombare/patch-1 2016-06-13 13:01:52 -04:00
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
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
active_record_querying.md Use #distinct instead of #uniq in the guides [ci skip] (#25098) 2016-05-21 11:07:01 -03: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 Support for unified Integer class in Ruby 2.4+ 2016-05-18 22:04:22 -07:00
active_support_instrumentation.md add headers to payload list [ci skip] 2016-03-13 09:40:38 +09:00
api_app.md Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in guides [ci skip] 2016-04-30 19:39:38 -07:00
api_documentation_guidelines.md [ci skip] correction in command for generating api documentation 2016-07-15 18:44:24 -03:00
asset_pipeline.md Fix typos in asset_pipeline.md [ci skip] 2016-04-29 12:27:27 -06:00
association_basics.md Update how to clear the association cache 2016-03-28 09:03:02 -05:00
autoloading_and_reloading_constants.md autoloading guide: specify autoload paths are set when the app boots [ci skip] 2016-05-26 07:43:12 +02: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 Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in guides [ci skip] 2016-04-30 19:39:38 -07:00
configuring.md remove -t option from default sendmail arguments [ci skip] 2016-07-06 21:26:48 +09:00
contributing_to_ruby_on_rails.md [ci skip] Update 'Testing Active Record' 2016-02-14 13:11:31 +09:00
credits.html.erb
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 pull request #25612 from vipulnsward/publish-testing-guide 2016-06-30 17:19:47 -03: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
getting_started.md Merge pull request #25597 from prathamesh-sonpatki/update-getting-started-master 2016-06-30 12:02:18 -04:00
i18n.md Merge pull request #25845 from znz/fix-broken-link 2016-07-15 17:01:35 -03:00
index.html.erb
initialization.md Merge pull request #25716 from willnet/remove-rails-4 2016-07-13 18:23:39 -03:00
layout.html.erb - Update Syntax Highlighter to version 4. 2016-07-04 08:06:58 +02: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 Add 4.2.Z back to the maintenance list 2016-05-23 17:33:16 -03:00
nested_model_forms.md
plugins.md
profiling.md
rails_application_templates.md The tasks in the rails task namespace is deprecated in favor of app namespace. 2016-02-26 19:35:23 +09:00
rails_on_rack.md Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in guides [ci skip] 2016-04-30 19:39:38 -07:00
routing.md Remove incorrect Rack documentation example 2016-03-07 12:47:08 -05:00
ruby_on_rails_guides_guidelines.md
security.md [ci skip] Parameter filter performs regular expression partial matching 2016-03-31 18:15:44 +03:00
testing.md Merge pull request #25596 from prathamesh-sonpatki/testing-guide-50 2016-06-30 12:03:30 -04:00
upgrading_ruby_on_rails.md Merge pull request #25731 from chen7897499/fix_typo 2016-07-07 08:40:50 +02:00
working_with_javascript_in_rails.md Update JavaScript guide for Turbolinks 5 2016-02-23 17:56:42 -06:00