aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #92 from geetarista/add-faviconVijay Dev2012-04-221-0/+2
| |\ | | | | | | Adds favicon to guides layout
| | * Adds favicon to guides layoutRobby Colvin2012-04-221-0/+2
| | |
* | | Merge pull request #5880 from asanghi/masterJeremy Kemper2012-04-251-21/+18
|\ \ \ | | | | | | | | Stamp out ruby-debug with debugger everywhere else in the code base
| * | | and one more timeAditya Sanghi2012-04-241-14/+7
| | | |
| * | | another attempt at the languageAditya Sanghi2012-04-181-8/+8
| | | |
| * | | review changes for #5875Aditya Sanghi2012-04-181-4/+4
| | | |
| * | | stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-171-16/+20
| | | |
* | | | Remove default match without specified methodJose and Yehuda2012-04-241-39/+37
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the current router DSL, using the +match+ DSL method will match all verbs for the path to the specified endpoint. In the vast majority of cases, people are currently using +match+ when they actually mean +get+. This introduces security implications. This commit disallows calling +match+ without an HTTP verb constraint by default. To explicitly match all verbs, this commit also adds a :via => :all option to +match+. Closes #5964
* | | Revert "in feedback solicitation text, correct that docrails is fork, not ↵Vijay Dev2012-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch" This reverts commit 7b7cc1341bd41106c0e6c5eb399f8aff39b43f52. Reason: docrails isn't a rails fork. See 5444ed56ab38a742b3ddf6612eadd8cf50d8d517 [ci skip]
* | | Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-211-1/+1
|\ \ \
| * | | in feedback solicitation text, correct that docrails is fork, not branchRory O’Kane2012-04-201-1/+1
| | | |
* | | | Add validation code to getting started guide and improve validationOscar Del Ben2012-04-211-10/+13
| | | | | | | | | | | | | | | | section
* | | | Add model validation section to Getting Started guideOscar Del Ben2012-04-211-20/+88
|/ / /
* | | 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-201-4/+105
| | | |
* | | | Add show action in getting started guideOscar Del Ben2012-04-201-2/+52
| | | |
* | | | 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
| | |
* | | 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
| | | |