aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | |
| * | Remove outdated guide on using rack builder w/o rails middlewareAlex Johnson2013-11-131-20/+0
| | | | | | | | | | | | [ci skip]
| * | Correct guide relating MiddlewareStackProxy with EnumerableAlex Johnson2013-11-131-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Enumerable.instance_methods & Rails::Configuration::MiddlewareStackProxy.instance_methods # => [:as_json] MiddlewareStackProxy does not share any notable methods with Enumerable.
| * | [ci skip] Replace #=> with # =>Alex Johnson2013-11-123-17/+17
| | |
| * | Fix RailsServer#start content in initialization guideAlex Johnson2013-11-121-17/+23
| | | | | | | | | | | | [ci skip]
| * | Add section for command_tasks in initialization guideAlex Johnson2013-11-081-12/+42
| | | | | | | | | | | | [ci skip]
| * | Update commands.rb content in initialization guideAlex Johnson2013-11-081-2/+8
| | | | | | | | | | | | [ci skip]
* | | Helper should be a module in Rails guides [ci skip]Martin Harrigan2013-11-231-1/+1
| | |
* | | Added a missing close parenthesis to i18n.mdJacob Evan Shreve2013-11-211-1/+1
| | |
* | | Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-16/+10
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm pretty confused about the addition of this method. The documentation says that it was intended to allow the removal of values from the default scope (in contrast to #except). However it behaves exactly the same as except: https://gist.github.com/jonleighton/7537008 (other than having a slightly enhanced syntax). The removal of the default scope is allowed by 94924dc32baf78f13e289172534c2e71c9c8cade, which was not a change we could make until 4.1 due to the need to deprecate things. However after that change #unscope still gives us nothing that #except doesn't already give us. However there *is* a desire to be able to unscope stuff in a way that persists across merges, which would allow associations to be defined which unscope stuff from the default scope of the associated model. E.g. has_many :comments, -> { unscope where: :trashed } So that's what this change implements. I've also corrected the documentation. I removed the guide references to #except as I think unscope really supercedes #except now. While we're here, there's also a potential desire to be able to write this: has_many :comments, -> { unscoped } However, it doesn't make sense and would not be straightforward to implement. While with #unscope we're specifying exactly what we want to be removed from the relation, with "unscoped" we're just saying that we want it to not have some things which were added earlier on by the default scope. However in the case of an association, we surely don't want *all* conditions to be removed, otherwise the above would just become "SELECT * FROM comments" with no foreign key constraint. To make the above work, we'd have to somehow tag the relation values which get added when evaluating the default scope in order to differentiate them from other relation values. Which is way too much complexity and therefore not worth it when most use cases can be satisfied with unscope. Closes #10643, #11061.
* | Update caching guide with respect to :namespaceJonathan Baudanza2013-11-191-1/+1
| | | | | | | | Cache::Store does not have a default value for :namespace. If it ever did, I can't find it in the git history.
* | Fixed typos in shallow routes and routing concernsBen Lewis2013-11-181-2/+2
| | | | | | | | Grammatical tense correction: "There exists two" => "There exist two". Plurality correction: "can be reused inside others resources" => "can be reused inside other resources".
* | Instrument each load config initializerPaul Nikitochkin2013-11-161-0/+9
| | | | | | | | | | | | In order to simplify profiling loading of initializers, added instument for tracking load config initializer event from `config/initializers`
* | [ci skip] typo in ArgumentError exceptionPeter Vandenabeele2013-11-161-1/+1
| |
* | Merge pull request #12907 from JuanitoFatas/upgradingRafael Mendonça França2013-11-151-9/+10
|\ \ | | | | | | [ci skip] Update gem versions for 3.2 and 3.1. Also change some words.
| * | [ci skip] Update gem versions for 3.2 and 3.1. Also change some words.Juanito Fatas2013-11-161-9/+10
| | |
* | | Change Relation#all to Relation#load [ci skip]Sıtkı Bağdat2013-11-151-1/+1
| | |
* | | Merge pull request #10848 from 907th/add_block_to_cattr_readerRafael Mendonça França2013-11-151-0/+9
|\ \ \ | | | | | | | | Fix #10847: allow to pass a block to `cattr_reader`.
| * | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-151-0/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Example: class A cattr_reader(:defr) { 'default_reader_value' } end A.defr # => 'default_reader_value'