aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides/helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* DRY up guides index pageVijay Dev2011-12-311-2/+10
| | | | | | Use the list of guides available in documents.yaml to fill in the menu in the index page instead of duplicating the list again. Also, remove WIP guides from the menu.
* (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria]Xavier Noria2011-12-241-0/+8
|
* specify image dimensions for pictures in the guides credits pageXavier Noria2011-06-041-1/+1
|
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-7/+2
| | | | archived LH project
* <%=izes and adds doctype to guidesXavier Noria2010-03-301-2/+2
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-0/+34
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.