Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #30836 from shioyama/generated_attribute_methods_include_m... | Matthew Draper | 2017-10-10 | 2 | -2/+9 | |
|\ \ \ | ||||||
| * | | | Add test for class of GeneratedAttributeMethods instance in ancestors | Chris Salzberg | 2017-10-09 | 1 | -0/+5 | |
| * | | | Include Mutex_m into module class instead of extending instance | Chris Salzberg | 2017-10-08 | 1 | -2/+4 | |
* | | | | Merge pull request #30832 from y-yagi/simplify_console_test | Ryuta Kamizono | 2017-10-10 | 1 | -16/+3 | |
|\ \ \ \ | ||||||
| * | | | | Simplify parse arguments in `ConsoleTest` | yuuji.yaginuma | 2017-10-08 | 1 | -16/+3 | |
* | | | | | Merge pull request #30798 from bogdanvlviv/express-change_column_comment-as-p... | Sean Griffin | 2017-10-09 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Express #change_column_comment as public api | bogdanvlviv | 2017-10-04 | 1 | -1/+1 | |
* | | | | | | Merge pull request #30843 from y-yagi/use_released_gem | Ryuta Kamizono | 2017-10-10 | 2 | -12/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use released `sidekiq` instead of master version | yuuji.yaginuma | 2017-10-09 | 2 | -12/+7 | |
|/ / / / / / | ||||||
* | | | | | | Joined tables in association scope doesn't use the same aliases with the pare... | Ryuta Kamizono | 2017-10-09 | 7 | -25/+36 | |
* | | | | | | All test cases for `exists?` places in `finder_test.rb` to ease to find the t... | Ryuta Kamizono | 2017-10-09 | 2 | -26/+26 | |
* | | | | | | Merge pull request #30839 from yhirano55/use_form_with_in_engine_guide | Ryuta Kamizono | 2017-10-09 | 2 | -9/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use `form_with` instead of `form_for` in engine guide [ci skip] | Yoshiyuki Hirano | 2017-10-09 | 2 | -9/+9 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Remove meaningless named `construct_relation_for_association_calculations` | Ryuta Kamizono | 2017-10-09 | 2 | -6/+3 | |
* | | | | | | Merge pull request #30838 from yhirano55/fix_rails_routes_log_in_getting_star... | Ryuta Kamizono | 2017-10-09 | 1 | -19/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix the result of `rails routes` in Guide [ci skip] | Yoshiyuki Hirano | 2017-10-09 | 1 | -19/+21 | |
| |/ / / / / | ||||||
* | | | | | | Fix `relation.exists?` with has_many through associations | Ryuta Kamizono | 2017-10-09 | 2 | -4/+12 | |
* | | | | | | Missing revision 5efd21bb7ee4b326d9c0d26fccad10fc59dd51f0 in redis-rb-4.0 branch | Ryuta Kamizono | 2017-10-09 | 1 | -1/+1 | |
* | | | | | | Merge pull request #30837 from y-yagi/fix_typo_in_loading_error | Ryuta Kamizono | 2017-10-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix typo in loading error message | yuuji.yaginuma | 2017-10-09 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #30748 from jeremy/redis-rb-4.0.1 | Jeremy Daer | 2017-10-08 | 9 | -30/+59 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | redis-rb 4.0 support | Jeremy Daer | 2017-10-08 | 9 | -30/+59 | |
* | | | | | | | Merge pull request #30757 from jeremy/optional-dependency-hellscape | Jeremy Daer | 2017-10-08 | 3 | -7/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Distinguish missing adapter gems from load errors within the adapter | Jeremy Daer | 2017-10-08 | 3 | -7/+32 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Remove passing redundant `self` to internal `apply_join_dependency` etc | Ryuta Kamizono | 2017-10-09 | 1 | -13/+12 | |
* | | | | | | | Merge pull request #30789 from erichmachado/file-store-cache-cleanup-fix | George Claghorn | 2017-10-08 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle... | Erich Soares Machado | 2017-10-03 | 2 | -3/+3 | |
* | | | | | | | Merge pull request #30802 from khall/30662_long_variant_filenames | George Claghorn | 2017-10-08 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Replace variation key use with SHA256 of key to prevent long filenames | khall | 2017-10-05 | 2 | -1/+6 | |
* | | | | | | | Merge pull request #30817 from yalab/friendly_exception_message | Eileen M. Uchitelle | 2017-10-08 | 2 | -6/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Exception message for SystemTestCase#get etc.. | yalab | 2017-10-08 | 2 | -6/+11 | |
* | | | | | | | | Decouple building `AliasTracker` from `JoinDependency` | Ryuta Kamizono | 2017-10-08 | 7 | -17/+16 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #30831 from masatooba/fix-radio-button-tag-comment | Eileen M. Uchitelle | 2017-10-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix radio_button_tag comment | Masato Oba | 2017-10-08 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #30835 from y-yagi/fix_default_of_to_time | Ryuta Kamizono | 2017-10-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Fix default of `String#to_time` [ci skip] | yuuji.yaginuma | 2017-10-08 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #30822 from akshay-vishnoi/fix-typo | Ryuta Kamizono | 2017-10-07 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Fix typo | Akshay Vishnoi | 2017-10-07 | 2 | -2/+2 | |
* | | | | | | | | Merge pull request #30826 from yhirano55/update_instrumentation_guide_for_act... | Ryuta Kamizono | 2017-10-07 | 1 | -0/+47 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update Instrumentation guide for Active Storage [ci skip] | Yoshiyuki Hirano | 2017-10-07 | 1 | -0/+47 | |
* | | | | | | | | | Merge pull request #30825 from y-yagi/remove_needless_setup | Ryuta Kamizono | 2017-10-07 | 1 | -13/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove needless setup from `InfoTest` | yuuji.yaginuma | 2017-10-07 | 1 | -13/+0 | |
* | | | | | | | | | Merge pull request #30824 from yhirano55/add_earlier_releases_list | प्रथमेश Sonpatki | 2017-10-07 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add v5.1 to earlier releases list in guide [ci skip] | Yoshiyuki Hirano | 2017-10-07 | 1 | -0/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30816 from ydakuka/cosmetic-fixes | Eileen M. Uchitelle | 2017-10-06 | 16 | -25/+25 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Cosmetic fixes [ci skip] | Yauheni Dakuka | 2017-10-06 | 16 | -25/+25 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #30812 from ahorek/request_check | Rafael França | 2017-10-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | request check | pavel | 2017-10-05 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #30809 from meganemura/use-callee | Rafael França | 2017-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use __callee__ to pass alias instead of original method name | meganemura | 2017-10-05 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | |