aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| * | Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-021-2/+2
| | |
* | | Wrap 80 columns [ci skip]Rafael Mendonça França2013-12-021-5/+10
| | |
* | | Add documentation about the Action Dispatch salt configurationRafael Mendonça França2013-12-021-0/+8
| | | | | | | | | | | | [ci skip]
* | | Use alphabetic orderRafael Mendonça França2013-12-021-2/+2
| | | | | | | | | | | | [ci skip]
* | | :scissors:Rafael Mendonça França2013-12-021-1/+1
| | | | | | | | | | | | [ci skip]
* | | Make the release notes consistent [ci skip]Rafael Mendonça França2013-12-021-66/+66
|/ / | | | | | | | | Conflicts: guides/source/4_1_release_notes.md
* | Merge pull request #13117 from akshay-vishnoi/typoXavier Noria2013-12-024-7/+7
|\ \ | | | | | | Typo and grammatical fixes [ci skip]
| * | Typo and grammatical fixes [ci skip]Akshay Vishnoi2013-12-024-7/+7
| | |
* | | Merge pull request #11466 from jetthoughts/updated_tesing_guidesYves Senn2013-12-021-9/+14
|\ \ \ | | | | | | | | Fix `rake test` description in the guides [ci skip]
| * | | Add `rake test:all`, `rake test:all:db` to guidePaul Nikitochkin2013-11-301-9/+14
| | | | | | | | | | | | | | | | [ci skip]
* | | | Update active_record_querying.mdGuillermo Iguaran2013-12-021-1/+1
| | | | | | | | | | | | he or she => they
* | | | Merge pull request #13130 from gja/masterGuillermo Iguaran2013-12-012-7/+7
|\ \ \ \ | | | | | | | | | | Removing some gender sensitive object pronouns
| * | | | [ci skip] Removing some gender sensitive object pronounsTejas Dinkar2013-12-022-7/+7
| | | | |
* | | | | Add examples for gender neutral pronounsGuillermo Iguaran2013-12-011-1/+7
| | | | |
* | | | | Update API docs guidelines with reference about gender neutral pronounsGuillermo Iguaran2013-12-011-0/+2
|/ / / /
* | | | Use genderless pronouns in security guide. [ci skip]Vipul A M2013-12-021-18/+18
| | | | | | | | | | | | | | | | related #49ff20d9b164693ed7fee880b69cc14b141678b3
* | | | Removed redundant field name in the guide Paul Nikitochkin2013-12-011-1/+1
| | | | | | | | | | | | | | | | Fixes: #13108 [ci skip]
* | | | Update render with a spacer_template [ci skip]Sıtkı Bağdat2013-12-011-1/+1
| | | |
* | | | add missing arel dependency to `active_record_master` bug report script.Yves Senn2013-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]. This solves: ``` Could not find gem 'arel (~> 5.0.0) ruby', which is required by gem 'rails (>= 0) ruby', in any of the sources. ```
* | | | Fix URL to robots.txt documentationChristophe Maximin2013-11-291-1/+1
| |/ / |/| |
* | | updating options documentation for associationsKuldeep Aggarwal2013-11-291-1/+5
| | | | | | | | | | | | removed unnecessary test case and improved test case for belongs_to having invalid options
* | | The section that mentions after_commit and after_rollback will swallow ↵Bikram2013-11-281-1/+1
| | | | | | | | | | | | exceptions should me made clear. Made that section to be a instead of a regular paragraph.
* | | no need to explain bundler and rails new in the release notes. [ci skip]Yves Senn2013-11-281-35/+0
| | | | | | | | | | | | /cc @fxn
* | | delete obsolete KINDLE.md. Closes #13037. [ci skip].Yves Senn2013-11-281-26/+0
| | |
* | | first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip]Yves Senn2013-11-281-2/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract **notable changes**, **deprecations** and **removals** from each CHANGELOG. I tried to reference the commits and pull requests for new features and deprecations. In the process I also made some minor changes to the CHANGELOGS. The 4_1_release_notes guide is declared WIP.
* | | create 4.1 release notes guide scaffold. [ci skip]Yves Senn2013-11-283-0/+148
| | |
* | | 3.2 to 4.0 section in upgrading guide is no longer wip. [ci skip]Yves Senn2013-11-281-2/+0
| | |
* | | move "HTTP PATCH" paragraph into "Upgrading 3.2 -> 4.0". [ci skip]Yves Senn2013-11-281-9/+9
| | |
* | | Link for "New Post" is added in Getting Started guide [ci skip]Sagar Junnarkar2013-11-271-0/+1
| | | | | | | | | | | | | | | - Earlier(line number 862) it is said to add <%= link_to 'New post', new_post_path %> on posts index page before table tag. But when posts index page html is shown, "New Post" link is missing. So aaded "New Post" link in this commit
* | | sync example and documentation for strong_parameters hash whitelisting.Yves Senn2013-11-261-5/+7
| |/ |/| | | | | | | | | | | | | | | [ci skip] This is a follow up to #12609 and integrates #12158. Thanks @aspiers. Closes #12158.
* | Added `rewhere` usage to AR querying guidesVipul A M2013-11-251-0/+26
| |
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-249-78/+98
|\ \ | | | | | | | | | | | | | | | Conflicts: activesupport/lib/active_support/core_ext/hash/deep_merge.rb activesupport/lib/active_support/core_ext/hash/keys.rb
| * | a couple of copy-edits before merging [ci skip]Xavier Noria2013-11-241-3/+2
| | |
| * | API Documentation Guidelines link correction [ci skip]Harshad Sabne2013-11-231-1/+1
| | |
| * | Improve reading / style of hashes in AR guideCarlos Antonio da Silva2013-11-191-5/+5
| | |
| * | Revert last two commits mistakenly changing join/include syntaxCarlos Antonio da Silva2013-11-191-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- Revert "syntax error joining/including models" This reverts commit ac35f72f30c47298a20a90c8c537db888b463bbb. --- Revert "syntax error joining tables" This reverts commit c365986b48c3e8bc8c7f3fa6a8521616ed5dc138. --- Comments: https://github.com/rails/docrails/commit/c365986b48c3e8bc8c7f3fa6a8521616ed5dc138#commitcomment-4630684
| * | syntax error joining/including modelsSergio2013-11-181-2/+2
| | | | | | | | | syntax error joining/including models
| * | syntax error joining tablesSergio2013-11-181-5/+5
| | | | | | | | | syntax error joining tables
| * | Update action_controller_overview.md [ci skip]Harshad Sabne2013-11-151-1/+1
| | | | | | | | | Code style adherence
| * | Fix broken Wikipedia link.Harshad Sabne2013-11-131-1/+1
| | |