aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
Commit message (Collapse)AuthorAgeFilesLines
* in validations guide, emphasize after_save runs always after more specific ↵Xavier Noria2009-03-111-0/+2
| | | | after_*s
* Fixing image for error messages in the ActiveRecord Validations and ↵CassioMarques2009-03-111-0/+0
| | | | Callbacks Guide
* revised sections 9 to 14 of the validations guideXavier Noria2009-03-111-15/+18
|
* revised section 8 of validations guideXavier Noria2009-03-101-14/+20
|
* Remove duplicate textPratik Naik2009-03-101-2/+0
|
* Replace comma with full-stop in scoping chain.Andreas Scherer2009-03-101-1/+1
|
* Revision of i18n guide, final sections.Andreas Scherer2009-03-101-22/+22
|
* Revision of i18n guide, chapter 4.Andreas Scherer2009-03-101-25/+24
| | | | | | Major change: Scoped lookup in the form 'active_record.error_messages' seems to have been deprecated at least in Rails 2.2. Instead, the form 'activerecord.errors.messages' is implemented and documented.
* Slight tweak to 2.3 release notesTekin Suleyman2009-03-101-1/+1
|
* Update 2.3 release notes with changes through March 6Mike Gunderloy2009-03-101-12/+32
|
* Revision of i18n guide, chapter 3.Andreas Scherer2009-03-101-8/+8
|
* Fix typo in Routing GuideMike Gunderloy2009-03-101-1/+1
|
* your dear missed typo, thank youXavier Noria2009-03-101-1/+1
|
* revised section 7 of validations guideXavier Noria2009-03-101-16/+21
|
* Merge commit 'mainstream/master'Pratik Naik2009-03-102-1/+3
|\ | | | | | | | | | | | | Conflicts: railties/guides/files/stylesheets/main.css railties/guides/rails_guides/generator.rb railties/guides/source/index.erb.textile
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
| | | | | | | | [#1617 state:resolved]
| * Merge docrails and update the release notesPratik Naik2009-02-2818-714/+631
| |
| * Merge with docrailsPratik Naik2009-02-2436-1404/+2065
| |
* | revision of validations guide, chapters 4 to 7Xavier Noria2009-03-101-34/+27
| |
* | Add a note in release notes about using request.cookies["foo"]= instead of ↵Pratik Naik2009-03-091-0/+1
| | | | | | | | CGI::Cookie.new in tests
* | Touch-up the 'i18n' part while reading the first two sections.Andreas Scherer2009-03-091-37/+37
| |
* | Add some rack linksPratik Naik2009-03-091-0/+15
| |
* | yet some more deprecated :message formats updatedXavier Noria2009-03-081-5/+5
| |
* | just a missing prepositionXavier Noria2009-03-081-1/+1
| |
* | important revision in (current) chapter 3 of validations guideXavier Noria2009-03-081-51/+75
| |
* | Added information about the new Object#invalid? method just added to Edge.Trevor Turk2009-03-081-1/+5
| |
* | proofread validations guide up to section 2Xavier Noria2009-03-081-9/+11
| |
* | harmonizes whitespace surrounding special boxes and their inner paragraphs, ↵Xavier Noria2009-03-081-2/+14
| | | | | | | | removes unused selectors as well
* | Finish up callbacks section for Active Record Validations and Callbacks guideTrevor Turk2009-03-071-54/+143
| |
* | Fix guide error: save(false) skips validations but does run callbacksTrevor Turk2009-03-071-1/+1
| |
* | Added info on how to run rake with different database adaptersnachocab2009-03-071-1/+10
| |
* | Fix bad link on index dropdownMike Gunderloy2009-03-071-1/+1
| |
* | Move the warning down a lil in the relnotesPratik Naik2009-03-071-2/+2
| |
* | get style for dd.warning backXavier Noria2009-03-071-1/+1
| |
* | added 'Sending multipart emails with attachments' section for ActionMailer guideMichael Erb2009-03-061-0/+32
| |
* | fixes CSS rule for warning blocks in guidesXavier Noria2009-03-061-1/+1
| |
* | Remove duplicate links from the index pagePratik Naik2009-03-061-4/+0
| |
* | Add some more stuff to the rack guidePratik Naik2009-03-061-3/+31
| |
* | I ate a wordPratik Naik2009-03-061-1/+1
| |
* | Updated the Rails on Rack section concerning metalSimon Jefford2009-03-061-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 pagePratik Naik2009-03-051-1/+1
| |
* | Some changes to the doc section and renaming the guidePratik Naik2009-03-051-6/+10
| |
* | Reconcile index and layout for Guides.Mike Gunderloy2009-03-032-0/+7
| |
* | The missing guide.Mike Gunderloy2009-03-021-0/+226
| |
* | Added "Contributing" GuideMike Gunderloy2009-03-023-1/+6
| |
* | fix form builder example in form helpers guide (reported by JasonKing in LH)Xavier Noria2009-03-021-2/+2
| |
* | do not assume code blocks have blank lines around, also nontextile -> notextileXavier Noria2009-03-021-5/+5
| |
* | fix broken links in performance_testing.textileDaniel Lopes2009-03-011-2/+2
| |
* | Merge branch 'master' of git@github.com:lifo/docrailsJohn Trupiano2009-03-019-20/+54
|\ \
| * | Fixed incorrect examples of ActiveRecord error message lookup in the I18N ↵Karel Minarik2009-03-011-5/+5
| | | | | | | | | | | | | | | | | | guide [Thanks Alex Fortuna] See http://www.ruby-forum.com/topic/179273