Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] Capitalize title | yui-knk | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | Better title in Testing Guide | Kir Shatrov | 2015-03-22 | 1 | -1/+1 |
| | | | | suggested by @senny https://github.com/rails/rails/pull/18305#issuecomment-73847595 | ||||
* | [ci skip] Add a line between code example and docs | yui-knk | 2015-03-21 | 1 | -0/+1 |
| | |||||
* | [ci skip] Add <tt> tag to `save!` and `create!` | yui-knk | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | [ci skip] Fix link format | yui-knk | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | [ci skip] Remove spaces | yui-knk | 2015-03-14 | 1 | -27/+27 |
| | |||||
* | [ci skip] Add space after erb block. | yui-knk | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | [ci skip] Add space after erb block. | yui-knk | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Add backquote to :as option. | yui-knk | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | [ci skip] Remove unnecessary space | yui-knk | 2015-03-04 | 1 | -2/+2 |
| | |||||
* | [ci skip] Fix fenced code block lang | yui-knk | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | [ci skip] Add `.` | yui-knk | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-01 | 3 | -3/+20 |
|\ | |||||
| * | Explained how to set session expiry through session_store config | Iain Beeston | 2015-02-27 | 3 | -3/+20 |
| | | | | | | | | | | | | Most session stores offer an :expire_after option, but it's largely undocumented. Cookie store also supports a number of options via rack (these used to be documented in rails 2.3) | ||||
* | | Merge pull request #19148 from yui-knk/fix/4_0_release_notes | Carlos Antonio da Silva | 2015-03-01 | 1 | -1/+1 |
|\ \ | | | | | | | [ci skip] Add `.` | ||||
| * | | [ci skip] Add `.` | yui-knk | 2015-03-01 | 1 | -1/+1 |
|/ / | |||||
* | | Lines of code can be 100,000+ in a Rails app | Akira Matsuda | 2015-03-01 | 1 | -4/+4 |
| | | | | | | | | Actually, our app has 400,000 LOC :boom: | ||||
* | | Fix segmentation fault in ActionPack tests | eileencodes | 2015-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Introduced in f6e293e ActionPack tests began sefaulting. I found that it was the kwargs and the test causing the seg fault was missing the new default_headers argument. | ||||
* | | Merge pull request #19138 from yui-knk/fix/code_block_lang | Abdelkader Boudih | 2015-03-01 | 1 | -1/+1 |
|\ \ | | | | | | | [ci skip] Fix fenced code block lang | ||||
| * | | [ci skip] Fix fenced code block lang | yui-knk | 2015-03-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #19137 from kant/patch-2 | Abdelkader Boudih | 2015-03-01 | 1 | -1/+1 |
|\ \ | | | | | | | Update link (minor fix) | ||||
| * | | Update link (minor fix) | Darío Hereñú | 2015-02-28 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #19136 from kant/patch-1 | Abdelkader Boudih | 2015-03-01 | 1 | -2/+2 |
|\ \ | | | | | | | Minor fixes (proposal) | ||||
| * | | Minor fixes (proposal) | Darío Hereñú | 2015-02-28 | 1 | -2/+2 |
|/ / | |||||
* | | drop allocations when handling model url generation | Aaron Patterson | 2015-02-28 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #19131 from ↵ | Yves Senn | 2015-02-28 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | tgxworld/reduce_allocated_memory_in_module_delegate Reduce allocated memory for Module#delegate. | ||||
| * | | Reduce allocated memory for Module#delegate. | Guo Xiang Tan | 2015-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #19132 from davydovanton/pdate-doc-module-anonymous | Rafael Mendonça França | 2015-02-28 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | [ci skip] Add code examples for Module#anonymous? documentation | ||||
| * | | | [ci skip] Add code examples for Module#anonymous? documentation | Anton Davydov | 2015-02-28 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #19130 from yui-knk/fix/active_support_core_extensions2 | Yves Senn | 2015-02-28 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [ci skip] Fix to comment | ||||
| * | | | | [ci skip] Fix to comment | yui-knk | 2015-03-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #19129 from yui-knk/fix/active_support_core_extensions | Yves Senn | 2015-02-28 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | [ci skip] Fix to String | ||||
| * | | | | [ci skip] Fix to String | yui-knk | 2015-03-01 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #19128 from davydovanton/update-doc-range-to-s | Kasper Timm Hansen | 2015-02-28 | 1 | -2/+17 |
|\ \ \ \ | | | | | | | | | | | [ci skip] Update documentation for Range#to_formatted_s | ||||
| * | | | | [ci skip] Update documentation for Range#to_formatted_s | Anton Davydov | 2015-02-28 | 1 | -2/+17 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #18965 from hjoo/rake_restart | Eileen M. Uchitelle | 2015-02-28 | 4 | -0/+43 |
|\ \ \ \ | |_|/ / |/| | | | created rake restart task | ||||
| * | | | Created rake restart task. | Hyonjee Joo | 2015-02-26 | 4 | -0/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18876. Rake restart touches `tmp/restart.txt` to restart application on next request. Updated tests and documentation accordingly. | ||||
* | | | | Merge pull request #19125 from y-yagi/testing_guide | Yves Senn | 2015-02-28 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | add `ActiveJob::TestCase` to list of classes providing for test [ci skip] | ||||
| * | | | add `ActiveJob::TestCase` to list of classes providing for test [ci skip] | yuuji.yaginuma | 2015-02-28 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #19123 from yui-knk/fix/active_support_instrumentation2 | Guillermo Iguaran | 2015-02-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [ci skip] Remove `,` | ||||
| * | | | [ci skip] Remove `,` | yui-knk | 2015-02-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #19124 from davydovanton/add-doc-for-is-utf8 | Guillermo Iguaran | 2015-02-28 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | [skip ci] Add documentation for String#is_utf8? method | ||||
| * | | | | [skip ci] Add documentation for String#is_utf8? method | Anton Davydov | 2015-02-28 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | Spell PostgreSQL correctly :elephant: | Akira Matsuda | 2015-02-28 | 2 | -2/+2 |
|/ / / / | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge pull request #19122 from yui-knk/fix/active_support_instrumentation | Abdelkader Boudih | 2015-02-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [ci skip] Replace `ActiveResource` with `Active Resource` | ||||
| * | | | [ci skip] Replace `ActiveResource` with `Active Resource` | yui-knk | 2015-02-28 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #19121 from davydovanton/update-doc-for-remove | Yves Senn | 2015-02-28 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | | | | | Update documentation examples for String#remove [skip ci] | ||||
| * | | | Update documentation examples for String#remove [skip ci] | Anton Davydov | 2015-02-28 | 1 | -6/+7 |
| | | | | |||||
* | | | | Merge pull request #19120 from yui-knk/fix/md_table | Abdelkader Boudih | 2015-02-28 | 1 | -9/+9 |
|\ \ \ \ | |/ / / |/| | | | [ci skip] Fix table of 4_1_release_notes.md | ||||
| * | | | [ci skip] Fix table of 4_1_release_notes.md | yui-knk | 2015-02-28 | 1 | -9/+9 |
|/ / / |