Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Bump RuboCop to 0.58.2 | Koichi ITO | 2018-07-26 | 10 | -287/+16 | |
* | | | | | | Merge pull request #33436 from albertoalmagro/remove-thirdparty-fixme | Eileen M. Uchitelle | 2018-07-26 | 1 | -2/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove thirdparty FIXME | Alberto Almagro | 2018-07-25 | 1 | -2/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #33442 from utilum/ast_guide_setup_clarification | George Claghorn | 2018-07-26 | 1 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | AST Guide: install and migrate tasks in new app | utilum | 2018-07-26 | 1 | -4/+4 | |
* | | | | | | | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 5 | -3/+95 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #33440 from pwim/active-storage-link | Ryuta Kamizono | 2018-07-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Reference Active Storage instead of third-party libraries in guide | Paul McMahon | 2018-07-26 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 30 | -111/+69 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 30 | -111/+69 | |
* | | | | | Merge pull request #33432 from damireh/patch-1 | George Claghorn | 2018-07-25 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update with_options.rb | Daniel Amireh | 2018-07-25 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Normalize time value not to be affected by summer time | Ryuta Kamizono | 2018-07-25 | 3 | -10/+41 | |
* | | | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 46 | -304/+301 | |
|\ \ \ \ \ | ||||||
| * | | | | | Substitute references to task for command | Alberto Almagro | 2018-07-06 | 7 | -26/+26 | |
| * | | | | | Show rails instead of bin/rails on USAGE instructions | Alberto Almagro | 2018-07-06 | 6 | -11/+11 | |
| * | | | | | Improve text readability | Alberto Almagro | 2018-07-06 | 1 | -1/+1 | |
| * | | | | | Homogenize rails commands and former rake tasks | Alberto Almagro | 2018-07-06 | 1 | -58/+53 | |
| * | | | | | Fix typo 'in via' | Alberto Almagro | 2018-07-06 | 1 | -1/+1 | |
| * | | | | | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 41 | -222/+224 | |
* | | | | | | Merge pull request #33426 from pwim/https-guide-links | Eileen M. Uchitelle | 2018-07-24 | 79 | -111/+111 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 79 | -111/+111 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #33371 from lanzhiheng/change-the-text-color-which-wrapped... | Eileen M. Uchitelle | 2018-07-23 | 1 | -1/+10 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Change the background color which wrapped by code tag. [ci skip] | lanzhiheng | 2018-07-19 | 1 | -1/+10 | |
* | | | | | | Merge pull request #30919 from seanlinsley/17622-before_save_strict_arguments | Ryuta Kamizono | 2018-07-23 | 2 | -7/+36 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add strict argument checking to ActiveRecord callbacks | Sean Linsley | 2018-07-22 | 2 | -7/+32 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #33415 from orhantoy/feature/docs-consistent-hash-syntax | George Claghorn | 2018-07-22 | 1 | -8/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Use consistent hash syntax in AR docs | Orhan Toy | 2018-07-22 | 1 | -8/+8 | |
* | | | | | | | Merge pull request #33416 from krmannix/master | George Claghorn | 2018-07-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] fix typo in Associations guide | K. Rodman Mannix | 2018-07-22 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #33417 from orhantoy/feature/tidy-up-add_index-examples | George Claghorn | 2018-07-22 | 1 | -12/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Tidy up formatting of examples | Orhan Toy | 2018-07-22 | 1 | -12/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #33418 from azbshiri/document-renderer | Richard Schneeman | 2018-07-22 | 1 | -0/+15 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add render options in action_controller/renderer for api documentation [ci skip] | Alireza Bashiri | 2018-07-22 | 1 | -0/+15 | |
|/ / / / / / | ||||||
* | | | | | | Add implicit to path conversion to uploaded file (#28676) | Aaron Kromer | 2018-07-22 | 3 | -0/+21 | |
* | | | | | | Merge pull request #33403 from bogdanvlviv/clarify-test_notes_finds_notes_in_... | Kasper Timm Hansen | 2018-07-22 | 1 | -59/+58 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Clarify `railties/test/application/rake/notes_test.rb` | bogdanvlviv | 2018-07-21 | 1 | -59/+58 | |
* | | | | | | | Merge pull request #33409 from utilum/correct_epxectations_to_meet_minitest_s... | Kasper Timm Hansen | 2018-07-22 | 4 | -49/+112 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Replace permissive Mocha expectations | utilum | 2018-07-22 | 2 | -32/+86 | |
| * | | | | | | | Replace Mocha#stubs with assert_called_with | utilum | 2018-07-22 | 1 | -6/+11 | |
| * | | | | | | | Fix Mocha replacement that slipped out of #33337 | utilum | 2018-07-22 | 1 | -11/+15 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #32984 from chiraggshah/min-thread-env-variable | Richard Schneeman | 2018-07-21 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Modified the changes to make it backward compatible | Chirag Shah | 2018-07-21 | 1 | -1/+1 | |
| * | | | | | | | Separate min and max threads count for puma | Chirag Shah | 2018-05-25 | 1 | -2/+3 | |
* | | | | | | | | Merge pull request #33268 from benpickles/remove-pubdate-from-docs | Richard Schneeman | 2018-07-21 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Keep time_tag docs up-to-date. | Ben Pickles | 2018-07-01 | 1 | -2/+0 | |
* | | | | | | | | | Remove unused attribute | George Claghorn | 2018-07-21 | 2 | -5/+5 | |
* | | | | | | | | | Merge pull request #33411 from bogdanvlviv/follow-up-33401-5491f8115711 | Kasper Timm Hansen | 2018-07-21 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Clarify example of the test `ActionController::HttpAuthentication::Token` [ci... | bogdanvlviv | 2018-07-21 | 1 | -4/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #24131 from brchristian/limit_and_primary_key | Richard Schneeman | 2018-07-21 | 3 | -1/+22 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | |