aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Allow loading external route files from the routerJose and Yehuda2012-04-251-0/+18
| | | | | | | | | This feature enables the ability to load an external routes file from the router via: draw :filename External routes files go in +config/routes+. This feature works in both engines and applications.
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-2514-32/+223
|\
| * copy edits [ci skip]Vijay Dev2012-04-252-2/+2
| |
| * Add partials explanation to getting started guideOscar Del Ben2012-04-251-0/+31
| |
| * Add screenshot to updating post sectionOscar Del Ben2012-04-252-1/+6
| |
| * for get -> forgetUģis Ozols2012-04-251-1/+1
| |
| * Remove references to 'vendored plugins' except to note they used to exist ↵Jonathan Rochkind2012-04-241-6/+4
| | | | | | | | but are deprecated. 'gemified plugin' is the only supported option now.
| * Added some useful methods to the generators.textileJames Strocel2012-04-241-0/+21
| |
| * make sample code more compactOscar Del Ben2012-04-241-13/+1
| |
| * Add update post section to getting started guideOscar Del Ben2012-04-247-4/+152
| |
| * Fix some code in getting started guideOscar Del Ben2012-04-242-9/+5
| |
| * Fix markdown in textile.Dmytrii Nagirniak2012-04-231-1/+1
| |
| * Make it explicit that Symbol-s are not officially supported. Dmytrii Nagirniak2012-04-231-0/+2
| | | | | | | | This will remove a lot of controversy. As an example, see https://github.com/ernie/squeel/issues/67#issuecomment-5270896
| * Merge pull request #92 from geetarista/add-faviconVijay Dev2012-04-222-0/+2
| |\ | | | | | | Adds favicon to guides layout
| | * Adds favicon to guides layoutRobby Colvin2012-04-222-0/+2
| | |
* | | Merge pull request #5880 from asanghi/masterJeremy Kemper2012-04-253-24/+21
|\ \ \ | | | | | | | | Stamp out ruby-debug with debugger everywhere else in the code base
| * | | and one more timeAditya Sanghi2012-04-242-16/+9
| | | |
| * | | another attempt at the languageAditya Sanghi2012-04-182-9/+9
| | | |
| * | | review changes for #5875Aditya Sanghi2012-04-182-5/+5
| | | |
| * | | stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-173-19/+23
| | | |
* | | | 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-214-10/+24
| | | | | | | | | | | | | | | | section
* | | | 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.