Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notextile tag has been placed with ascii quotes | JudeArasu | 2011-07-19 | 2 | -4/+6 |
| | |||||
* | specify image dimensions for pictures in the guides credits page | Xavier Noria | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | [GUIDES] Changed the `LANGUAGE` variable to `GUIDES_LANGUAGE` to minimize ↵ | Karel Minarik | 2011-05-14 | 1 | -4/+5 |
| | | | | conflicts with regular environment variables (eg. in Ubuntu) | ||||
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -2/+2 |
| | | | | | | After a long list of discussion about the performance problem from using varargs and the reason that we can't find a great pair for it, it would be best to remove support for it for now. It will come back if we can find a good pair for it. For now, Bon Voyage, `#among?`. | ||||
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the ↵ | David Heinemeier Hansson | 2011-04-12 | 1 | -2/+2 |
| | | | | suggestion! | ||||
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -2/+4 |
| | | | | There're a lot of places in Rails source code which make a lot of sense to switching to Object#in? or Object#either? instead of using [].include?. | ||||
* | [FIX] Renamed ENV['LANG'] for generating translated guides to ↵ | Karel Minarik | 2011-01-02 | 1 | -3/+3 |
| | | | | ENV['LANGUAGE'] so there's no mixup with OS env vars | ||||
* | Added support for generating translated guides (stored in `source/<LANG>`) ↵ | Karel Minarik | 2011-01-01 | 1 | -2/+7 |
| | | | | via setting the LANG environment variable | ||||
* | fixed comment - same as 592f600 | Vijay Dev | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | guides: gives clear instructions for feedback, removes links to the now ↵ | Xavier Noria | 2010-11-19 | 1 | -7/+2 |
| | | | | archived LH project | ||||
* | ensures that no browser shows a vertical scrollbar in the code blocks of ↵ | Xavier Noria | 2010-10-24 | 1 | -1/+1 |
| | | | | guides, thanks to Marcelino Llano for a hint to fix this | ||||
* | removes the toolbar from guides code blocks | Xavier Noria | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | switches guides code syntax highlighting to the better SyntaxHighlighter, I ↵ | Xavier Noria | 2010-10-24 | 1 | -3/+21 |
| | | | | did my best with the theme, I swear | ||||
* | solves everything in guides raised by WARNINGS=1 (except for one which is ↵ | Xavier Noria | 2010-08-27 | 1 | -1/+2 |
| | | | | abandoned atm) | ||||
* | - Fix non-ascii characters in headers | Aleksander Pohl | 2010-08-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -7/+7 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | guides: adds support in the indexer for custom header IDs, and some refactors | Xavier Noria | 2010-04-06 | 2 | -22/+39 |
| | |||||
* | guides: adds page title to home and credits, and revises it in the rest | Xavier Noria | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | fixes duplicate element IDs in some guides | Xavier Noria | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | guides assets are now centralized in the assets directory, with standard subdirs | Xavier Noria | 2010-04-04 | 1 | -2/+1 |
| | |||||
* | sanity check arguments in guides generation collapsed into a single WARNINGS ↵ | Xavier Noria | 2010-04-04 | 1 | -24/+23 |
| | | | | flag, EDGE_GUIDES renamed to EDGE to be coherent with the rest, preamble revised | ||||
* | adds a preamble to the guides generator, documents what it does and the ↵ | Xavier Noria | 2010-04-03 | 1 | -0/+47 |
| | | | | environment variables it supports | ||||
* | guides: badge insertion was a quick hack, rewrites that | Xavier Noria | 2010-04-02 | 1 | -13/+12 |
| | |||||
* | insert the badge in a valid way | Xavier Noria | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Fixed chapter list generation on index section, an empty pair of <ul></ul> ↵ | Jaime Iniesta | 2010-04-01 | 1 | -1/+1 |
| | | | | was being created when the chapters had no children. | ||||
* | guides: rewrites index and credit pages as pure HTML to avoid textilizing ↵ | Xavier Noria | 2010-03-31 | 1 | -17/+8 |
| | | | | the rendered view, in particular we can now put a DOCTYPE in the layout | ||||
* | <%=izes and adds doctype to guides | Xavier Noria | 2010-03-30 | 2 | -2/+13 |
| | |||||
* | guides generator skips untouched guides by default, override with ALL=1 | Xavier Noria | 2010-03-17 | 1 | -7/+15 |
| | |||||
* | guides generation: undoes output buffer workaround, more refactors | Xavier Noria | 2010-03-15 | 1 | -1/+8 |
| | |||||
* | refactors some bits of the guides generator, ONLY selection accepts ↵ | Xavier Noria | 2010-03-15 | 1 | -39/+51 |
| | | | | prefixes, guides generation fixed for 1.9, revised string safety in a few spots | ||||
* | the guides generator needs fileutils | Xavier Noria | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | adds support for an edge badge in guides | Xavier Noria | 2010-02-17 | 1 | -2/+9 |
| | |||||
* | Use mkdir_p so that the output directory is always created. | Ryan Bigg | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | simplify a couple of regexps | Xavier Noria | 2010-02-08 | 1 | -2/+2 |
| | |||||
* | guides textile extensions: now recognizes also TIP. | Xavier Noria | 2010-02-08 | 1 | -2/+2 |
| | |||||
* | update html_safe calls in guides generation | Xavier Noria | 2010-02-02 | 1 | -10/+4 |
| | |||||
* | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-01-17 | 2 | -3/+3 |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/flash.rb | ||||
| * | Make guides generation work for Ruby 1.9.x | Ryan Bigg | 2010-01-16 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Mark title and headers as html_safe! for guides [#3702 state:resolved] | Ryan Bigg | 2010-01-16 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Merge docrails | lifo | 2009-04-17 | 2 | -24/+26 |
| | | |||||
| * | Merge docrails | Pratik Naik | 2009-03-24 | 2 | -0/+63 |
| | | |||||
* | | trust generated HTML, and define html_safe! for gem >= 2.3 just in case by now | Xavier Noria | 2009-10-10 | 1 | -4/+10 |
| | | |||||
* | | removes a no longer needed workaround in the guides generator | Xavier Noria | 2009-10-10 | 1 | -1/+1 |
| | | |||||
* | | fixes generation of index and credits page | Xavier Noria | 2009-09-02 | 1 | -3/+3 |
| | | |||||
* | | fixes undefined method keys for nil:NilClass error while generating guides | Xavier Noria | 2009-09-02 | 1 | -1/+1 |
| | | |||||
* | | Supply fullfile name to the generator | Pratik Naik | 2009-04-05 | 1 | -1/+1 |
| | | |||||
* | | Namespace under RailsGuides | Pratik Naik | 2009-04-05 | 1 | -23/+25 |
| | | |||||
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-24 | 1 | -2/+2 |
|\| | | | | | | | | | | | Conflicts: railties/guides/images/fxn.jpg railties/guides/rails_guides/generator.rb | ||||
| * | Try to use actionpack gem to generate guide when Rails is not vendored | Pratik Naik | 2009-03-17 | 2 | -146/+0 |
| | | |||||
| * | Merge docrails | Pratik Naik | 2009-03-16 | 3 | -10/+140 |
| | |