aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Compressed all images from the guide through ImageOptim which saves ↵Xavier Noria2012-05-0780-0/+0
| | | | | | | | | sometimes up to 74.6% in size [ci skip]" Reason: this change can't really be done in docrails, see http://weblog.rubyonrails.org/2012/3/7/what-is-docrails/ This reverts commit bc06e8d706fd8818d434c66f46d2e889ca24bd2d.
* Compressed all images from the guide through ImageOptim which saves ↵Ayrton De Craene2012-05-0780-0/+0
| | | | sometimes up to 74.6% in size [ci skip]
* Remove accidentally pasted NOTE section during introduction of ↵Mark J. Titorenko2012-05-071-2/+0
| | | | +beginning_of_hour+ and +end_of_hour+ documentation.
* Corrections to +beginning_of_day+ and +end_of_day+ example dates.Mark J. Titorenko2012-05-071-2/+2
|
* Added documentation for +beginning_of_hour+ and +end_of_hour+ to Active ↵Mark J. Titorenko2012-05-071-0/+31
| | | | Support Core Extensions guide.
* are ran -> are runMark Rushakoff2012-05-061-5/+5
| | | | The former is grammatically incorrect.
* Revert "Play nice with some lint patterns"Vijay Dev2012-05-061-4/+3
| | | | | | This reverts commit 7f536f9158588b66c0e5a6aa8772b919812f9cb9. Reason: If at all this is done, this should be done in rails master.
* Play nice with some lint patternsKristian Freeman2012-05-041-3/+4
|
* Editing log levels to reflect this doc: ↵Mike Manewitz2012-05-041-1/+1
| | | | http://api.rubyonrails.org/classes/ActiveSupport/BufferedLogger/Severity.html
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-0412-352/+102
|\
| * mention database mapping in getting started guideOscar Del Ben2012-05-041-1/+4
| |
| * Remove vestiges of the http_only! config from configuring guideCarlos Antonio da Silva2012-05-031-8/+0
| |
| * Update command line guideOscar Del Ben2012-05-031-4/+2
| |
| * I found it strange that this guide is redirecting questions to a specific ↵Paul McMahon2012-05-031-2/+1
| | | | | | | | person. Heiko Webers' (@hawe) last blog post is a year and a half old, so it's not obvious that he's still active with Rails security. If he is, feel free to revert.
| * TypoOscar Del Ben2012-05-021-1/+1
| |
| * Mention mac os x installation tools on getting started guideOscar Del Ben2012-05-021-1/+4
| |
| * Remove tags from getting started guide and adapt some of the content toOscar Del Ben2012-05-023-216/+7
| | | | | | | | the new guide
| * Rewrite refactoring section in getting started guideOscar Del Ben2012-05-024-77/+34
| |
| * Rewrite comments action in getting started guideOscar Del Ben2012-05-023-21/+26
| |
| * Changed code examples to have a consistent code styling [ci skip]Ayrton De Craene2012-05-021-33/+33
| |
| * Add note about image_tag('') issue in Asset Pipeline guide (see rails issue ↵Michael Pearson2012-05-021-0/+2
| | | | | | | | #3080)
* | cache_store has an extra option of :null_store.Teng Siong Ong2012-05-031-1/+1
| |
* | copy-edit guide [ci skip]Vijay Dev2012-05-021-2/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-0111-455/+108
|\
| * Bump Rails version in action mailer guide.Oscar Del Ben2012-05-011-1/+1
| |
| * Getting Started Guide Code CleanupOscar Del Ben2012-05-012-10/+1
| |
| * 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
| | |
| * | Add REST section to getting started guideOscar Del Ben2012-04-282-10/+50
| | |
* | | Add documentation to command_line.textile explaining how to use additional ↵Jason Noble2012-04-301-0/+13
| | | | | | | | | | | | notes directories
* | | Replace boolean argument with an options hash.Dmitriy Kiriyenko2012-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This replaces `include_seconds` argument with an option key `include_seconds => true` in options hash. Also `time_ago_in_words` now passes options hash, including a `locale` key, which makes in compatible with `distance_of_time_in_words`.
* | | Add changelog entry and some docs for collection + layoutCarlos Antonio da Silva2012-04-291-0/+10
| | |
* | | Removed unclear doc in AR querying guide [ci skip]Vijay Dev2012-04-291-16/+0
| | | | | | | | | | | | | | | The range example used in array conditions is unclear and talks about the old 'conditions' option. Closes #4943.
* | | Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-1/+1
| | | | | | | | | | | | closes #3341
* | | made a few changes and fixes in getting started guide [ci skip]Vijay Dev2012-04-281-10/+6
| |/ |/|
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-2811-9/+188
|\|
| * 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
| | |