aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides
Commit message (Expand)AuthorAgeFilesLines
* specify image dimensions for pictures in the guides credits pageXavier Noria2011-06-041-1/+1
* [GUIDES] Changed the `LANGUAGE` variable to `GUIDES_LANGUAGE` to minimize con...Karel Minarik2011-05-141-4/+5
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-2/+2
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-2/+2
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-2/+4
* [FIX] Renamed ENV['LANG'] for generating translated guides to ENV['LANGUAGE']...Karel Minarik2011-01-021-3/+3
* Added support for generating translated guides (stored in `source/<LANG>`) vi...Karel Minarik2011-01-011-2/+7
* fixed comment - same as 592f600Vijay Dev2010-12-251-1/+1
* guides: gives clear instructions for feedback, removes links to the now archi...Xavier Noria2010-11-191-7/+2
* ensures that no browser shows a vertical scrollbar in the code blocks of guid...Xavier Noria2010-10-241-1/+1
* removes the toolbar from guides code blocksXavier Noria2010-10-241-1/+1
* switches guides code syntax highlighting to the better SyntaxHighlighter, I d...Xavier Noria2010-10-241-3/+21
* solves everything in guides raised by WARNINGS=1 (except for one which is aba...Xavier Noria2010-08-271-1/+2
* - Fix non-ascii characters in headersAleksander Pohl2010-08-261-1/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* guides: adds support in the indexer for custom header IDs, and some refactorsXavier Noria2010-04-062-22/+39
* guides: adds page title to home and credits, and revises it in the restXavier Noria2010-04-061-1/+1
* fixes duplicate element IDs in some guidesXavier Noria2010-04-041-1/+1
* guides assets are now centralized in the assets directory, with standard subdirsXavier Noria2010-04-041-2/+1
* sanity check arguments in guides generation collapsed into a single WARNINGS ...Xavier Noria2010-04-041-24/+23
* adds a preamble to the guides generator, documents what it does and the envir...Xavier Noria2010-04-031-0/+47
* guides: badge insertion was a quick hack, rewrites thatXavier Noria2010-04-021-13/+12
* insert the badge in a valid wayXavier Noria2010-04-011-1/+1
* Fixed chapter list generation on index section, an empty pair of <ul></ul> wa...Jaime Iniesta2010-04-011-1/+1
* guides: rewrites index and credit pages as pure HTML to avoid textilizing the...Xavier Noria2010-03-311-17/+8
* <%=izes and adds doctype to guidesXavier Noria2010-03-302-2/+13
* guides generator skips untouched guides by default, override with ALL=1Xavier Noria2010-03-171-7/+15
* guides generation: undoes output buffer workaround, more refactorsXavier Noria2010-03-151-1/+8
* refactors some bits of the guides generator, ONLY selection accepts prefixes,...Xavier Noria2010-03-151-39/+51
* the guides generator needs fileutilsXavier Noria2010-03-041-0/+1
* adds support for an edge badge in guidesXavier Noria2010-02-171-2/+9
* Use mkdir_p so that the output directory is always created.Ryan Bigg2010-02-081-1/+1
* simplify a couple of regexpsXavier Noria2010-02-081-2/+2
* guides textile extensions: now recognizes also TIP.Xavier Noria2010-02-081-2/+2
* update html_safe calls in guides generationXavier Noria2010-02-021-10/+4
* Merge remote branch 'mainstream/master'Pratik Naik2010-01-172-3/+3
|\
| * Make guides generation work for Ruby 1.9.xRyan Bigg2010-01-162-3/+3
| * Mark title and headers as html_safe! for guides [#3702 state:resolved]Ryan Bigg2010-01-161-3/+3
| * Merge docrailslifo2009-04-172-24/+26
| * Merge docrailsPratik Naik2009-03-242-0/+63
* | trust generated HTML, and define html_safe! for gem >= 2.3 just in case by nowXavier Noria2009-10-101-4/+10
* | removes a no longer needed workaround in the guides generatorXavier Noria2009-10-101-1/+1
* | fixes generation of index and credits pageXavier Noria2009-09-021-3/+3
* | fixes undefined method keys for nil:NilClass error while generating guidesXavier Noria2009-09-021-1/+1
* | Supply fullfile name to the generatorPratik Naik2009-04-051-1/+1
* | Namespace under RailsGuidesPratik Naik2009-04-051-23/+25
* | Merge commit 'mainstream/master'Pratik Naik2009-03-241-2/+2
|\|
| * Try to use actionpack gem to generate guide when Rails is not vendoredPratik Naik2009-03-172-146/+0
| * Merge docrailsPratik Naik2009-03-163-10/+140
| * Merge docrails and update the release notesPratik Naik2009-02-282-5/+45