aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Add model validation section to Getting Started guideOscar Del Ben2012-04-2111-96/+93
|
* Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-201-1/+1
|\
| * removed extra "you"Kevin Musiorski2012-04-191-1/+1
| |
* | Add index and links section to Getting started guideOscar Del Ben2012-04-2011-24/+123
| |
* | Add show action in getting started guideOscar Del Ben2012-04-206-27/+63
| |
* | New Getting started guide wont have tagsOscar Del Ben2012-04-206-36/+1
| |
* | Adapt "Getting started guide" code sampleOscar Del Ben2012-04-208-129/+36
| |
* | Add "Saving data in the controller" sectionOscar Del Ben2012-04-201-0/+27
|/
* Add model creation step to getting started guideOscar Del Ben2012-04-191-6/+27
|
* Fix broken images linksOscar Del Ben2012-04-191-5/+4
|
* Add Ruby 1.9.3 recommendationOscar Del Ben2012-04-191-2/+2
|
* Put warning on getting started guide backOscar Del Ben2012-04-191-1/+3
|
* Add "Using the change method" title back to make it stand outOscar Del Ben2012-04-191-0/+2
|
* Regenerate Gemfile for getting started guideOscar Del Ben2012-04-191-3/+3
|
* Update guide for rails 3.2.3, fix code download link.Oscar Del Ben2012-04-191-5/+4
|
* Add to guides info how to disable prepared statementsIvan Evtukhovich2012-04-191-0/+7
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-182-4/+9
|\
| * Fix typo where a table name in a join was singular.Don Petersen2012-04-161-1/+1
| |
| * Fixed a typo in migrationsluke2012-04-151-1/+1
| |
| * SQL query formattingBertrand Chardon2012-04-131-2/+7
| | | | | | | | | | Reformatted two SQL queries in Section 6) and 7) to avoid horizontal scrolling where possible.
* | Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-1/+10
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-122-2/+2
|\
| * Fixed markup in security guideAlfonso Cora2012-04-121-1/+1
| |
| * Grammar fix in 3.2 Release Notes guide Tim Harvey2012-04-111-1/+1
| | | | | | | | Could also be worded 'as an option', but plural made more sense given the mention of ':handlers and :formats'.
| * Revert "add instructions for adding additional manifests"Vijay Dev2012-04-111-5/+1
| | | | | | | | | | | | This reverts commit f28f1d70b3f3dd9f694067f7cab2e717e302ee2b. Reason: This is already covered in this guide elsewhere.
| * add instructions for adding additional manifestsPatrick Sharp2012-04-091-1/+5
| |
* | rewords the section about default_url_options in the Action Controller ↵Xavier Noria2012-04-091-3/+4
| | | | | | | | Overview guide
* | Document that default_url_options must return a hash with symbolizedRafael Mendonça França2012-04-091-0/+1
| | | | | | | | keys
* | default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-081-2/+1
| |
* | Merge pull request #5748 from ai/no_type_in_html5Jeremy Kemper2012-04-083-23/+23
|\ \ | |/ |/| Remove unnecessary in HTML 5 type attribute with default value
| * Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-053-23/+23
| |
* | Don't use arel_table in published_and_commented example in querying guideRyan Bigg2012-04-071-1/+1
| |
* | Revert "Where migration can get wrong help added"Vijay Dev2012-04-071-10/+0
| | | | | | | | This reverts commit b11113f924d2eb2acbe836954d17a02163f45275.
* | copy editing [ci skip]Vijay Dev2012-04-071-5/+4
| |
* | Fix 'Everyday Git' linkAnil Wadghule2012-04-061-1/+1
| |
* | Better class namexyctka@gmail.com2012-04-061-2/+2
| |
* | Update Custom Exception Handler section of Internationalization guidexyctka@gmail.com2012-04-061-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous example with just_raise_that_exception method stopped working because MissingTranslation is not an instance of Exception class any more, but has a +to_exception+ method. Also the cleaner way is to re-raise only the desired exception, passing everything else to the default ExceptionHandler. Additionally this re-raising conflicts with Pluralization backend thus we have to add a check that certain missing translation keys should be ignored allowing the backend to fall back to the default pluralization rule.
* | Where migration can get wrong help addedSandip Ransing2012-04-061-0/+10
| |
* | Improvement to migration guideSandip Ransing2012-04-061-6/+6
| |
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-055-40/+27
|\ \
| * | lets not show too much output and shadow the intention [ci skip]Vijay Dev2012-04-051-20/+3
| | |
| * | fix boolean value in guide [ci skip]Vijay Dev2012-04-051-1/+1
| | |
| * | Fix slightly awkward English in Action Caching section of Caching With Rails ↵Cheah Chu Yeow2012-04-051-1/+1
| | | | | | | | | | | | | | | | | | guide. In particular, removed "pages that require to restrict access somehow" and shortened "Action Caching works like Page Caching except for the fact that the incoming web request does go from the webserver to the Rails stack and Action Pack so that before filters can be run on it before the cache is served".
| * | Small improvements added to getting startedSandip Ransing2012-04-051-5/+5
| | |
| * | Updated migrations.textile to change :integer on line 807 to :boolean, as it ↵Ethan Mick2012-04-041-1/+1
| | | | | | | | | | | | was earlier in the example. :flag is a boolean, not an integer. (defaults to false)
| * | Improve config.assets.initialize_on_precompile guide.Hendy Tanata2012-04-041-2/+2
| | |
| * | removed deprecated methods and middlewaresHrvoje Šimić2012-04-041-30/+34
| | |
* | | Optimistic locking: lock_version needed type information.Martin Eisenhardt2012-04-051-1/+1
| |/ |/|
* | Merge pull request #5716 from jurriaan/tr-gsub-cleanupSantiago Pastorino2012-04-041-1/+1
|\ \ | |/ |/| Updated/changed unneeded tr/gsubs
| * Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
| |