Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Convert ActionView::Railtie into Engine | Guillermo Iguaran | 2016-11-26 | 1 | -1/+1 | |
* | | | | | | | | Make the test that seems to be getting stuck noisier | Matthew Draper | 2016-11-26 | 1 | -35/+55 | |
* | | | | | | | | Merge pull request #27179 from y-yagi/follow_up_to_8e1714b | Matthew Draper | 2016-11-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | use correct variable in BacktraceCleaner test | yuuji.yaginuma | 2016-11-26 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | We're not calling hooks here since 9e4c41c903e8e58721f2c41776a8c60ddba7a0a9 | Akira Matsuda | 2016-11-25 | 1 | -1/+0 | |
* | | | | | | | | Merge pull request #27140 from supercaracal/fix-force-ssl-if-session-store-di... | Rafael França | 2016-11-25 | 3 | -2/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove aggressive unit test with mock. And add integration level test. | Taishi Kasuga | 2016-11-24 | 3 | -25/+19 | |
| * | | | | | | | | Fix a force ssl redirection bug that occur when session store disabled. | Taishi Kasuga | 2016-11-22 | 2 | -1/+25 | |
* | | | | | | | | | Merge pull request #23675 from kachick/activemodel-errors-indifferent | Rafael França | 2016-11-25 | 3 | -5/+19 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow indifferent access in ActiveModel::Errors | Kenichi Kamiya | 2016-11-22 | 3 | -5/+19 | |
* | | | | | | | | | | Merge pull request #27165 from prathamesh-sonpatki/followup-uuid-extension-ch... | Rafael França | 2016-11-25 | 2 | -6/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Followup of UUID default extension in the docs [ci skip] | Prathamesh Sonpatki | 2016-11-24 | 2 | -6/+16 | |
* | | | | | | | | | | | Merge pull request #26874 from tgxworld/fix_broadcast_logger | Matthew Draper | 2016-11-25 | 2 | -5/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | `Broadcast#silence` breaks custom loggers that does not include `LoggerSilence`. | Guo Xiang Tan | 2016-10-24 | 2 | -5/+21 | |
* | | | | | | | | | | | | Merge pull request #27174 from kamipo/fix_require_dependency_message_format | Matthew Draper | 2016-11-25 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix `require_dependency` message format | Ryuta Kamizono | 2016-11-25 | 2 | -2/+2 | |
* | | | | | | | | | | | | | Merge pull request #27173 from kamipo/fix_warning_method_redefined | Matthew Draper | 2016-11-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix warning: method redefined; discarding old fields | Ryuta Kamizono | 2016-11-25 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #27172 from kamipo/should_test_change_column_default | Matthew Draper | 2016-11-25 | 1 | -13/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Should test `test_change_column_default` in `PostgresqlUUIDTest` | Ryuta Kamizono | 2016-11-25 | 1 | -13/+13 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27171 from kamipo/suppress_migration_message | Matthew Draper | 2016-11-25 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Suppress migration message in the test | Ryuta Kamizono | 2016-11-25 | 1 | -0/+4 | |
* | | | | | | | | | | | | | Merge pull request #27170 from kamipo/remove_blank_else_block | Matthew Draper | 2016-11-25 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Remove blank else block | Ryuta Kamizono | 2016-11-25 | 1 | -1/+0 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27108 from matthewd/allocate-connections-after-blocking | Matthew Draper | 2016-11-25 | 2 | -25/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Distribute connections to previously blocked threads when we're done | Matthew Draper | 2016-11-25 | 2 | -25/+17 | |
* | | | | | | | | | | | | | Merge pull request #26718 from domcleal/5-0-stable-ids-writer-exception | Matthew Draper | 2016-11-25 | 5 | -8/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add test for collection *_ids= setter when association primary key set | Dominic Cleal | 2016-11-24 | 4 | -1/+23 | |
| * | | | | | | | | | | | | | Restore RecordNotFound when *_ids= can't find records by ID | Dominic Cleal | 2016-11-24 | 4 | -7/+17 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #27166 from mtsmfm/rename-minitest | Kasper Timm Hansen | 2016-11-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | [ci skip] `MiniTest` -> `Minitest` | Fumiaki MATSUSHIMA | 2016-11-24 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #25395 from yawboakye/use_gen_random_uuid_from_pgcrypto_ex... | Rafael França | 2016-11-24 | 6 | -22/+86 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | For `PostgreSQL >= 9.4` use `gen_random_uuid()` | Yaw Boakye | 2016-11-22 | 6 | -22/+86 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | [ci skip] Add changelog entry for 86754a8f | Kasper Timm Hansen | 2016-11-23 | 1 | -0/+11 | |
* | | | | | | | | | | | | [ci skip] Explain only :json is shipped by default. | Kasper Timm Hansen | 2016-11-23 | 1 | -1/+2 | |
* | | | | | | | | | | | | Use accept header instead of mangling request path. | Kasper Timm Hansen | 2016-11-23 | 3 | -24/+44 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #27113 from rails/remove-jquery | Guillermo Iguaran | 2016-11-22 | 8 | -18/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add rails-ujs as dependency in the rails Gemfile | Guillermo Iguaran | 2016-11-21 | 2 | -0/+9 | |
| * | | | | | | | | | | | Add CHANGELOG entry | Guillermo Iguaran | 2016-11-21 | 1 | -0/+5 | |
| * | | | | | | | | | | | Don't add jQuery by default in new apps and use rails-ujs as UJS adapter instead | Guillermo Iguaran | 2016-11-21 | 5 | -18/+20 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #27133 from rails/reload_singular_associations | Yves Senn | 2016-11-22 | 5 | -1/+51 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Introduce `reload_<association>` reader for singular associations. | Yves Senn | 2016-11-22 | 5 | -1/+51 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #27143 from sachin21/fix-permission | Matthew Draper | 2016-11-22 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix a wrong permission | Satoshi Ohmori | 2016-11-22 | 1 | -0/+0 | |
* | | | | | | | | | | | | CI against 2.3.3 | Akira Matsuda | 2016-11-22 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge pull request #27139 from ota42y/ota42y/form_helper_typo_fix | प्रथमेश Sonpatki | 2016-11-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | form_helper typo fix [ci skip] | ota42y | 2016-11-22 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #26929 from elorest/is_deep_symbolize_secrets | Guillermo Iguaran | 2016-11-21 | 3 | -2/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | deep symbolize keys on secrets.yml | Isaac Sloan | 2016-11-21 | 3 | -2/+22 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | [ci skip] Mention `form_with` and `fields` in changelog. | Kasper Timm Hansen | 2016-11-21 | 1 | -0/+30 |