| Commit message (Expand) | Author | Age | Files | Lines |
* | First pass at Rails 4.2 release notes [ci skip] | Godfrey Chan | 2014-06-13 | 1 | -2/+2 |
* | Create 4.2 release notes guide scaffold [ci skip] | Zachary Scott | 2014-06-13 | 2 | -0/+249 |
* | Copy edits from e0f3f1a [ci skip] | Zachary Scott | 2014-06-13 | 1 | -3/+7 |
* | Document behavior concerns regarding the full Rails stack [ci skip] | Zachary Scott | 2014-06-13 | 1 | -0/+24 |
* | Add links to RDoc back into API documentation guidelines [ci skip] | Zachary Scott | 2014-06-13 | 1 | -1/+7 |
* | pg guide, minor copy edits | Yves Senn | 2014-06-13 | 1 | -2/+4 |
* | Merge pull request #15667 from samdec/mailer_doc_bug_fix | Sean Griffin | 2014-06-12 | 1 | -1/+1 |
|\ |
|
| * | fix bug in email with name example code | Sam DeCesare | 2014-06-11 | 1 | -1/+1 |
* | | Merge pull request #15657 from JohnRiv/guides_asset_pipeline_local | Zachary Scott | 2014-06-11 | 1 | -5/+4 |
|\ \ |
|
| * | | There are 3 caveats to Local Precompilation including 1 config change | John Riviello | 2014-06-11 | 1 | -5/+4 |
| |/ |
|
* / | Updating argument names in default matcher for compiling files | John Riviello | 2014-06-11 | 1 | -1/+1 |
|/ |
|
* | cleanup, get rid of trailing whitespace. [ci skip] | Yves Senn | 2014-06-11 | 1 | -2/+2 |
* | Fix Apache Directives [ci skip] | Jason Nochlin | 2014-06-11 | 1 | -2/+4 |
* | Correct Bundler link [ci skip] | Aditya Kapoor | 2014-06-11 | 1 | -4/+3 |
* | [ci skip] Refine Action Mailer guide. | Juanito Fatas | 2014-06-11 | 1 | -10/+19 |
* | docs, refactor docs about column modifiers. [ci skip] [Matthew Draper & Yves ... | Yves Senn | 2014-06-10 | 1 | -12/+20 |
* | [ci skip] Rename: Rails Database Migration to Active Record Migration. | Juanito Fatas | 2014-06-10 | 2 | -2/+2 |
* | [ci skip] Add note about type modifiers that cannot be specified in command l... | Juanito Fatas | 2014-06-10 | 1 | -0/+2 |
* | pg guide, add index to PostgreSQL array example. [ci skip] | Yves Senn | 2014-06-09 | 1 | -1/+3 |
* | Update migrations.md | Kalman Hazins | 2014-06-08 | 1 | -0/+1 |
* | Correct Example output in Rails guides [ci skip] | Aditya Kapoor | 2014-06-07 | 1 | -7/+6 |
* | copy edits [ci skip] | Vijay Dev | 2014-06-07 | 2 | -2/+2 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-06-07 | 1 | -1/+9 |
|\ |
|
| * | [ci skip] explain association behavior. | schneems | 2014-06-02 | 1 | -0/+6 |
| * | [ci skip] add fixture docs link to guides | schneems | 2014-06-02 | 1 | -1/+3 |
* | | [ci skip] Fix capitalization | Akshay Vishnoi | 2014-06-07 | 5 | -19/+19 |
* | | remove rubyforge.org that was shut down [ci skip] | Gaurav Sharma | 2014-06-06 | 5 | -5/+11 |
* | | docs, update `includes` + `where` example in AR guide. [ci skip] | Yves Senn | 2014-06-06 | 1 | -3/+16 |
* | | Update getting_started.md | Jonathan Powers | 2014-06-05 | 1 | -0/+2 |
* | | Update getting_started.md | Jonathan Powers | 2014-06-05 | 1 | -0/+2 |
* | | Pluralize params | Mauro George | 2014-06-03 | 1 | -1/+1 |
* | | Add default_i18n_subject to the guides | Mauro George | 2014-06-03 | 1 | -0/+18 |
* | | Fix typo in ActionController Overview | Ari Pollak | 2014-06-02 | 1 | -2/+2 |
* | | :nail_care: for migrations guide from #15457 [ci skip] | Zachary Scott | 2014-06-01 | 1 | -7/+8 |
* | | Merge pull request #15457 from maurogeorge/add-changing-columns | Zachary Scott | 2014-06-01 | 1 | -0/+22 |
|\ \ |
|
| * | | Create Changing Columns on migrations guides | Mauro George | 2014-06-01 | 1 | -0/+22 |
* | | | Remove docs regarding grouping multiple values, as we should avoid | Zachary Scott | 2014-06-01 | 1 | -18/+1 |
* | | | Merge pull request #15459 from maurogeorge/add-total-grouped-items | Zachary Scott | 2014-06-01 | 1 | -0/+34 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add Total of grouped items to AR query interface on guides | Mauro George | 2014-06-01 | 1 | -0/+34 |
| |/ |
|
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-06-01 | 1 | -1/+1 |
|\ \ |
|
| * | | [ci skip] Fix Compiler's Github link | Harshad Sabne | 2014-05-27 | 1 | -1/+1 |
* | | | config.assets.digests -> config.assets.digest | Jon Atack | 2014-06-01 | 1 | -2/+2 |
* | | | Removed 'Caching with Rails' guide from WIP, this guide isn't ready to | Zachary Scott | 2014-05-31 | 1 | -5/+0 |
| |/
|/| |
|
* | | Update guides to mention 3.2.18. | George Ogata | 2014-05-30 | 1 | -4/+5 |
* | | Change the version schema to reflect how deprecations are handled | Rafael Mendonça França | 2014-05-30 | 1 | -3/+3 |
* | | Update Minitest references in Testing Guide | Leandro Facchinetti | 2014-05-30 | 1 | -12/+8 |
* | | `bin/setup` script to bootstrap applications. | Yves Senn | 2014-05-30 | 1 | -1/+1 |
* | | [ci skip] Document Rails' shifted semver. | Juanito Fatas | 2014-05-30 | 1 | -4/+23 |
* | | Generated engines don't include bin/rake, fixes #15409 [ci skip] | Zachary Scott | 2014-05-29 | 1 | -5/+5 |
* | | Add missing period from 4b802bc [ci skip] | Zachary Scott | 2014-05-29 | 1 | -1/+1 |