rails/guides/source
Staphany Park 3862c55049 Add fixture use case to testing.md.
I think people would find it useful to know that you can pass in multiple fixture names to get an array of all the fixtures. I've found this useful in my own app. It looks like there already a test case that supports this feature (https://github.com/rails/rails/blob/master/activerecord/test/cases/fixtures_test.rb#L398), but it's just not documented here.

I look forward to your feedback!
2015-06-13 01:11:25 -04:00
..
kindle Fixed typos in guide 2015-06-01 21:16:30 +05:30
_license.html.erb
_welcome.html.erb Including links to earlier releases guides (4.1.8 and 4.0.12) [ci skip] 2015-01-02 15:44:25 +10:00
2_2_release_notes.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
2_3_release_notes.md Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci skip] 2015-03-19 22:11:18 +05:30
3_0_release_notes.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
3_1_release_notes.md Fixed typos in guide 2015-06-01 21:16:30 +05:30
3_2_release_notes.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
4_0_release_notes.md Merge branch 'master' of github.com:rails/docrails 2015-03-26 16:22:41 +00: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 Revert "Merge pull request #19817 from tpitale/4_2-release-notes-fix" 2015-04-28 20:58:05 -07:00
action_controller_overview.md Tiny grammar correction in documentation [ci skip] 2015-05-05 10:52:53 -04:00
action_mailer_basics.md Fix email with name format in Guides. [ci skip] 2015-05-26 13:49:41 -03:00
action_view_overview.md [ci skip] Fix hours to minutes in select_minute 2015-06-07 21:56:26 +09:00
active_job_basics.md Spell out "asynchronously" instead of async in guides [ci skip] 2015-04-19 11:00:32 +05:30
active_model_basics.md Merge pull request #18503 from vipulnsward/guides-in-on 2015-01-14 11:35:34 +01:00
active_record_basics.md Grammar fix to Active Record Basics guide. [ci skip] 2015-05-24 19:50:20 -07:00
active_record_callbacks.md Merge pull request #19289 from ahmad-alkheat/master 2015-03-11 15:26:14 +01:00
active_record_migrations.md fix doc about foreign key name [ci skip] 2015-06-12 09:39:18 +09:00
active_record_postgresql.md [ci skip] update ruby doc links; for rails next version ruby 2.2+ will be supported only 2015-05-20 17:41:17 +05:30
active_record_querying.md Merge pull request #20119 from yui-knk/fix/active_record_querying 2015-05-12 08:24:50 +02:00
active_record_validations.md removed erroneous line. Corrected presence validation example. 2015-05-28 15:03:37 -05:00
active_support_core_extensions.md Fix core_text -> core_ext 2015-06-08 18:44:56 +09:00
active_support_instrumentation.md add instantiation.active_record hook to instrumentation guide [ci skip] 2015-06-08 08:55:01 +09:00
api_app.md It's rails new my_api --api 2015-06-11 16:54:16 -03:00
api_documentation_guidelines.md Update instructions to build guides locally [ci skip] 2015-04-28 15:33:13 +03:00
asset_pipeline.md Correct small typo. 2015-04-15 10:46:02 -04:00
association_basics.md A few documentation tweaks [ci skip] 2015-06-07 14:53:24 +02:00
autoloading_and_reloading_constants.md Fix the wrong documentation about config.autoload_paths [ci skip] 2015-04-13 11:56:50 +03:00
caching_with_rails.md Fix style/grammar/typos in Caching guide. 2015-04-29 23:36:35 -07:00
command_line.md update Rails Command Line guide page 2015-06-09 20:00:23 +05:30
configuring.md Tiny documentation edits [ci skip] 2015-06-07 16:01:09 +02:00
contributing_to_ruby_on_rails.md Fixed the grammatical mistake in the sentence [ci skip] 2015-05-25 21:05:46 +05:30
credits.html.erb
debugging_rails_applications.md [ci skip] Used 'instance_variables' in example for consistency. 2015-06-01 14:04:19 +05:30
development_dependencies_install.md Merge branch 'master' of github.com:rails/docrails 2015-06-05 19:49:44 +00:00
documents.yaml Fixed typos. [ci skip] 2015-05-31 21:07:11 -04:00
engines.md Revert "Grammar correction" 2015-06-11 21:53:33 +09:30
form_helpers.md [ci skip] Upcase when 2015-05-16 16:41:24 +09:00
generators.md revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip] 2015-02-04 09:30:47 +00:00
getting_started.md Tiny documentation edits [ci skip] 2015-06-07 16:01:09 +02:00
i18n.md A few documentation tweaks [ci skip] 2015-06-07 14:53:24 +02:00
index.html.erb
initialization.md Merge pull request #19867 from radar/rename-app-rails-loader 2015-05-27 21:41:06 -03:00
layout.html.erb
layouts_and_rendering.md Deprecate :nothing option for render method 2015-05-28 15:13:32 +03:00
maintenance_policy.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
nested_model_forms.md Fix method name for building associated object in nested_model_forms guide 2015-04-25 16:02:39 +05:30
plugins.md use public Module#include instead of send :include [ci skip] 2015-03-09 23:01:51 +09:00
profiling.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
rails_application_templates.md Fixed typos in guide 2015-06-01 21:16:30 +05:30
rails_on_rack.md Prefer request_id over uuid and test the alias 2015-02-20 20:47:59 -02:00
routing.md A few documentation tweaks [ci skip] 2015-06-07 14:53:24 +02: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] Replace dead link about HttpOnly cookies. 2015-05-28 10:35:54 +10:00
testing.md Add fixture use case to testing.md. 2015-06-13 01:11:25 -04:00
upgrading_ruby_on_rails.md Add info on default layout functionality 3.2 >> 4.0 upgrade 2015-05-26 09:59:24 -05:00
working_with_javascript_in_rails.md Remove NOTE related to format.js [ci skip] 2015-06-09 23:37:07 +05:30