rails/guides/source
Robin Dupret 4142a3019c Follow up to 38ad5438 [ci skip]
This commit adds new lines between titles, paragraphs and code blocks
for an easier reading.

Moreover, in order to be consistent with the other guides, let's remove
the sharps on the right side of the different titles.

The "Running a Single Test" part was also explained after the "Testing
Active Record" one which shows how to run a single test under the scope
of a specific adapter.

Finally, let's explain the `-n` option to run a specific test method.
2014-05-02 12:10:19 +02:00
..
kindle delete obsolete KINDLE.md. Closes #13037. [ci skip]. 2013-11-28 17:49:29 +01:00
_license.html.erb
_welcome.html.erb Fix version indicator on guides and link to Rails 4.0 [ci skip] 2014-04-11 13:39:37 -03:00
2_2_release_notes.md Typo and grammatical fixes [ci skip] 2013-12-02 19:35:02 +05:30
2_3_release_notes.md Fixed URL link to rendered_component plugin [ci skip] 2013-10-23 22:32:29 +05:30
3_0_release_notes.md [ci skip] Use plain underscore instead of "\_". 2014-04-13 23:56:59 +08:00
3_1_release_notes.md release notes link to fixed versions of the API. [ci skip] 2013-12-17 12:19:56 +01:00
3_2_release_notes.md [ci skip] Use plain underscore instead of "\_". 2014-04-13 23:56:59 +08:00
4_0_release_notes.md minor doc reword. Upgrade Rails itself not to Rails. [ci skip] 2013-12-17 11:21:11 +01:00
4_1_release_notes.md [ci skip] Fix Pull Request URL in 4.1 release note. 2014-03-27 01:39:58 +08:00
action_controller_overview.md "subhash" --> "sub-hash" 2014-04-19 04:03:43 +05:30
action_mailer_basics.md Merge pull request #13728 from semenyukdmitriy/master 2014-01-22 01:53:30 -08:00
action_view_overview.md docs, shorten CsrfHelper description and refer to security guide. [ci skip] 2014-03-08 15:46:43 +01:00
active_model_basics.md Merge pull request #10816 from bogdan/less-dirty-dirty 2013-09-23 10:59:05 -03:00
active_record_basics.md Some fixes in docs [ci skip] 2013-10-11 22:21:07 -07:00
active_record_callbacks.md Add after_commit/after_rollback to callback list 2014-04-10 14:58:36 -05:00
active_record_querying.md In Active Record Querying guide, currently Merging of scopes section uses a concept of default scope in its example before it is introduced in the following section titled Applying a default scope. 2014-04-02 23:39:22 -07:00
active_record_validations.md Merge branch 'master' of github.com:rails/docrails 2014-02-09 23:33:55 +05:30
active_support_core_extensions.md [ci skip] builtin -> built-in 2014-04-20 21:03:09 +05:30
active_support_instrumentation.md Added a missing end 2014-04-28 17:52:07 +02:00
api_documentation_guidelines.md Add tip about using RDoc's --pipe command to quickly test the output of 2014-02-10 23:29:33 -08:00
asset_pipeline.md Merge branch 'master' of github.com:rails/docrails 2014-04-18 21:59:44 +05:30
association_basics.md [ci skip] Use plain underscore instead of "\_". 2014-04-13 23:56:59 +08:00
caching_with_rails.md Change links to 37signals and svn blog to point to new destinations. [ci skip] 2014-04-12 12:46:04 +05:30
command_line.md Fix spelling and proper nouns 2014-04-17 23:24:41 -04:00
configuring.md [ci skip] builtin -> built-in 2014-04-20 21:03:09 +05:30
contributing_to_ruby_on_rails.md Follow up to 38ad5438 [ci skip] 2014-05-02 12:10:19 +02:00
credits.html.erb Change links to 37signals and svn blog to point to new destinations. [ci skip] 2014-04-12 12:46:04 +05:30
debugging_rails_applications.md Fix a few typos [ci skip] 2014-04-12 20:12:47 +02:00
development_dependencies_install.md Added OS X specific commands to installation guide [ci skip] 2014-04-07 00:07:46 +03:00
documents.yaml The 4.1 release notes is already a thing so lets show in the guides 2014-03-10 10:32:16 -03:00
engines.md Merge pull request #11836 from mcfiredrill/engines-testing-doc 2014-04-16 10:49:26 -04:00
form_helpers.md Merge pull request #14872 from jonatack/patch-7 2014-04-27 01:17:17 +05:30
generators.md Spelling and Grammar check [ci skip] 2013-12-16 00:44:37 +05:30
getting_started.md the use of ... in place >> using ... instead 2014-04-30 01:05:56 +02:00
i18n.md [skip ci] Reorder i18n guide 2014-04-16 14:26:47 -05:00
index.html.erb 1.9 Hash Syntax 2013-07-08 17:21:25 +09:00
initialization.md wrap methods in backticks [ci skip] 2014-04-19 14:19:53 +04:00
layout.html.erb [ci skip] Close the meta tag with '/>' instead of '>' 2014-02-19 13:39:31 +05:30
layouts_and_rendering.md Do note remove Content-Type when render :body 2014-03-05 10:33:52 -05:00
maintenance_policy.md Updates the maintenance policy with new Rails versions 2014-04-08 23:18:49 +03:00
migrations.md [ci skip] Add missing end in one of the examples in Migrations.md. 2014-04-15 15:57:09 +08:00
nested_model_forms.md [ci skip] Improve doc, fix grammatical issue 2014-04-13 21:20:31 +05:30
plugins.md [skip ci] Standardized punctuation. 2014-02-25 12:31:19 +08:00
rails_application_templates.md Remove the link for code.whytheluckystiff.net 2013-12-16 16:57:35 -02:00
rails_on_rack.md Update documentation to use Rails.application instead 2014-04-13 05:52:04 -05:00
routing.md Update documentation to use Rails.application instead 2014-04-13 05:52:04 -05:00
ruby_on_rails_guides_guidelines.md API Documentation Guidelines link correction [ci skip] 2013-11-23 10:45:07 +05:30
security.md [ci skip] Security guide clarity. 2014-05-01 14:09:09 -05:00
testing.md Instead boat load of libraries, simply say StdLib 2014-04-09 04:34:33 +05:30
upgrading_ruby_on_rails.md Correct factual error for page not found 2014-04-10 15:41:09 +05:30
working_with_javascript_in_rails.md Add preventDefault() on click event 2014-03-07 10:46:27 -08:00