| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | [ci skip] Removing some gender sensitive object pronouns | Tejas Dinkar | 2013-12-02 | 2 | -7/+7 |
* | | | | | | Add examples for gender neutral pronouns | Guillermo Iguaran | 2013-12-01 | 1 | -1/+7 |
* | | | | | | Update API docs guidelines with reference about gender neutral pronouns | Guillermo Iguaran | 2013-12-01 | 1 | -0/+2 |
|/ / / / / |
|
* | | | | | Use genderless pronouns in security guide. [ci skip] | Vipul A M | 2013-12-02 | 1 | -18/+18 |
* | | | | | Removed redundant field name in the guide | Paul Nikitochkin | 2013-12-01 | 1 | -1/+1 |
* | | | | | Update render with a spacer_template [ci skip] | Sıtkı Bağdat | 2013-12-01 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | updating options documentation for associations | Kuldeep Aggarwal | 2013-11-29 | 1 | -1/+5 |
* | | | | The section that mentions after_commit and after_rollback will swallow except... | Bikram | 2013-11-28 | 1 | -1/+1 |
* | | | | no need to explain bundler and rails new in the release notes. [ci skip] | Yves Senn | 2013-11-28 | 1 | -35/+0 |
* | | | | delete obsolete KINDLE.md. Closes #13037. [ci skip]. | Yves Senn | 2013-11-28 | 1 | -26/+0 |
* | | | | first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip] | Yves Senn | 2013-11-28 | 1 | -2/+257 |
* | | | | create 4.1 release notes guide scaffold. [ci skip] | Yves Senn | 2013-11-28 | 3 | -0/+148 |
* | | | | 3.2 to 4.0 section in upgrading guide is no longer wip. [ci skip] | Yves Senn | 2013-11-28 | 1 | -2/+0 |
* | | | | move "HTTP PATCH" paragraph into "Upgrading 3.2 -> 4.0". [ci skip] | Yves Senn | 2013-11-28 | 1 | -9/+9 |
* | | | | Link for "New Post" is added in Getting Started guide [ci skip] | Sagar Junnarkar | 2013-11-27 | 1 | -0/+1 |
* | | | | sync example and documentation for strong_parameters hash whitelisting. | Yves Senn | 2013-11-26 | 1 | -5/+7 |
| |/ /
|/| | |
|
* | | | Added `rewhere` usage to AR querying guides | Vipul A M | 2013-11-25 | 1 | -0/+26 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-11-24 | 9 | -78/+98 |
|\ \ |
|
| * | | a couple of copy-edits before merging [ci skip] | Xavier Noria | 2013-11-24 | 1 | -3/+2 |
| * | | API Documentation Guidelines link correction [ci skip] | Harshad Sabne | 2013-11-23 | 1 | -1/+1 |
| * | | Improve reading / style of hashes in AR guide | Carlos Antonio da Silva | 2013-11-19 | 1 | -5/+5 |
| * | | Revert last two commits mistakenly changing join/include syntax | Carlos Antonio da Silva | 2013-11-19 | 1 | -7/+7 |
| * | | syntax error joining/including models | Sergio | 2013-11-18 | 1 | -2/+2 |
| * | | syntax error joining tables | Sergio | 2013-11-18 | 1 | -5/+5 |
| * | | Update action_controller_overview.md [ci skip] | Harshad Sabne | 2013-11-15 | 1 | -1/+1 |
| * | | Fix broken Wikipedia link. | Harshad Sabne | 2013-11-13 | 1 | -1/+1 |
| * | | Remove outdated guide on using rack builder w/o rails middleware | Alex Johnson | 2013-11-13 | 1 | -20/+0 |
| * | | Correct guide relating MiddlewareStackProxy with Enumerable | Alex Johnson | 2013-11-13 | 1 | -5/+4 |
| * | | [ci skip] Replace #=> with # => | Alex Johnson | 2013-11-12 | 3 | -17/+17 |
| * | | Fix RailsServer#start content in initialization guide | Alex Johnson | 2013-11-12 | 1 | -17/+23 |
| * | | Add section for command_tasks in initialization guide | Alex Johnson | 2013-11-08 | 1 | -12/+42 |
| * | | Update commands.rb content in initialization guide | Alex Johnson | 2013-11-08 | 1 | -2/+8 |
* | | | Helper should be a module in Rails guides [ci skip] | Martin Harrigan | 2013-11-23 | 1 | -1/+1 |
* | | | Added a missing close parenthesis to i18n.md | Jacob Evan Shreve | 2013-11-21 | 1 | -1/+1 |
* | | | Fix ActiveRecord::Relation#unscope | Jon Leighton | 2013-11-20 | 1 | -16/+10 |
| |/
|/| |
|
* | | Update caching guide with respect to :namespace | Jonathan Baudanza | 2013-11-19 | 1 | -1/+1 |
* | | Fixed typos in shallow routes and routing concerns | Ben Lewis | 2013-11-18 | 1 | -2/+2 |
* | | Instrument each load config initializer | Paul Nikitochkin | 2013-11-16 | 1 | -0/+9 |
* | | [ci skip] typo in ArgumentError exception | Peter Vandenabeele | 2013-11-16 | 1 | -1/+1 |
* | | Merge pull request #12907 from JuanitoFatas/upgrading | Rafael Mendonça França | 2013-11-15 | 1 | -9/+10 |
|\ \ |
|
| * | | [ci skip] Update gem versions for 3.2 and 3.1. Also change some words. | Juanito Fatas | 2013-11-16 | 1 | -9/+10 |
* | | | Change Relation#all to Relation#load [ci skip] | Sıtkı Bağdat | 2013-11-15 | 1 | -1/+1 |
* | | | Merge pull request #10848 from 907th/add_block_to_cattr_reader | Rafael Mendonça França | 2013-11-15 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`. | Alexey Chernenkov | 2013-11-15 | 1 | -0/+9 |
| |/ / |
|
* / / | Remove broken Commmand Line guide link | Nate Berkopec | 2013-11-15 | 1 | -2/+0 |
|/ / |
|
* | | Make it clear that require 'active_support' is required [ci-skip] | Godfrey Chan | 2013-11-13 | 1 | -1/+4 |
* | | Revert "`remove_column` does not take a type argument. [ci skip]. Closes #12864" | Yves Senn | 2013-11-13 | 1 | -1/+1 |
* | | [ci skip] Fix curl response output and use strong parameters in update action. | Juanito Fatas | 2013-11-13 | 1 | -4/+3 |
* | | `remove_column` does not take a type argument. [ci skip]. Closes #12864 | Yves Senn | 2013-11-12 | 1 | -1/+1 |
* | | Merge pull request #12815 from Adam89/patch-1 | Xavier Noria | 2013-11-11 | 1 | -1/+1 |
|\ \ |
|