| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | | Doc: update routes guides for Rails 5 | claudiob | 2016-02-25 | 1 | -14/+18 |
* | | | | Merge pull request #23874 from st0012/update-documents | Andrew White | 2016-02-25 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | Add config.debug_exception_response_format into configuration guide | Stan Lo | 2016-02-25 | 1 | -0/+2 |
| * | | | | Update config.force_ssl's documentation | Stan Lo | 2016-02-25 | 1 | -1/+1 |
* | | | | | Additional review of 6b31761. | Kasper Timm Hansen | 2016-02-25 | 1 | -1/+1 |
* | | | | | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 1 | -0/+6 |
|/ / / / |
|
* | | | | Enable Action Cable routes by default | Jon Moss | 2016-02-24 | 1 | -0/+11 |
* | | | | [ci skip] Need to mention debug_exception_response_format in the api_app docu... | Akshay | 2016-02-25 | 1 | -0/+17 |
* | | | | Updated file documentation [ci skip] | Chashmeet Singh | 2016-02-24 | 1 | -1/+1 |
* | | | | Merge pull request #23860 from zerothabhishek/weak-etag-guide | Rafael França | 2016-02-24 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | changes caching guide to add note on weak etags | Abhishek Yadav | 2016-02-24 | 1 | -0/+8 |
* | | | | | Merge pull request #23857 from st0012/update-documents | Rafael França | 2016-02-24 | 4 | -1/+26 |
|\ \ \ \ \ |
|
| * | | | | | Fix wording and wrong reference | Stan Lo | 2016-02-25 | 2 | -2/+2 |
| * | | | | | Fix ActionView's cache section reference | Stan Lo | 2016-02-25 | 1 | -1/+1 |
| * | | | | | Add caching guide in ActionMailer basics | Stan Lo | 2016-02-25 | 1 | -0/+16 |
| * | | | | | Add ActionMailer configuration options | Stan Lo | 2016-02-25 | 1 | -0/+3 |
| * | | | | | Update 5.0 release notes | Stan Lo | 2016-02-25 | 1 | -0/+6 |
| | |/ / /
| |/| | | |
|
* / | | | | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+5 |
|/ / / / |
|
* | | | | Merge pull request #23795 from claudiob/replace-rack-with-rails-command | David Heinemeier Hansson | 2016-02-24 | 1 | -8/+14 |
|\ \ \ \ |
|
| * | | | | AppGenerator: Replace 'rake' with 'rails_command' | claudiob | 2016-02-20 | 1 | -8/+14 |