rails/guides/source
Victor Costan ddf27acbc2 Introduce a context for rendering fixtures ERB.
Fixture files are passed through an ERB renderer before being read as
YAML. The rendering is currently done in the context of the main object,
so method definitons leak into other fixtures, and there is no clean
place to define fixture helpers.

After this commit, the ERB renderer will use a new subclass of
ActiveRecord::FixtureSet.context_class each time a fixture is rendered.
2013-12-03 02:52:26 -05:00
..
kindle delete obsolete KINDLE.md. Closes #13037. [ci skip]. 2013-11-28 17:49:29 +01:00
_license.html.erb Revert "divided into folder with the language" 2012-10-17 10:15:55 -03:00
_welcome.html.erb Update guides welcome page to point to version 3.2.15 [ci skip] 2013-11-02 17:31:22 -02: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 Fix: Remove broken link on rails 3 guide 2013-09-20 11:39:27 +01:00
3_1_release_notes.md rubygem -> RubyGem 2013-04-19 08:26:42 +05:30
3_2_release_notes.md Update 3_2_release_notes.md 2013-10-20 22:53:08 +05:30
4_0_release_notes.md [ci skip] typo in ArgumentError exception 2013-11-16 15:33:14 +01:00
4_1_release_notes.md Introduce a context for rendering fixtures ERB. 2013-12-03 02:52:26 -05:00
action_controller_overview.md sync example and documentation for strong_parameters hash whitelisting. 2013-11-26 14:50:44 +01:00
action_mailer_basics.md Minor align BR tags with HTML void - with reference to the generators code change - f038d4cc5f 2013-10-09 14:42:33 +02:00
action_view_overview.md Merge pull request #13117 from akshay-vishnoi/typo 2013-12-02 06:17:09 -08: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 The section that mentions after_commit and after_rollback will swallow exceptions should me made clear. Made that section to be a instead of a regular paragraph. 2013-11-28 19:10:49 +00:00
active_record_querying.md Update active_record_querying.md 2013-12-02 00:36:29 -05:00
active_record_validations.md Removed redundant field name in the guide 2013-12-01 08:01:28 +02:00
active_support_core_extensions.md Remove note about removed local_constant_names method from guides [ci skip] 2013-12-02 21:42:48 -02:00
active_support_instrumentation.md Instrument each load config initializer 2013-11-16 21:47:08 +02:00
api_documentation_guidelines.md Add examples for gender neutral pronouns 2013-12-01 23:40:17 -05:00
asset_pipeline.md ✂️ fix broken url [ci skip] 2013-11-09 00:01:50 +05:30
association_basics.md updating options documentation for associations 2013-11-29 18:49:56 +05:30
caching_with_rails.md Update caching guide with respect to :namespace 2013-11-19 17:06:50 -08:00
command_line.md Remove broken Commmand Line guide link 2013-11-15 09:33:49 -05:00
configuring.md Wrap 80 columns [ci skip] 2013-12-02 20:03:19 -02:00
contributing_to_ruby_on_rails.md Typo and grammatical fixes [ci skip] 2013-12-02 19:35:02 +05:30
credits.html.erb fix typo in the credit section of the guides. [ci skip] 2013-08-26 19:17:00 +02:00
debugging_rails_applications.md Merge branch 'master' of github.com:rails/docrails 2013-09-13 00:22:42 +05:30
development_dependencies_install.md Merge branch 'master' of github.com:rails/docrails 2013-08-31 00:49:27 +05:30
documents.yaml create 4.1 release notes guide scaffold. [ci skip] 2013-11-28 15:49:01 +01:00
engines.md Helper should be a module in Rails guides [ci skip] 2013-11-23 11:26:17 +00:00
form_helpers.md Add number and range field to form helpers article 2013-12-02 20:29:32 -02:00
generators.md show javascripts can be disabled in generators 2013-10-31 14:03:57 +11:00
getting_started.md Link for "New Post" is added in Getting Started guide [ci skip] 2013-11-27 11:23:09 +05:30
i18n.md Merge remote-tracking branch 'docrails/master' 2013-11-24 20:00:24 +01:00
index.html.erb 1.9 Hash Syntax 2013-07-08 17:21:25 +09:00
initialization.md a couple of copy-edits before merging [ci skip] 2013-11-24 19:55:46 +01:00
layout.html.erb Add a note about edge guides in the feedback section[ci skip] 2013-08-23 15:48:26 +05:30
layouts_and_rendering.md Typo and grammatical fixes [ci skip] 2013-12-02 19:35:02 +05:30
maintenance_policy.md copy-edits the new guide with our maintenance policy [ci skip] 2013-10-03 00:31:52 +02:00
migrations.md Revert "remove_column does not take a type argument. [ci skip]. Closes #12864" 2013-11-13 09:02:11 +01:00
nested_model_forms.md cleans the guides sources from fancy non-ASCII stuff 2013-08-23 17:59:11 +02:00
plugins.md Call rails plugin new yaffle in the plugins guide. [ci skip] 2013-10-08 08:14:51 -07:00
rails_application_templates.md cleans the guides sources from fancy non-ASCII stuff 2013-08-23 17:59:11 +02:00
rails_on_rack.md Remove outdated guide on using rack builder w/o rails middleware 2013-11-13 13:35:10 +05:30
routing.md Fixed typos in shallow routes and routing concerns 2013-11-18 21:10:21 -07: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] Removing some gender sensitive object pronouns 2013-12-02 09:24:47 +05:30
testing.md Add rake test:all, rake test:all:db to guide 2013-11-30 13:38:37 +02:00
upgrading_ruby_on_rails.md Introduce a context for rendering fixtures ERB. 2013-12-03 02:52:26 -05:00
working_with_javascript_in_rails.md Add events reference link to the text about jquery-ujs [ci skip] 2013-08-12 11:51:10 -03:00