| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | remove obsolete i18n links from guides [ci skip] | Greg Molnar | 2016-03-10 | 1 | -5/+3 |
* | | Remove needless `break;` [ci skip] | Ryuta Kamizono | 2016-03-10 | 1 | -1/+0 |
* | | Remove extra 'the' and unwanted comma [ci skip] | Santosh Wadghule | 2016-03-08 | 1 | -1/+1 |
* | | Remove incorrect Rack documentation example | Jon Moss | 2016-03-07 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-03-06 | 8 | -31/+31 |
|\ |
|
| * | [ci skip] Update all guides with `null: false` change in migrations | Prathamesh Sonpatki | 2016-03-03 | 3 | -23/+23 |
| * | [ci skip] Update getting started guide for chanages in migrations API | Prathamesh Sonpatki | 2016-03-03 | 1 | -3/+3 |
| * | [ci skip] fix json output | Mikhail Dieterle | 2016-02-27 | 1 | -1/+1 |
| * | [ci skip] Remove reference to Rails 4 in the initialization guide. | Prathamesh Sonpatki | 2016-02-26 | 2 | -3/+3 |
| * | [ci skip] fix typos | Mikhail Dieterle | 2016-02-14 | 1 | -3/+3 |
| * | [ci skip] Update 'Testing Active Record' | yui-knk | 2016-02-14 | 1 | -1/+1 |
* | | remove entry for reverted commit [ci skip] | yuuji.yaginuma | 2016-03-06 | 1 | -3/+0 |
* | | Update the rendering guide to match the current behavior | Rafael Mendonça França | 2016-03-05 | 1 | -10/+9 |
* | | remove config that are no longer needed in sprockets-rails 3 | yuuji.yaginuma | 2016-03-05 | 2 | -2/+2 |
* | | Match Puma 3 startup messages [ci skip] | Sam Ruby | 2016-03-04 | 3 | -8/+8 |
* | | Fix author callback in engines guide [ci skip] | Michael Ryan | 2016-03-04 | 1 | -3/+3 |
* | | Merge pull request #24021 from y-yagi/add_scaffold_stylesheet_to_guide | Jon Moss | 2016-03-03 | 1 | -0/+1 |
|\ \ |
|
| * | | add `scaffold_stylesheet` method to guide [ci skip] | yuuji.yaginuma | 2016-03-04 | 1 | -0/+1 |
* | | | [ci skip] Make collection caching explicit in guides. | Kasper Timm Hansen | 2016-03-03 | 1 | -15/+6 |
* | | | Change 'a HTTP' to 'an HTTP' [ci skip] | Santosh Wadghule | 2016-03-03 | 3 | -5/+5 |
|/ / |
|
* | | Changed behaviour of timestamps helper by create_table migration generator [c... | Mehmet Emin İNAÇ | 2016-03-03 | 1 | -1/+1 |
* | | Merge pull request #23936 from yui-knk/local_constants_to_be_public | Rafael Mendonça França | 2016-03-01 | 1 | -23/+0 |
|\ \ |
|
| * | | Deprecate `Module.local_constants` | yui-knk | 2016-03-01 | 1 | -23/+0 |
* | | | Merge pull request #23417 from sgringwe/master | Rafael Mendonça França | 2016-03-01 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add initial support for allowing an error on order or limit of queries being ... | Scott Ringwelski | 2016-02-02 | 1 | -0/+2 |
* | | | | Merge pull request #23957 from delftswa2016/fix-documentation-stylesheet | Arthur Nogueira Neves | 2016-02-29 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix value of CSS background-color property in Rails guide | Bas van IJzendoorn | 2016-02-29 | 1 | -1/+1 |
* | | | | | Fix typos in Action View Overview guide | Bas van IJzendoorn | 2016-02-29 | 1 | -5/+5 |
|/ / / / |
|
* | | | | Fix formatting in Action Cable guide [ci skip] | Prathamesh Sonpatki | 2016-02-28 | 1 | -0/+1 |
* | | | | Fix merge conflict in Action Cable guide [ci skip] | Prathamesh Sonpatki | 2016-02-28 | 1 | -5/+2 |
* | | | | Further cleanup of the cable guide | David Heinemeier Hansson | 2016-02-28 | 1 | -100/+51 |
* | | | | Merge pull request #23943 from y-yagi/remove_rake_word | प्रथमेश Sonpatki | 2016-02-28 | 2 | -4/+4 |
|\ \ \ \ |
|
| * | | | | remove "rake" word [ci skip] | yuuji.yaginuma | 2016-02-28 | 2 | -4/+4 |
* | | | | | Fix typos in Action Cable guide [ci skip] | Prathamesh Sonpatki | 2016-02-28 | 1 | -25/+25 |
* | | | | | Merge pull request #23176 from davidkuhta/patch-1 | David Heinemeier Hansson | 2016-02-28 | 1 | -0/+671 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Header Typo | David Kuhta | 2016-02-23 | 1 | -1/+1 |
| * | | | | `stream_for` example | David Kuhta | 2016-02-23 | 1 | -0/+15 |
| * | | | | Explicitly denote that channel.rb is a default file. | David Kuhta | 2016-02-23 | 1 | -2/+2 |
| * | | | | Change ActionCable.server.broadcast to XChannel.broadcast_to | David Kuhta | 2016-02-23 | 1 | -10/+7 |
| * | | | | Create action_cable_overview.md resolves #23176 [ci skip] | David Kuhta | 2016-02-14 | 1 | -0/+659 |
* | | | | | use `app:update` instead of deprecated `rails:update` [ci skip] | yuuji.yaginuma | 2016-02-28 | 1 | -2/+2 |
* | | | | | Merge pull request #23933 from HayleyCAnderson/ha-action-cable-docs-fixes | Jon Moss | 2016-02-27 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Add small Action Cable documentation fixes | Hayley Anderson | 2016-02-27 | 1 | -2/+2 |
* | | | | | | Update docs to point to new update task. | Arthur Neves | 2016-02-27 | 1 | -3/+3 |
|/ / / / / |
|
* | | | | | Merge pull request #23439 from ryohashimoto/160203_rake_rails | Kasper Timm Hansen | 2016-02-27 | 3 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | The tasks in the rails task namespace is deprecated in favor of app namespace. | Ryo Hashimoto | 2016-02-26 | 3 | -6/+6 |
| | |_|/ /
| |/| | | |
|
* / | | | | [ci skip]Add info for specifying logger in different envrionments. | Kuldeep Aggarwal | 2016-02-27 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #23902 from prajakta-tambe/update-debuggings-rails-app-doc | प्रथमेश Sonpatki | 2016-02-26 | 1 | -5/+5 |
|\ \ \ \ |
|
| * | | | | - Changed Debugging Rails Applications doc's logger introduction section. Cha... | prajakta | 2016-02-26 | 1 | -5/+5 |
* | | | | | Doc: update AC::Parameters guides for Rails 5 | claudiob | 2016-02-25 | 1 | -2/+2 |