Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #26318 from alexcameron89/contributing-doc-update | Andrew White | 2016-08-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Update branch version in Contributing Guide | Alex Kitchens | 2016-08-29 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* / / / / / / | Fix nested multiple roots | Ryo Hashimoto | 2016-08-29 | 3 | -2/+61 | |
|/ / / / / / | ||||||
* | | | | | | Remove unneeded FIXME note | Rafael Mendonça França | 2016-08-29 | 1 | -2/+0 | |
* | | | | | | Merge pull request #26311 from y-yagi/use_inspect_for_show_value | Kasper Timm Hansen | 2016-08-29 | 2 | -1/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | use `inspect` for show `from` value | yuuji.yaginuma | 2016-08-29 | 2 | -1/+10 | |
* | | | | | | | Merge pull request #26310 from kjellberg/guides | Jon Moss | 2016-08-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Added gitignore to "files & purpose" list [ci skip] | Rasmus Kjellberg | 2016-08-29 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #26305 from kamipo/follow-up-to-26301 | Kasper Timm Hansen | 2016-08-28 | 1 | -3/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Switch back to `Hash.dup` | Ryuta Kamizono | 2016-08-28 | 1 | -3/+1 | |
* | | | | | | Merge pull request #26306 from kamipo/remove_under_ruby-1.9 | Kasper Timm Hansen | 2016-08-28 | 1 | -9/+9 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remove "Under Ruby 1.9" [ci skip] | Ryuta Kamizono | 2016-08-28 | 1 | -9/+9 | |
|/ / / / / | ||||||
* | | | | | validate_each in NumericalityValidator is never called in this case. | Guillermo Iguaran | 2016-08-28 | 1 | -2/+0 | |
* | | | | | Add test for allow_blank in numericality validation | Nicolai Reuschling | 2016-08-28 | 1 | -0/+7 | |
* | | | | | Merge pull request #26301 from maclover7/jm-fix-comment | Guillermo Iguaran | 2016-08-27 | 1 | -4/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Switch back to `Hash.dup` | Jon Moss | 2016-08-27 | 1 | -4/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #26299 from davydovanton/fix-typo | Vipul A M | 2016-08-27 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix typo in Delegation#delegate_missing_to doc [skip ci] | Anton Davydov | 2016-08-27 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #26297 from ledermann/patch-1 | Vijay Dev | 2016-08-27 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix typo in deprecation message | Georg Ledermann | 2016-08-27 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #26293 from mechanicles/move-custom-assertion | Guillermo Iguaran | 2016-08-27 | 2 | -11/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Move custom assertion to its proper place | Santosh Wadghule | 2016-08-27 | 2 | -11/+11 | |
|/ / / / / | ||||||
* | / / / | Missing key should throw KeyError | eileencodes | 2016-08-26 | 2 | -1/+7 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #26288 from maclover7/jm-revert-21995 | Guillermo Iguaran | 2016-08-26 | 1 | -7/+11 | |
|\ \ \ \ | ||||||
| * | | | | Clarify two ways to set Rails configuration options | Jon Moss | 2016-08-26 | 1 | -5/+8 | |
| * | | | | Add back in `config_for` example | Jon Moss | 2016-08-26 | 1 | -0/+28 | |
| * | | | | Revert "Merge pull request #21995 from tak1n/master" | Jon Moss | 2016-08-26 | 1 | -35/+8 | |
* | | | | | Merge pull request #26287 from mechanicles/rails-assertion | Jon Moss | 2016-08-26 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Move `assert_nothing_raised` method to Rails Specific Assertions | Santosh Wadghule | 2016-08-26 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #26284 from kamipo/fix_warnig | Guillermo Iguaran | 2016-08-25 | 1 | -1/+1 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Fix "warning: assigned but unused variable - task" | Ryuta Kamizono | 2016-08-26 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Fix typo in the hook name | Rafael Mendonça França | 2016-08-25 | 1 | -1/+1 | |
* | | | Add load hooks to all tests classes | Rafael Mendonça França | 2016-08-25 | 4 | -0/+5 | |
| |/ |/| | ||||||
* | | kick different instrumentation method | Aaron Patterson | 2016-08-24 | 1 | -8/+12 | |
* | | remove useless freeze | Aaron Patterson | 2016-08-24 | 1 | -1/+1 | |
* | | Simplify cache hit logging | Aaron Patterson | 2016-08-24 | 2 | -5/+5 | |
* | | Merge pull request #26271 from jcoleman/fix-unnecessary-query-cache-busting-test | Guillermo Iguaran | 2016-08-24 | 1 | -0/+20 | |
|\ \ | ||||||
| * | | Test that AR query cache isn't busted when types are not same object | James Coleman | 2016-08-24 | 1 | -0/+20 | |
* | | | Merge pull request #26235 from samphippen/allow-early-setting-of-integration-... | Sean Griffin | 2016-08-24 | 2 | -1/+23 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Move setting of integration session to constructor. | Sam Phippen | 2016-08-21 | 1 | -1/+5 | |
| * | | Allow the `integration_sesion` to be set early on ActionDispatch::Integration... | Sam Phippen | 2016-08-20 | 2 | -1/+19 | |
* | | | Merge pull request #26267 from riseshia/patch-1 | Rafael França | 2016-08-23 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Rename the title of comand_line.md in index | Shia | 2016-08-24 | 1 | -2/+2 | |
* | | | | Merge pull request #26182 from bogdan/remove-relation-metaprogramming | Rafael França | 2016-08-23 | 4 | -94/+59 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Remove over meta programming in AR::Relation | Bogdan Gusiev | 2016-08-23 | 4 | -94/+59 | |
* | | | | Merge pull request #26258 from kamipo/remove_unnecessary_format_string | Rafael França | 2016-08-23 | 1 | -15/+2 | |
|\ \ \ \ | ||||||
| * | | | | Remove unnecessary `format_string` | Ryuta Kamizono | 2016-08-23 | 1 | -15/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #26259 from riseshia/patch-1 | Rafael França | 2016-08-23 | 1 | -12/+6 | |
|\ \ \ \ | ||||||
| * | | | | update `is renamed` to `tasks are renamed` | Shia | 2016-08-23 | 1 | -1/+1 | |
| * | | | | Remove Duplicated information & fix typo... | Shia | 2016-08-23 | 1 | -12/+6 | |
| |/ / / |