aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * User.each is a liePratik Naik2010-08-301-2/+2
| |
| * Remove mention of InstantRails, it is completely obsolete.Joost Baaij2010-08-301-1/+1
| | | | | | | | Mention RubyInstaller instead which is actually quite pleasant and runs Rails fine.
| * Merge branch 'master' of github.com:lifo/docrailsJoost Baaij2010-08-301-1/+1
| |\
| | * Revert "Revert "refer to guides since 3.0 is released now""Xavier Noria2010-08-301-1/+1
| | | | | | | | | | | | | | | | | | Wanted to revert a different commit with same message This reverts commit 15d07981f6617a3f97f9e36f257131b56a97a441.
| * | Merge branch 'master' of github.com:lifo/docrailsJoost Baaij2010-08-301-1/+1
| |\|
| | * Revert "refer to guides since 3.0 is released now"Xavier Noria2010-08-301-1/+1
| | | | | | | | | | | | | | | | | | Reason: This is an exception. Thing is when you contribute to Rails you need to know how to proceed *now*, the instructions may be different than the ones published with some past release. This reverts commit 3d13dc88e20f86ac294baeafdd8343c5ddd3b623.
| * | Remove beta and RC paths in documentationJoost Baaij2010-08-303-31/+26
| |/
| * refer to guides since 3.0 is released nowJoost Baaij2010-08-301-1/+1
| |
| * fix the cache_fu linksDamien Mathieu2010-08-301-1/+1
| |
* | implements String#strip_heredocXavier Noria2010-08-291-0/+25
| |
* | -v=1.0.0 not neededSantiago Pastorino2010-08-291-1/+1
| |
* | No more beta or rc on guidesSantiago Pastorino2010-08-292-23/+23
|/
* Merge remote branch 'docrails/master'Xavier Noria2010-08-284-13/+9
|\
| * Merge branch 'master' of github.com:lifo/docrailsJamison Dance2010-08-267-30/+24
| |\
| | * Simplify render :partialJames Miller2010-08-262-2/+2
| | |
| | * Prefer modern idiom for rendering partials on a collectionJames Miller2010-08-261-8/+4
| | |
| | * Getting started guide: typoJames Miller2010-08-261-1/+1
| | |
| | * Link to gembundler.com instead of Github repoJames Miller2010-08-261-1/+1
| | |
| * | fix sentence fragment in validates_associated cautionJamison Dance2010-08-261-1/+1
| | |
* | | solves everything in guides raised by WARNINGS=1 (except for one which is ↵Xavier Noria2010-08-272-35/+15
| | | | | | | | | | | | abandoned atm)
* | | updates de title of the generators guide in the home and indexXavier Noria2010-08-272-2/+2
| | |
* | | getting started guide: adds a reference to Michael Hartl's free online book ↵Xavier Noria2010-08-261-0/+1
| |/ |/| | | | | in the what's next section
* | getting started guide: revises text wrt bundlerXavier Noria2010-08-261-5/+3
| |
* | revises a few link textsXavier Noria2010-08-261-1/+1
| |
* | change 'a SQL' to 'an SQL' as suggested by the api documentation guidelinesJaime Iniesta2010-08-263-10/+10
| |
* | lifecycle should be two words, life cycleJaime Iniesta2010-08-261-2/+2
| |
* | Merge remote branch 'docrails/master'Xavier Noria2010-08-262-2/+2
|\|
| * Revert "to_json => as_json"Xavier Noria2010-08-262-2/+2
| | | | | | | | | | | | This reverts commit 7a6d8e4ad47d571541762a6c80cc3e1f6831bd40. Reason: The method that gives you a Ruby string with JSON source code is #to_json
* | Merge remote branch 'docrails/master'Xavier Noria2010-08-264-20/+20
|\|
| * to_json => as_jsonJames Miller2010-08-252-2/+2
| |
| * mysql2 is now the default, typosJames Miller2010-08-251-4/+4
| |
| * Fix typo, favour => favorJames Miller2010-08-251-14/+14
| |
* | AS guide: Array.wrap vs splat is only valid for 1.8Xavier Noria2010-08-251-1/+1
|/
* Merge remote branch 'docrails/master'Xavier Noria2010-08-251-0/+2
|\
| * Revert "Use symbols when specifying custom resource actions"Andrew White2010-08-241-4/+4
| | | | | | | | This reverts commit 02aabbd19e59720d2d5819978d2f712c2279bf34.
| * Use symbols when specifying custom resource actionsAndrew White2010-08-241-4/+4
| |
| * Note about how to exit the console in the Getting Started guideTrevor Turk2010-08-241-0/+2
| |
* | Master is now targeting 3.1.0.betaDavid Heinemeier Hansson2010-08-231-2/+2
| |
* | Point guides to bundler 1.0.0.rc.6Santiago Pastorino2010-08-232-2/+2
| |
* | generators guide: edit passXavier Noria2010-08-231-30/+34
| |
* | Bump up rack-mount to 0.6.12Santiago Pastorino2010-08-221-1/+1
|/
* Merge remote branch 'rails/master'Xavier Noria2010-08-201-2/+2
|\
| * Bump up tzinfo to 0.3.23Santiago Pastorino2010-08-201-1/+1
| |
| * Bump up rack-mount to 0.6.10Santiago Pastorino2010-08-191-1/+1
| |
* | correcting the documentation which wrongly states that rails/init.rb file of ↵Neeraj Singh2010-08-181-1/+1
|/ | | | a gem is loaded
* Merge remote branch 'docrails/master'Xavier Noria2010-08-181-1/+1
|\
| * commit review: now that there are two supported, just mention themXavier Noria2010-08-181-1/+1
| |
| * Testing Guide: rake test:uncommitted now supports gitSunny Ripert2010-08-171-1/+1
| |
* | Merge remote branch 'docrails/master'Xavier Noria2010-08-172-6/+19
|\|
| * debugging guide: revises the section on debugging RJSXavier Noria2010-08-171-5/+7
| |