Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yet some more deprecated :message formats updated | Xavier Noria | 2009-03-08 | 1 | -5/+5 |
| | |||||
* | just a missing preposition | Xavier Noria | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | important revision in (current) chapter 3 of validations guide | Xavier Noria | 2009-03-08 | 1 | -51/+75 |
| | |||||
* | Added information about the new Object#invalid? method just added to Edge. | Trevor Turk | 2009-03-08 | 1 | -1/+5 |
| | |||||
* | proofread validations guide up to section 2 | Xavier Noria | 2009-03-08 | 1 | -9/+11 |
| | |||||
* | harmonizes whitespace surrounding special boxes and their inner paragraphs, ↵ | Xavier Noria | 2009-03-08 | 1 | -2/+14 |
| | | | | removes unused selectors as well | ||||
* | Finish up callbacks section for Active Record Validations and Callbacks guide | Trevor Turk | 2009-03-07 | 1 | -54/+143 |
| | |||||
* | Fix guide error: save(false) skips validations but does run callbacks | Trevor Turk | 2009-03-07 | 1 | -1/+1 |
| | |||||
* | Added info on how to run rake with different database adapters | nachocab | 2009-03-07 | 1 | -1/+10 |
| | |||||
* | Fix bad link on index dropdown | Mike Gunderloy | 2009-03-07 | 1 | -1/+1 |
| | |||||
* | Move the warning down a lil in the relnotes | Pratik Naik | 2009-03-07 | 1 | -2/+2 |
| | |||||
* | get style for dd.warning back | Xavier Noria | 2009-03-07 | 1 | -1/+1 |
| | |||||
* | added 'Sending multipart emails with attachments' section for ActionMailer guide | Michael Erb | 2009-03-06 | 1 | -0/+32 |
| | |||||
* | fixes CSS rule for warning blocks in guides | Xavier Noria | 2009-03-06 | 1 | -1/+1 |
| | |||||
* | Remove duplicate links from the index page | Pratik Naik | 2009-03-06 | 1 | -4/+0 |
| | |||||
* | Add some more stuff to the rack guide | Pratik Naik | 2009-03-06 | 1 | -3/+31 |
| | |||||
* | I ate a word | Pratik Naik | 2009-03-06 | 1 | -1/+1 |
| | |||||
* | Updated the Rails on Rack section concerning metal | Simon Jefford | 2009-03-06 | 1 | -1/+11 |
| | | | | | - Explained how to override the default load order of metal apps - Explained that metal apps within plugins will also be loaded | ||||
* | Change the link on the index page | Pratik Naik | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | Some changes to the doc section and renaming the guide | Pratik Naik | 2009-03-05 | 1 | -6/+10 |
| | |||||
* | Reconcile index and layout for Guides. | Mike Gunderloy | 2009-03-03 | 2 | -0/+7 |
| | |||||
* | The missing guide. | Mike Gunderloy | 2009-03-02 | 1 | -0/+226 |
| | |||||
* | Added "Contributing" Guide | Mike Gunderloy | 2009-03-02 | 3 | -1/+6 |
| | |||||
* | fix form builder example in form helpers guide (reported by JasonKing in LH) | Xavier Noria | 2009-03-02 | 1 | -2/+2 |
| | |||||
* | do not assume code blocks have blank lines around, also nontextile -> notextile | Xavier Noria | 2009-03-02 | 1 | -5/+5 |
| | |||||
* | fix broken links in performance_testing.textile | Daniel Lopes | 2009-03-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of git@github.com:lifo/docrails | John Trupiano | 2009-03-01 | 9 | -20/+54 |
|\ | |||||
| * | Fixed incorrect examples of ActiveRecord error message lookup in the I18N ↵ | Karel Minarik | 2009-03-01 | 1 | -5/+5 |
| | | | | | | | | | | | | guide [Thanks Alex Fortuna] See http://www.ruby-forum.com/topic/179273 | ||||
| * | Added information about "lazy lookup" inside views (`t '.foo'`) in I18N guide | Karel Minarik | 2009-03-01 | 1 | -0/+17 |
| | | |||||
| * | Clarified info about "pragmatic approach to locale codes" and removed ↵ | Karel Minarik | 2009-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | speculation about "locale inheritance" in the I18N guide [thanks Kip] See http://groups.google.com/group/rails-i18n/msg/7b4513b3ca8abbf5 | ||||
| * | Added information about "Localized views" into I18N guide | Karel Minarik | 2009-03-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | See: * http://github.com/rails/rails/commit/a98cd7ca9b2f24a4500963e58ba5c37d6bdf9259 * http://afreshcup.com/2009/02/01/rails-23-localized-views/ | ||||
| * | Added note how to configure Rails loading mechanism to look for nested ↵ | Karel Minarik | 2009-03-01 | 1 | -3/+8 |
| | | | | | | | | locale files (+config/locales/models/book/es.yml+, etc) to the I18N guide | ||||
| * | Get rid of drop shadows in screenshots for the I18N guide | Karel Minarik | 2009-03-01 | 5 | -0/+0 |
| | | | | | | | | TODOS are in http://rails.lighthouseapp.com/projects/16213/tickets/23-rails-i18 | ||||
| * | Fix some formatting in the caching guide | Pratik Naik | 2009-02-28 | 2 | -10/+15 |
| | | |||||
| * | Update 2.3 release notes. | Mike Gunderloy | 2009-02-28 | 1 | -1/+2 |
| | | |||||
* | | Beefed up mass assignment coverage (section 6) in the security guide. Now ↵ | John Trupiano | 2009-03-01 | 1 | -2/+26 |
|/ | | | | includes nested mass assignment (and nested object forms) and adds another (paranoid) countermeasure. | ||||
* | removes trailing whitespace | Xavier Noria | 2009-02-28 | 1 | -1/+1 |
| | |||||
* | implements a temporary workaround for failing notextile | Xavier Noria | 2009-02-28 | 2 | -6/+28 |
| | |||||
* | in security guide, substitutes pre tags with appropriate custom code tags | Xavier Noria | 2009-02-28 | 1 | -75/+75 |
| | |||||
* | in textile extensions, simplify regexp literal, and remove spurious extra ↵ | Xavier Noria | 2009-02-28 | 1 | -2/+2 |
| | | | | newline in code blocks | ||||
* | let the guides generator warn about broken links | Xavier Noria | 2009-02-28 | 1 | -0/+18 |
| | |||||
* | fixes broken links in AR finders guide | Xavier Noria | 2009-02-28 | 1 | -2/+2 |
| | |||||
* | fixes broken links in associations guide | Xavier Noria | 2009-02-28 | 1 | -7/+7 |
| | |||||
* | complete pass on the associations guide, mostly typography and some minor ↵ | Xavier Noria | 2009-02-28 | 1 | -184/+183 |
| | | | | bits here and there | ||||
* | unbox TT elements | Xavier Noria | 2009-02-28 | 1 | -4/+0 |
| | |||||
* | fixes typo @customer -> customer | Xavier Noria | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Update release notes for 2.3 RC2 | Mike Gunderloy | 2009-02-27 | 1 | -3/+15 |
| | |||||
* | Added RC2 note to Release Notes for 2.3. | Mike Gunderloy | 2009-02-25 | 1 | -0/+2 |
| | |||||
* | s:hbody:/body:g in layouts & rendering guide | Xavier Noria | 2009-02-25 | 1 | -3/+3 |
| | |||||
* | Updating release notes for 2.3. | Mike Gunderloy | 2009-02-25 | 1 | -0/+6 |
| |