aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layouts_and_rendering.textile
Commit message (Collapse)AuthorAgeFilesLines
* Update wording surrounding template file extensions to include Rails 3 and ↵Greg Leppert2011-08-311-1/+1
| | | | above.
* Fixed mistakes in layouts/rendering guide about yieldJacob Mattingley2011-08-151-2/+2
| | | | | yield(:unspecified_block) actually returns true even if :unspecified_block never exists. This means you can't use the form yield(:unspecified_block) or yield.
* Changed several instances of British English to be American EnglishEvan Farrar2011-07-231-1/+1
|
* Spelling corrections in the guides.Evan Farrar2011-05-291-1/+1
|
* Prototype and Scriptaculous are no longer vendored, but provided by ↵Xavier Noria2011-04-301-3/+3
| | | | prototype-rails from now on, also the -j option of the application generator is removed
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-191-4/+4
|\ | | | | | | | | | | Conflicts: railties/guides/source/ajax_on_rails.textile railties/guides/source/generators.textile
| * Remove extra whitespaces from guidesSebastian Martinez2011-04-141-4/+4
| |
* | removes the RJS template handlerXavier Noria2011-04-131-2/+2
| |
* | removes support for render :updateXavier Noria2011-04-131-12/+0
| |
* | jQuery is the new defaultXavier Noria2011-04-131-2/+12
|/
* standardize all shell commands with the $ prefixVijay Dev2011-02-251-1/+1
|
* alteracao de HTML para HTTPMateus Paixão2011-02-221-1/+1
|
* Specifying :partial is required when passing additional options such as :layoutAndy Lindeman2011-02-211-1/+3
|
* Refer to the correct action - it's the update action, in the special case ↵Keith Wansbrough2011-01-271-1/+1
| | | | where we want to render the edit view.
* It's JavaScript :)Vijay Dev2010-12-241-1/+1
|
* fixed typos and rephrased a few sentences; also removed reference to status ↵vijay2010-12-111-14/+10
| | | | codes being located in action_controller/status_codes.rb
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project
* the partial option is not required for simple partial renderingRajinder Yadav2010-11-131-1/+1
|
* Use render :template instead of render :file in nested layouts example. ↵José Valim2010-10-211-2/+2
| | | | render :template is a bit faster and more semantic compared to render :file.
* Fixed casing of JavaScript (and RJS) [#183 state:resolved]Neil Middleton2010-10-141-8/+8
|
* Minor rephrasing in Active Record Quering and Layouts and Rendering guides.Kulbir Saini2010-09-241-33/+32
| | | | Example code fixes in Layouts and Rendering guide.
* Corrected typo in example on rendering collections in partials changing ↵Michael MacDonald2010-08-311-1/+1
| | | | @posts to @products to match the example
* Revert "to_json => as_json"Xavier Noria2010-08-261-1/+1
| | | | | | This reverts commit 7a6d8e4ad47d571541762a6c80cc3e1f6831bd40. Reason: The method that gives you a Ruby string with JSON source code is #to_json
* to_json => as_jsonJames Miller2010-08-251-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-9/+9
| | | | 's/[ \t]*$//' -i {} \;)
* layouts and rendering guide: use content_for? instead of the yield or yield ↵Xavier Noria2010-07-151-1/+1
| | | | idiom
* Minor typos: 'built-in' instead of 'built in', 'built into' instead of ↵Jaime Iniesta2010-07-091-1/+1
| | | | 'built in to'
* Change typo 'image' to 'audio file'Josiah Ivey2010-05-041-1/+1
|
* image_tag should be audio_tagJosiah Ivey2010-05-041-1/+1
|
* typo 'follow' -> 'following'mica eked2010-05-041-1/+1
|
* typo "<image />" -> "<img />"mica eked2010-05-041-1/+1
|
* typo 'main.cs' -> 'main.css'logylaps2010-05-041-1/+1
|
* More on the new ERB syntax in the guidesJames Miller2010-04-091-3/+3
|
* Changelogs: change link from credits page to home page for Jaime's contributionsJaime Iniesta2010-04-051-1/+1
|
* Updated changelog on getting_started and layouts_and_renderingJaime Iniesta2010-04-041-0/+1
|
* Fixed layouts_and_rendering guide so that it validates XHTML 1.0 StrictJaime Iniesta2010-04-041-2/+2
|
* 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.