| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | [ci skip] Documentation on how to create custom rake tasks. | Teng Siong Ong | 2013-09-10 | 1 | -1/+3 |
* | | | | Merge pull request #12175 from JuanitoFatas/doc-patch | Rafael Mendonça França | 2013-09-12 | 1 | -5/+16 |
|\ \ \ \ |
|
| * | | | | [ci skip] Fix links in section 5.3 of i18n.md | Juanito Fatas | 2013-09-10 | 1 | -5/+5 |
| * | | | | [ci skip] Add missing setting locale code snippet. | Juanito Fatas | 2013-09-10 | 1 | -0/+11 |
| |/ / / |
|
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-13 | 10 | -119/+283 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Wrap the guides in 80 columns [ci skip] | Rafael Mendonça França | 2013-09-12 | 1 | -101/+260 |
| * | | | Added quotes when defining the precision for the `decimal` fields | mogetutu | 2013-09-12 | 1 | -1/+1 |
| * | | | Plural of Deer not deer | Sergio | 2013-09-10 | 1 | -1/+1 |
| * | | | html generated for a search form | Sergio | 2013-09-09 | 1 | -1/+1 |
| * | | | added # or comment | Sergio | 2013-09-05 | 1 | -1/+1 |
| * | | | Review the changes made on 90155b4e28a3887dce9428e9df150ede3d6c7465 | Rafael Mendonça França | 2013-09-04 | 1 | -5/+9 |
| * | | | Client.exists?(1,2,3) and Client.exists?([1,2,3]) does not work | Sergio | 2013-09-05 | 1 | -3/+3 |
| * | | | Example of Join models | Sergio | 2013-09-04 | 1 | -1/+1 |
| * | | | `implemention` => `implementation` | Vipul A M | 2013-09-03 | 1 | -1/+1 |
| * | | | `attibutes` => `attributes` | Vipul A M | 2013-09-03 | 1 | -1/+1 |
| * | | | Be assertive about adding `[ci skip]` message | Vipul A M | 2013-09-03 | 1 | -1/+1 |
| * | | | 4.0 Release notes should point to 4.0 Changelog | Vipul A M | 2013-09-03 | 1 | -6/+6 |
| * | | | Fix spacing issue | Vipul A M | 2013-09-03 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Update 4_0_release_notes.md | Harshad Sabne | 2013-09-12 | 1 | -3/+3 |
* | | | remove sentence err | michaelminter | 2013-09-11 | 1 | -1/+1 |
* | | | Update Rails 3.2.x guide link [ci skip] | Tomas Varaneckas | 2013-09-10 | 1 | -1/+1 |
* | | | Merge pull request #12167 from hannesfostie/grammar-improvement | Steve Klabnik | 2013-09-09 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Improves a sentence in guides/security | Hannes Fostie | 2013-09-09 | 1 | -1/+1 |
* | | | Merge pull request #12157 from robin850/patch-9 | Yves Senn | 2013-09-09 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Use MiniTest::Unit::TestCase instead of Minitest::Test | Robin Dupret | 2013-09-07 | 1 | -1/+1 |
| |/ / |
|
* / / | [ci skip] Change link name of Rails i18n wiki. | Juanito Fatas | 2013-09-09 | 1 | -1/+1 |
|/ / |
|
* | | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 11 | -90/+89 |
* | | Merge pull request #12130 from egilburg/patch-1 | Yves Senn | 2013-09-05 | 1 | -2/+33 |
|\ \ |
|
| * | | Document a difference between pluck and select [ci skip] | Eugene Gilburg | 2013-09-04 | 1 | -2/+33 |
| |/ |
|
* / | Adjusting 4.0 release notes to show more appropriate replacements for dynamic... | Brock Trappitt | 2013-09-01 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-31 | 3 | -11/+17 |
|\ |
|
| * | Fix typos [ci skip] | Carlos Antonio da Silva | 2013-08-30 | 1 | -2/+2 |
| * | Add documentation for rake db:setup task | Jay Hayes | 2013-08-29 | 1 | -0/+5 |
| * | Note functional equivalence in reset task | Jay Hayes | 2013-08-29 | 1 | -2/+2 |
| * | Document ability to run a single test. | wangjohn | 2013-08-21 | 1 | -1/+8 |
| * | Removing merge conflict remnants in the guides. | wangjohn | 2013-08-21 | 1 | -6/+0 |
| * | Moved "`mod_expires` to be enabled" to new line. | Prathamesh Sonpatki | 2013-08-21 | 1 | -2/+2 |
* | | Fix broken link to Fixtures documentation on guides | David Padilla | 2013-08-29 | 2 | -2/+2 |
* | | Merge pull request #12033 from alexaltair/patch-1 | Yves Senn | 2013-08-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Update Test::Unit to Minitest | Alex Altair | 2013-08-27 | 1 | -1/+1 |
* | | | Merge pull request #11805 from jetthoughts/11803_update_move_forbidden_except... | Rafael Mendonça França | 2013-08-27 | 1 | -34/+36 |
|\ \ \ |
|
| * | | | #11803: Move Forbidden attributes description before show post section | Paul Nikitochkin | 2013-08-27 | 1 | -34/+36 |
| |/ / |
|
* / / | adding more finder migration information to upgrade guide [ci skip] | Gary S. Weaver | 2013-08-27 | 1 | -0/+6 |
|/ / |
|
* | | Merge pull request #12032 from carolinemota/fixdoc | Carlos Antonio da Silva | 2013-08-26 | 1 | -19/+3 |
|\ \ |
|
| * | | Remove whiny_nils config from the rails guides | Caroline Mota | 2013-08-26 | 1 | -19/+3 |
* | | | Merge pull request #11986 from fedesoria/patch-3 | Xavier Noria | 2013-08-26 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Warning on doc for assets under lib|vendor not precompiling | Federico Soria | 2013-08-26 | 1 | -0/+5 |
* | | | Add note about features vs. bugs. | Steve Klabnik | 2013-08-26 | 1 | -3/+22 |
* | | | Flesh out feedback portion of contributing guide. | Steve Klabnik | 2013-08-26 | 1 | -1/+18 |
* | | | Soften wording about knowing other devs. | Steve Klabnik | 2013-08-26 | 1 | -1/+7 |