aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
* Restored 'Working with Validation Errors'Steve Klabnik2012-12-161-0/+140
* make an editing pass through the upgrading guide [ci skip]Vijay Dev2012-12-151-30/+16
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-1510-175/+16
|\
| * copy editing [ci skip]Vijay Dev2012-12-152-2/+2
| * Elaborate using `inverse_of` with presence validationJay Hayes2012-12-131-1/+2
| * Fix associations presence lost in steve's reformatJay Hayes2012-12-131-2/+2
| * Add a small note about the compressing the file, and how that helps the appli...Anuj Dutta2012-12-131-1/+2
| * Add #destroy! as a method that triggers callbacksPablo Torres2012-12-121-0/+1
| * Remove deprecated Time methods from the guides [ci skip]Pablo Torres2012-12-111-22/+2
| * Update guides/source/routing.mdGeorge Claghorn2012-12-111-1/+1
| * remove attr_protected reference from AS Core Extensions guide [ci skip]Francesco Rodriguez2012-12-101-7/+0
| * remove Mass Assignment reference from Form Helpers guide [ci skip]Francesco Rodriguez2012-12-101-1/+1
| * remove Mass Assignment reference from Security Guide [ci skip]Francesco Rodriguez2012-12-101-1/+0
| * Document adding member route without the optionFlorent Guilleux2012-12-101-1/+3
| * Add multipart: true to form for file upload.Steve Klabnik2012-12-101-1/+1
| * `config.action_mailer.async` is no longer usedAndy Lindeman2012-12-101-1/+0
| * Globalize2 is only compatible with Rails 2 so link to Globalize3 insteadHenare Degan2012-12-091-1/+1
| * Security Guide: removing Mass Assignment.Steve Klabnik2012-12-081-135/+0
* | Merge pull request #8432 from rmcastil/add_migration_example_to_each_associat...Rafael Mendonça França2012-12-131-0/+130
|\ \
| * | Add migration example to Association Basics [ci skip]Ryan Castillo2012-12-131-0/+130
* | | General refreshment of the Active Record Basics guidePablo Torres2012-12-122-42/+186
* | | Merge pull request #8468 from schneems/schneems/rack-index-pageSantiago Pastorino2012-12-101-7/+2
|\ \ \
| * | | Use Rails to Render Default Index Pageschneems2012-12-101-7/+2
* | | | Allow users to choose the timestamp format in the cache keyRafael Mendonça França2012-12-101-0/+2
|/ / /
* | | revise block on kindle guides [ci skip]Vijay Dev2012-12-091-3/+1
* | | Merge pull request #8469 from kytrinyx/explicit-mysql-instructionsRafael Mendonça França2012-12-091-0/+3
|\ \ \
| * | | Include command to create mysql userKatrina Owen2012-12-091-0/+3
* | | | Merge pull request #8348 from danchoi/masterVijay Dev2012-12-084-5/+128
|\ \ \ \
| * | | | Add periodical-style TOC and navigation to Kindle version of guidesDaniel Choi2012-12-014-5/+128
* | | | | update release notes [ci skip]Vijay Dev2012-12-081-1/+41
| |_|_|/ |/| | |
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-0829-169/+155
|\ \ \ \
| * | | | copy edits [ci skip]Vijay Dev2012-12-082-4/+3
| * | | | Revert "Introduce Bundler and Gemfiles in a NOTE"Vijay Dev2012-12-081-2/+0
| * | | | Fill out API Documentation Guidelines 'you will learn' list.Steve Klabnik2012-12-071-0/+4
| * | | | Fill out Active Support Core Extensions 'you will learn' list.Steve Klabnik2012-12-071-0/+5
| * | | | Remove reference to background queue in mailer guide.Steve Klabnik2012-12-071-2/+0
| * | | | Remove references to Rails versions.Steve Klabnik2012-12-0713-59/+15
| * | | | Punctuation, capitalization, grammar fixes in rails guidesKatie Oldaker2012-12-077-15/+19
| * | | | Fix small grammatical errorMax Katz2012-12-071-1/+1
| * | | | Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-0722-88/+88
| * | | | Added overview items to Guides Guidelines prologueIan C. Anderson2012-12-071-0/+3
| * | | | changing tense, since Rails 3.2 has been releasedDrew Dara-Abrams2012-12-061-1/+1
| * | | | Introduce Bundler and Gemfiles in a NOTEPablo Torres2012-12-051-0/+2
| * | | | Define a generator before referring to itPablo Torres2012-12-041-1/+1
| * | | | Correct bad EnglishPablo Torres2012-12-041-2/+2
| * | | | add a notice about loading assets in production modeTony Jian2012-12-051-1/+18
* | | | | update guides to use _action callbacks [ci skip]Francesco Rodriguez2012-12-076-21/+21
* | | | | let @version be always externally set in guides generation [fixes #8221]Xavier Noria2012-12-072-2/+2
* | | | | Merge pull request #8332 from amatsuda/ar_where_chainCarlos Antonio da Silva2012-12-071-0/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Relation.where with no args can be chained with not, like, and not_likeAkira Matsuda2012-11-301-0/+14