aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* copy edits [ci skip]Vijay Dev2012-04-252-2/+2
|
* Revert "Added warning that require_tree includes files in unspecified order. ↵Vijay Dev2012-04-251-7/+2
| | | | | | | | So, that people may know the order of their scripts might be the reason that their scripts work in just fine in development but not in production. " This reverts commit 9dbd511172170f60b96012b7b87044638c3962b8. Reason: Sounds like something for the guide, not the template.
* removing changes made in ccd0b511c933d3e2c7f3e345622ad2cc17728de5 and ↵Vijay Dev2012-04-251-2/+0
| | | | 189a1728b561c19404f814979fd73adc5bea554d [ci skip]
* 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
|
* fix code syntaxOscar Del Ben2012-04-251-2/+2
|
* Add include documentation to serializationOscar Del Ben2012-04-251-1/+6
|
* improve serialization docOscar Del Ben2012-04-251-4/+5
|
* Remove lonely number signAlexey Vakhov2012-04-251-1/+1
|
* for get -> forgetUģis Ozols2012-04-251-1/+1
|
* Added notice on how to enable gzip compression. Gaurish Sharma2012-04-251-1/+1
| | | (Fixed typo from previous commit: ccd0b511c933d3e2c7f3e345622ad2cc17728de5)
* Added notice on how to enable gzip compression in rails app using ↵Gaurish Sharma2012-04-251-0/+2
| | | | Rack::Deflater. it is disabled & commented out by default.
* 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 warning that require_tree includes files in unspecified order. So, ↵Gaurish Sharma2012-04-251-2/+7
| | | | that people may know the order of their scripts might be the reason that their scripts work in just fine in development but not in production.
* Added some useful methods to the generators.textileJames Strocel2012-04-241-0/+21
|
* Correct documentation of SecurePasswordOscar Del Ben2012-04-241-1/+2
|
* 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
|
* Missed checked in Form Helper exampleAlexey Vakhov2012-04-241-1/+1
|
* 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
| |
* | Add distance_of_time_in_words example for secondsAlexey Vakhov2012-04-221-0/+3
| |
* | Fixed expected value in comment. Removed duplicate lines in example.Bernard Kroes2012-04-211-4/+1
| |
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-2139-314/+391
|\ \
| * | 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-212-2/+2
| |\ \
| | * | Comma missedAlexey Vakhov2012-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-202-2/+2
| |\ \
| | * | Fix example in ActionView::Helpers::FormHelperThibaut Courouble2012-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
| | |
| * | Improve observers documentationOscar Del Ben2012-04-181-0/+2
| | |