Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -12/+0 |
| | |||||
* | Change photos_path to photos_url in Using redirect_to | Franco Catena | 2011-09-02 | 1 | -1/+1 |
| | | | | Is more "correct" a complete url than only the path | ||||
* | When a collection is empty, render returns nil. | Matt Burke | 2011-09-02 | 1 | -0/+7 |
| | |||||
* | Update wording surrounding template file extensions to include Rails 3 and ↵ | Greg Leppert | 2011-08-31 | 1 | -1/+1 |
| | | | | above. | ||||
* | Fixed mistakes in layouts/rendering guide about yield | Jacob Mattingley | 2011-08-15 | 1 | -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 English | Evan Farrar | 2011-07-23 | 1 | -1/+1 |
| | |||||
* | Spelling corrections in the guides. | Evan Farrar | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Prototype and Scriptaculous are no longer vendored, but provided by ↵ | Xavier Noria | 2011-04-30 | 1 | -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/docrails | Xavier Noria | 2011-04-19 | 1 | -4/+4 |
|\ | | | | | | | | | | | Conflicts: railties/guides/source/ajax_on_rails.textile railties/guides/source/generators.textile | ||||
| * | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -4/+4 |
| | | |||||
* | | removes the RJS template handler | Xavier Noria | 2011-04-13 | 1 | -2/+2 |
| | | |||||
* | | removes support for render :update | Xavier Noria | 2011-04-13 | 1 | -12/+0 |
| | | |||||
* | | jQuery is the new default | Xavier Noria | 2011-04-13 | 1 | -2/+12 |
|/ | |||||
* | standardize all shell commands with the $ prefix | Vijay Dev | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | alteracao de HTML para HTTP | Mateus Paixão | 2011-02-22 | 1 | -1/+1 |
| | |||||
* | Specifying :partial is required when passing additional options such as :layout | Andy Lindeman | 2011-02-21 | 1 | -1/+3 |
| | |||||
* | Refer to the correct action - it's the update action, in the special case ↵ | Keith Wansbrough | 2011-01-27 | 1 | -1/+1 |
| | | | | where we want to render the edit view. | ||||
* | It's JavaScript :) | Vijay Dev | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | fixed typos and rephrased a few sentences; also removed reference to status ↵ | vijay | 2010-12-11 | 1 | -14/+10 |
| | | | | codes being located in action_controller/status_codes.rb | ||||
* | guides: gives clear instructions for feedback, removes links to the now ↵ | Xavier Noria | 2010-11-19 | 1 | -2/+0 |
| | | | | archived LH project | ||||
* | the partial option is not required for simple partial rendering | Rajinder Yadav | 2010-11-13 | 1 | -1/+1 |
| | |||||
* | Use render :template instead of render :file in nested layouts example. ↵ | José Valim | 2010-10-21 | 1 | -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 Middleton | 2010-10-14 | 1 | -8/+8 |
| | |||||
* | Minor rephrasing in Active Record Quering and Layouts and Rendering guides. | Kulbir Saini | 2010-09-24 | 1 | -33/+32 |
| | | | | Example code fixes in Layouts and Rendering guide. | ||||
* | Corrected typo in example on rendering collections in partials changing ↵ | Michael MacDonald | 2010-08-31 | 1 | -1/+1 |
| | | | | @posts to @products to match the example | ||||
* | Revert "to_json => as_json" | Xavier Noria | 2010-08-26 | 1 | -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_json | James Miller | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -9/+9 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | layouts and rendering guide: use content_for? instead of the yield or yield ↵ | Xavier Noria | 2010-07-15 | 1 | -1/+1 |
| | | | | idiom | ||||
* | Minor typos: 'built-in' instead of 'built in', 'built into' instead of ↵ | Jaime Iniesta | 2010-07-09 | 1 | -1/+1 |
| | | | | 'built in to' | ||||
* | Change typo 'image' to 'audio file' | Josiah Ivey | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | image_tag should be audio_tag | Josiah Ivey | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | typo 'follow' -> 'following' | mica eked | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | typo "<image />" -> "<img />" | mica eked | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | typo 'main.cs' -> 'main.css' | logylaps | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | More on the new ERB syntax in the guides | James Miller | 2010-04-09 | 1 | -3/+3 |
| | |||||
* | Changelogs: change link from credits page to home page for Jaime's contributions | Jaime Iniesta | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | Updated changelog on getting_started and layouts_and_rendering | Jaime Iniesta | 2010-04-04 | 1 | -0/+1 |
| | |||||
* | Fixed layouts_and_rendering guide so that it validates XHTML 1.0 Strict | Jaime Iniesta | 2010-04-04 | 1 | -2/+2 |
| | |||||
* | Updated layouts and rendering guide to Rails 3.0 | Mikel Lindsaar | 2010-01-25 | 1 | -70/+298 |
| | |||||
* | render :text renders text, thank to Patrik Wenger | Xavier Noria | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | fixed typo. meaning was opposite of intent. | Christopher J. Kenna | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | Typo and Style Corrections | Joseph Pecoraro | 2009-05-29 | 1 | -17/+17 |
| | |||||
* | layouts guide: makes some app paths relative | Xavier Noria | 2009-05-24 | 1 | -1/+1 |
| | |||||
* | fixes redirect codes in layouts and rendering guide, thanks to Loren Norman | Xavier Noria | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Fix a small typo | Pratik Naik | 2009-03-22 | 1 | -1/+1 |
| | |||||
* | revised typography in layouts and rendering guide | Xavier Noria | 2009-03-14 | 1 | -17/+17 |
| | |||||
* | Fix several issues with code examples. | Matt Jones | 2009-03-12 | 1 | -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 -> customer | Xavier Noria | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | s:hbody:/body:g in layouts & rendering guide | Xavier Noria | 2009-02-25 | 1 | -3/+3 |
| |