aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layouts_and_rendering.textile
Commit message (Collapse)AuthorAgeFilesLines
* Updated layouts and rendering guide to Rails 3.0Mikel Lindsaar2010-01-251-70/+298
|
* render :text renders text, thank to Patrik WengerXavier Noria2010-01-231-1/+1
|
* fixed typo. meaning was opposite of intent.Christopher J. Kenna2009-07-161-1/+1
|
* Typo and Style CorrectionsJoseph Pecoraro2009-05-291-17/+17
|
* layouts guide: makes some app paths relativeXavier Noria2009-05-241-1/+1
|
* fixes redirect codes in layouts and rendering guide, thanks to Loren NormanXavier Noria2009-04-281-1/+1
|
* Fix a small typoPratik Naik2009-03-221-1/+1
|
* revised typography in layouts and rendering guideXavier Noria2009-03-141-17/+17
|
* Fix several issues with code examples.Matt Jones2009-03-121-7/+21
| | | | | | | | | | - "chaining" layouts with :only/:except removed. See #2162 for discussion. - double render section now has working examples. Old version implied that calling render once and then falling through would give a DoubleRenderError. - complete example for layout proc. - cleaned up a few stray references to layouts ending in bare .erb (no format).
* fixes typo @customer -> customerXavier Noria2009-02-271-1/+1
|
* s:hbody:/body:g in layouts & rendering guideXavier Noria2009-02-251-3/+3
|
* Corrects information about subtemplates.Rodrigo Rosenfeld Rosas2009-02-221-9/+7
| | | | The note about incompatibilities between 2.2 and 2.3 was removed because on Rails 2.2.2, "render :file => 'layouts/application'" works.
* More consistent use of 'an' in front of 'h'.Andreas Scherer2009-02-111-2/+2
|
* Fix more typos.Andreas Scherer2009-02-101-5/+5
| | | | | A second occurrence of unmatched 'code' markers. Plain HTML tags are not rendered at all, so use named HTML elements instead.
* Missing 'code' marker added.Andreas Scherer2009-02-101-1/+1
|
* Layout cleanup and minor edits for layouts & rendering guideMike Gunderloy2009-02-091-60/+70
|
* Merge commit 'mainstream/master'Pratik Naik2009-02-061-10/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: railties/guides/files/javascripts/code_highlighter.js railties/guides/files/javascripts/guides.js railties/guides/files/javascripts/highlighters.js railties/guides/files/stylesheets/main.css railties/guides/files/stylesheets/print.css railties/guides/files/stylesheets/reset.css railties/guides/files/stylesheets/style.css railties/guides/files/stylesheets/syntax.css railties/guides/rails_guides/indexer.rb railties/guides/source/2_2_release_notes.textile railties/guides/source/2_3_release_notes.textile railties/guides/source/action_controller_overview.textile railties/guides/source/action_mailer_basics.textile railties/guides/source/active_record_basics.textile railties/guides/source/activerecord_validations_callbacks.textile railties/guides/source/association_basics.textile railties/guides/source/caching_with_rails.textile railties/guides/source/command_line.textile railties/guides/source/debugging_rails_applications.textile railties/guides/source/form_helpers.textile railties/guides/source/getting_started.textile railties/guides/source/i18n.textile railties/guides/source/layout.html.erb railties/guides/source/layouts_and_rendering.textile railties/guides/source/migrations.textile railties/guides/source/performance_testing.textile railties/guides/source/plugins.textile railties/guides/source/rails_on_rack.textile railties/guides/source/routing.textile railties/guides/source/security.textile railties/guides/source/testing.textile
| * Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+957
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-0/+957
If you're a guide writer and want to generate the guides, Run : ruby railties/guides/rails_guides.rb And guides HTML will get generated inside railties/guides/output directory.