aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog and upgrading notice related to I18n enforce_available_locales ↵Carlos Antonio da Silva2013-12-171-0/+17
| | | | handling
* minor doc reword. Upgrade Rails itself not to Rails. [ci skip]Yves Senn2013-12-171-3/+3
| | | | /cc @chancancode
* use `bin/spring` in release notes. [ci skip]Yves Senn2013-12-171-1/+1
| | | | | | | Follow up to: https://github.com/rails/rails/commit/828a8f214535e59d709fd4862605902d1cc21632#commitcomment-4879462 This will be available after https://github.com/jonleighton/spring/commit/c6e25804b3338959d87a29f40967a333c650c031 is released.
* Remove the link for code.whytheluckystiff.netRafael Mendonça França2013-12-161-1/+1
| | | | | This is not a valid URL. [ci skip]
* Fix url leak in application templates guideJacob Evan Shreve2013-12-161-1/+1
| | | Encapsulate url that was including the trailing quote and colon.
* Added `absence` parameter to pluralization tableIvan2013-12-161-0/+1
| | | Added `absence` parameter to table in section `5.1.2 Error Message Interpolation`.
* Merge pull request #13307 from akshay-vishnoi/typoRafael Mendonça França2013-12-151-1/+1
|\ | | | | Spelling and Grammar check [ci skip]
| * Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-1/+1
| |
* | Merge pull request #13181 from fluxusfrequency/patch-4Robin Dupret2013-12-141-221/+603
|\ \ | | | | | | Clarification, grammar fixes, punctuation, and capitalization [ci skip]
| * | Word wrapping engines guide [ci skip]Ben Lewis2013-12-141-189/+568
| | |
| * | Clarification, grammar fixes, punctuation, and capitalization [ci skip]Ben Lewis2013-12-141-84/+87
| | |
* | | Improved documents [ci skip]Kuldeep Aggarwal2013-12-144-4/+4
| | |
* | | Improve document: working with javascript in rails [ci skip].Juanito Fatas2013-12-141-5/+15
| | | | | | | | | | | | | | | | | | * Add form_tag generated output. * improve some text. * data-remote='true' should use double quotes.
* | | Merge pull request #13305 from psahni/form_tag_with_parametersYves Senn2013-12-131-1/+1
|\ \ \ | | | | | | | | form_tag with parameters fixed [ci skip]
| * | | form_tag with parameters fixed [ ci skip ]Prashant Sahni2013-12-131-1/+1
| | | |
* | | | fix grammatical errorAfshin Mokhtari2013-12-121-1/+1
| | | |
* | | | docs guidelines: recommends wording in a way that avoids "you"s and "your"sXavier Noria2013-12-121-1/+15
| | | |
* | | | copy-edits 68abbac [ci skip]Xavier Noria2013-12-121-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewording to avoid "you"s. * Suggest as first natural alternative to refactor the block to evaluate to the returned value. * Removes the quotes around "filters", since that is a common work in our jargon.
* | | | Merge pull request #13293 from akshay-vishnoi/typoCarlos Antonio da Silva2013-12-121-1/+1
|\ \ \ \ | | |_|/ | |/| | Spelling and Grammar checks [ci skip]
| * | | Spelling and Grammar checksAkshay Vishnoi2013-12-121-1/+1
| |/ /
* | | Merge pull request #13271 from ↵Rafael Mendonça França2013-12-121-0/+33
|\ \ \ | | | | | | | | | | | | | | | | chancancode/warn_about_using_return_in_as_callbacks Warn about using `return` inside inline callback blocks [ci skip]
| * | | Warn about using `return` inside inline callback blocks [ci skip]Godfrey Chan2013-12-111-0/+33
| | | | | | | | | | | | | | | | Closes #12981
* | | | Merge pull request #13290 from strzalek/inline-syntax-docsRafael Mendonça França2013-12-121-0/+10
|\ \ \ \ | |_|/ / |/| | | Variants inline syntax documentation
| * | | Variants inline syntax documentation [ci skip]Łukasz Strzałkowski2013-12-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | * Extend method documentation * Mention it in actionpack/CHANGELOG * Update release notes
* | | | Merge pull request #13032 from kuldeepaggarwal/after_touch_documentationYves Senn2013-12-121-0/+49
|\ \ \ \ | |/ / / |/| | | [ci skip] added after_touch callback documentation [ci skip]
| * | | [ci skip] added after_touch callback documentationKuldeep Aggarwal2013-12-121-0/+49
| | | | | | | | | | | | | | | | [ci skip] added more explanation for `after_touch` callback
* | | | typos rectified lifecycle => life cycleAayush khandelwal2013-12-121-1/+1
| |/ / |/| |
* | | Some improvements on building nested forms. [ci skip]Juanito Fatas2013-12-071-7/+11
| | |
* | | capitalize words starting after numbered list to maintain consistency [ci skip]Prashant Sahni2013-12-061-3/+3
| | |
* | | Using 2.3.11 URL for 2.3.x guides [ci skip]Arun Agrawal2013-12-051-1/+1
| | |
* | | add missing CHANGELOG entry for d8c6f52. [ci skip]Yves Senn2013-12-051-0/+3
| | | | | | | | | | | | Discoverd by #13175.
* | | end sentences with a `.`. [ci skip]Yves Senn2013-12-051-7/+9
| | |
* | | Rails on Rack: Replace an unpleasant grammatical construct.Jashank Jeremy2013-12-051-1/+1
| | | | | | | | | [ci skip]
* | | Hightlight message verifier in the release notes [ci skip]Rafael Mendonça França2013-12-041-0/+11
| | |
* | | Update the releases notesRafael Mendonça França2013-12-041-0/+1
| |/ |/|
* | Update guides welcome page to point to version 3.2.16 [ci skip]Arun Agrawal2013-12-041-2/+2
| |
* | update guides to new version of rails 3.2.x[ci skip]Kuldeep Aggarwal2013-12-051-2/+2
| |
* | mention Active Record enums as major feature for 4.1. [ci skip]Yves Senn2013-12-041-0/+23
| |
* | Formatting, capitalization, and punctuation fixes [ci skip]Ben Lewis2013-12-041-13/+17
| | | | | | Second try on this commit.
* | remove variants paragraph indent in release notes. [ci skip]Yves Senn2013-12-041-23/+24
| |
* | add Spring as major feature in the 4.1 release notes. [ci skip]Yves Senn2013-12-042-0/+57
| | | | | | | | Follow up to #12958.
* | minor 4_1_release_notes changes. [ci skip]Yves Senn2013-12-041-22/+11
| |
* | Added JSON release notes [ci skip]Godfrey Chan2013-12-032-0/+89
| |
* | Add variants to release notesŁukasz Strzałkowski2013-12-041-0/+33
| |
* | Introduce a context for rendering fixtures ERB.Victor Costan2013-12-032-0/+21
| | | | | | | | | | | | | | | | | | | | Fixture files are passed through an ERB renderer before being read as YAML. The rendering is currently done in the context of the main object, so method definitons leak into other fixtures, and there is no clean place to define fixture helpers. After this commit, the ERB renderer will use a new subclass of ActiveRecord::FixtureSet.context_class each time a fixture is rendered.
* | Remove note about removed local_constant_names method from guides [ci skip]Carlos Antonio da Silva2013-12-021-1/+1
| |
* | Remove dead comment from AS extensions guide [ci skip]Carlos Antonio da Silva2013-12-021-2/+0
| |
* | Fix note about class attribute accessors deprecated file [ci skip]Carlos Antonio da Silva2013-12-021-1/+1
| |
* | Add number and range field to form helpers articleJuanito Fatas2013-12-021-2/+16
| | | | | | | | | | | | Also wrap surrounding text to 80 chars. [ci skip] Closes #13132
* | Merge pull request #11197 from gsamokovarov/unify-mattr-cattrGuillermo Iguaran2013-12-021-2/+2
|\ \ | | | | | | Unify cattr and mattr accessors declarations