aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Copy edit the documentationRafael Mendonça França2012-05-131-1/+1
|
* Merge pull request #6225 from ↵Rafael Mendonça França2012-05-131-0/+2
|\ | | | | | | | | | | | | | | | | | | | | acapilleri/select_with_required_true_include_first_option_blank HTML5 validation error with options_from_collection_for_select Fixes #5908 Conflicts: actionpack/CHANGELOG.md
| * Changed the changelog and documentation aboutAngelo Capilleri2012-05-131-0/+2
| | | | | | | | | | the select method (tag select) forces :include_blank if is required and no multiple and display size is one
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-125-4/+55
|\ \ | | | | | | | | | | | | Conflicts: activesupport/lib/active_support/callbacks.rb
| * | copy editing [ci skip]Vijay Dev2012-05-121-5/+5
| | |
| * | update engines guide to show how to have an engine's ApplicationController ↵Scott Johnson2012-05-111-0/+15
| | | | | | | | | | | | inherit from the main application's ApplicationController
| * | Clarify expire_action with namespaced controllersEric Carty-Fickes2012-05-111-0/+36
| | |
| * | Update guides/source/configuring.textileEgor Homakov2012-05-111-1/+1
| | |
| * | Update guides/source/configuring.textileEgor Homakov2012-05-111-1/+1
| | |
| * | Modified template in sample is new.html.erb, not index.html.erbBen Wilhelm2012-05-101-1/+1
| | |
| * | remove inappropriate comma Nick Novitski2012-05-091-1/+1
| |/ | | | | | | | | | | | | A qualifying clause beginning with words like "as", "if", or "although" should have a comma separating it from any following clauses in a sentence, but should not have a comma immediately after the beginning word, unless it is to separate a third, non-essential clause. Example 1: "Although I would quite like to go to lunch with you, I find myself instead writing a detailed commit message to justify a single-character documentation change." Example 2: "Despite, as you might well imagine, wishing I hadn't even noticed it in the first place, I still felt the error was worth correcting."
* | Add commas missing in performance testsGeoffrey Roguelon2012-05-121-1/+1
| |
* | In robots.txt, User-agent should be all downcase except for the first 'U', ↵Enrico Carlesso2012-05-111-1/+1
|/ | | | according with http://en.wikipedia.org/wiki/Robots_exclusion_standard
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-083-8/+37
|\
| * 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 pull request #6064 from gazay/fix_guides_for_as_core_extXavier Noria2012-05-071-65/+67
|\ \ | | | | | | Fix guides for as core ext
| * | Changes for numeric api for Time because Time.current works differentAlexey Gaziev2012-05-071-4/+4
| | |
| * | Fix some guides for AS core_extAlexey Gaziev2012-05-071-64/+66
| | |
* | | note that WIP guides are not in the index menu [ci skip]Vijay Dev2012-05-071-1/+1
| | |
* | | [guides] Add comments to deep_dup example, fix second example [ci skip]Piotr Sarnacki2012-05-061-1/+3
| | |
* | | Reword guide entry for `deep_dup` method.Piotr Sarnacki2012-05-061-14/+23
| | |
* | | Guides for deep_dupAlexey Gaziev2012-05-061-0/+64
| | |
* | | Make RedCloth not convert double hyphens to emdashes. Closes #5292Vijay Dev2012-05-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As mentioned in http://redcloth.org/textile/writing-paragraph-text/#dashes RedCloth converts double hyphens to emdashes. This causes problems in the guides where options like --database, --full are rendered incorrectly. This commit fixes it by customizing the emdash method in the RedCloth::Formatters::HTML module to just return '--'. See their FAQ http://redcloth.org/faq in the section 'How do I customize RedCloth?'
* | | some corrections in the AR query guide [ci skip]Vijay Dev2012-05-051-13/+15
| | |
* | | Update `first`, `last` and `take` in guidesMarcelo Silveira2012-05-051-8/+42
| | |
* | | Merge pull request #6153 from carlosantoniodasilva/queue-consumerJosé Valim2012-05-041-11/+15
|\ \ \ | |_|/ |/| | Configurable queue consumer
| * | Add some docs and changelog entryCarlos Antonio da Silva2012-05-041-11/+15
| | |
* | | 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
|\ \