Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Update sqlite3 | Gianfranco Montoya | 2016-11-04 | 1 | -3/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #26536 from y-yagi/change_increment_and_decrement_to_publi... | Arthur Nogueira Neves | 2016-11-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | change `MemCacheStore#increment` and `MemCacheStore#decrement` to public API ... | yuuji.yaginuma | 2016-09-18 | 1 | -2/+2 | |
* | | | | | | | Don't assign default attributes until after loading schema | Sean Griffin | 2016-11-03 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #26455 from kamipo/move_test_quoting_classes | Arthur Nogueira Neves | 2016-11-03 | 2 | -13/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move `test_quoting_classes` into `test/cases/quoting_test.rb` | Ryuta Kamizono | 2016-10-29 | 2 | -13/+4 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #24202 from Sen-Zhang/fix_datetime_error | Arthur Nogueira Neves | 2016-11-03 | 3 | -1/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix datatime error | Sen-Zhang | 2016-11-01 | 3 | -1/+13 | |
* | | | | | | | | Fixes TypeError Exception when cache counter value equals nil (#26940) | Daniel E. Garcia Shulman | 2016-11-02 | 2 | -1/+6 | |
* | | | | | | | | Use tr instead of gsub | Akira Matsuda | 2016-11-02 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #26951 from y-yagi/fix_ruby_warning | Guillermo Iguaran | 2016-11-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | remove warning from railtie | yuuji.yaginuma | 2016-11-02 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Make `register_block_for` private | Arthur Neves | 2016-11-01 | 1 | -11/+11 | |
* | | | | | | | Merge pull request #26950 from bouk/exclude-dbmigrate | Sean Griffin | 2016-11-01 | 3 | -0/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don't put db:migrate and db:setup in binfiles if activerecord is excluded | Bouke van der Bijl | 2016-11-01 | 3 | -0/+10 | |
* | | | | | | | | Merge pull request #26451 from kamipo/remove_target_uniq_size | Sean Griffin | 2016-11-01 | 1 | -5/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unnecessary `target.uniq.size` in `CollectionAssociation#size` | Ryuta Kamizono | 2016-10-29 | 1 | -5/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #26453 from kamipo/remove_unused_internal_dependent_option | Sean Griffin | 2016-11-01 | 1 | -4/+1 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Remove unused internal `:dependent` option in `CollectionAssociation#delete` | Ryuta Kamizono | 2016-10-29 | 1 | -4/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Allow `autosave: true` to be used with inverse of | Sean Griffin | 2016-11-01 | 5 | -12/+14 | |
* | | | | | | | Merge pull request #25337 from sgrif/sg-changes-in-callbacks | Sean Griffin | 2016-11-01 | 18 | -53/+362 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call... | Sean Griffin | 2016-11-01 | 18 | -53/+362 | |
* | | | | | | | | Merge PR #26052 | Arthur Neves | 2016-11-01 | 1 | -12/+16 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Added register_block method to register rake_tasks, generators, console & run... | Rafael Fidelis | 2016-11-01 | 1 | -12/+16 | |
* | | | | | | | | Merge pull request #26943 from colleenmcguckin/testing_typo | Kasper Timm Hansen | 2016-10-31 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix typo in Rails Test Runner section | colleenmcguckin | 2016-10-31 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Ensure duration parsing is consistent across DST changes | Andrew White | 2016-10-31 | 3 | -2/+54 | |
* | | | | | | | | Merge pull request #26838 from Cohen-Carlisle/activerecord-slice-array-args | Guillermo Iguaran | 2016-10-31 | 3 | -1/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | allow ActiveRecord::Core#slice to use array arg | Cohen Carlisle | 2016-10-31 | 3 | -1/+15 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #23094 from yui-knk/fix_ar_test_comment | Arthur Nogueira Neves | 2016-10-31 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove a confusing comment | yui-knk | 2016-10-31 | 1 | -1/+0 | |
| * | | | | | | | | Fix the order of `create_table` to match a comment about `:inverse_of` options | yui-knk | 2016-10-31 | 1 | -4/+4 | |
* | | | | | | | | | Merge pull request #26938 from riseshia/patch-1 | प्रथमेश Sonpatki | 2016-10-31 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove `Rack::Runtime from console log [ci skip] | Shia | 2016-10-31 | 1 | -1/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #26935 from y-yagi/fix_ruby_warning | Andrew White | 2016-10-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove warning from big integer test | yuuji.yaginuma | 2016-10-31 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #26936 from caramelcat/add-missing-space | Guillermo Iguaran | 2016-10-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add missing space in Migrations guide [ci skip] | Benny | 2016-10-31 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #26932 from y-yagi/update_doc_about_assets_digest | Jon Moss | 2016-10-29 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | update doc about assets digest class [ci skip] | yuuji.yaginuma | 2016-10-30 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 380 | -2077/+2098 | |
* | | | | | | | | Merge pull request #26926 from gsamokovarov/debug-exceptions-plain-loggers | Rafael França | 2016-10-29 | 2 | -1/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Support plain loggers in DebugExceptions | Genadi Samokovarov | 2016-10-28 | 2 | -1/+20 | |
* | | | | | | | | | Revert "Merge pull request #23698 from meinac/add_missing_types_into_ar_model... | Rafael Mendonça França | 2016-10-28 | 1 | -1/+11 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Fix the variable scoping issue I introduced in 007e50d8e5a900547471b6c4ec79d9... | Matthew Draper | 2016-10-28 | 1 | -2/+2 | |
* | | | | | | | | Merge PR #19759 | Arthur Neves | 2016-10-28 | 3 | -1/+24 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix for has_and_belongs_to_many & has_many_through associations while partial... | Mehmet Emin İNAÇ | 2016-02-13 | 3 | -2/+24 | |
* | | | | | | | | | Merge pull request #23698 from meinac/add_missing_types_into_ar_model_generat... | Arthur Nogueira Neves | 2016-10-28 | 1 | -11/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Dynamically show available sql types [ci skip] | Mehmet Emin İNAÇ | 2016-02-16 | 1 | -11/+1 | |
* | | | | | | | | | Hide commands from API site. | Kasper Timm Hansen | 2016-10-28 | 13 | -17/+17 |