aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-301-0/+4
|\
| * Rails 4.0 upgrade note for the ConfirmationValidator changeBrian Cardarella2012-04-301-0/+4
| |
* | Rewrite adding a second model section of Getting Started GuideOscar Del Ben2012-04-304-39/+42
|/
* Fix stray capitalizationMark Rushakoff2012-04-291-1/+1
|
* Remove scaffold explanation from getting started guideOscar Del Ben2012-04-291-410/+11
|
* Fix 'Can't mass-assign protected attributes: tags_attributes' in Rails 3.2.3.Kevin Richardson2012-04-291-0/+1
|
* Revert "Make non English title indexable (such as Chinese or Japanese) using ↵Tony Jian2012-04-291-3/+2
| | | | | | MD5." This reverts commit 70e0edf000289b1907b8aee386daf23577f6bc08.
* Make non English title indexable (such as Chinese or Japanese) using MD5.Tony Jian2012-04-291-2/+3
|
* Fix misptintAlexey Vakhov2012-04-281-1/+1
| | | | Injected at dab6c3aa484778b44c1b3cd2b9c46363916295ff
* Remove unnecessary ).Uģis Ozols2012-04-281-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-284-2/+34
|\
| * Correct small consistency issue in AR querying guideMatthias Schmidt2012-04-281-1/+1
| |
| * Update guides - run single test for AR testingAlexey Vakhov2012-04-281-0/+6
| |
| * Update contributing guide - run single testAlexey Vakhov2012-04-281-0/+7
| |
| * Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-2811-9/+188
| |\
| * | update docs - disabling prepared statements is not connected to managing ↵Vijay Dev2012-04-281-1/+2
| | | | | | | | | | | | connections externally [ci skip]
| * | 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.
* | | Add REST section to getting started guideOscar Del Ben2012-04-282-10/+50
| |/ |/|
* | Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-273-3/+3
|\ \
| * | find_by_sql actually triggers after_findBernat Foj Capell2012-04-271-1/+1
| | |
| * | Active Support Core Extensions guide: reworded "on one hand" and similar to ↵Rory O’Kane2012-04-261-1/+1
| | | | | | | | | | | | "for one thing"
| * | Minor typo.Jonathan Roes2012-04-261-1/+1
| | |
* | | Add delete post section to Getting Started guideOscar Del Ben2012-04-275-1/+80
|/ /
* | Merge branch 'master' of github.com:lifo/docrailsLes Nightingill2012-04-255-5/+105
|\ \
| * | Copy EditJames Strocel2012-04-251-1/+1
| | |
| * | Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-256-65/+60
| |\|
| * | Add partials section to getting started guideOscar Del Ben2012-04-254-4/+104
| | |
* | | adds a mention of the fact that an engine's lib/assets directory is also on ↵Les Nightingill2012-04-251-1/+1
| |/ |/| | | | | the load path
* | 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
|\ \ \