| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #33336 from bogdanvlviv/fix-stubbed-methods-in-test-cases | Rafael França | 2018-07-10 | 2 | -3/+3 |
|\ |
|
| * | Fix stubbed methods in test cases | bogdanvlviv | 2018-07-10 | 2 | -3/+3 |
|/ |
|
* | Merge pull request #33326 from utilum/replace_shallow_mocks_with_ruby | Ryuta Kamizono | 2018-07-10 | 5 | -18/+47 |
|\ |
|
| * | Replace shallow mocks with Ruby classes | utilum | 2018-07-10 | 5 | -18/+47 |
|/ |
|
* | Avoid unneeded expanded column aliases array caching | Ryuta Kamizono | 2018-07-10 | 2 | -8/+5 |
* | Merge pull request #33322 from utilum/test_value_instead_of_method_call | Rafael França | 2018-07-09 | 3 | -18/+24 |
|\ |
|
| * | Reduce mocking by testing value instead of method call | utilum | 2018-07-09 | 3 | -18/+24 |
|/ |
|
* | Merge pull request #33309 from utilum/remove_unnecessary_mocha_stubs | Rafael França | 2018-07-09 | 5 | -48/+18 |
|\ |
|
| * | Remove unnecessary Mocha stubs | utilum | 2018-07-07 | 5 | -48/+18 |
* | | Merge pull request #33308 from anniecodes/notes-command-changelog | Rafael França | 2018-07-09 | 1 | -0/+19 |
|\ \ |
|
| * | | Add deprecations related to `rails notes` command to Changelog | Annie-Claude Côté | 2018-07-09 | 1 | -0/+19 |
* | | | SQLite: Don't leak internal schema objects | Ryuta Kamizono | 2018-07-09 | 3 | -4/+6 |
* | | | Subsecond precision is not supported until MySQL 5.6.4 | Ryuta Kamizono | 2018-07-09 | 2 | -19/+19 |
* | | | Merge pull request #33280 from nkondratyev/fix/mysql-time-default-values | Ryuta Kamizono | 2018-07-09 | 4 | -4/+20 |
|\ \ \ |
|
| * | | | Fix default value for mysql time types with specified precision | Nikolay Kondratyev | 2018-07-04 | 4 | -4/+20 |
* | | | | Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_logging | Kasper Timm Hansen | 2018-07-08 | 2 | -2/+21 |
|\ \ \ \ |
|
| * | | | | Allow to explicitly specify whether to output Rails' log to stdout | Markus Doits | 2018-07-08 | 2 | -2/+21 |
* | | | | | Merge pull request #33319 from bogdanvlviv/rubocop-offense-single-quotes | Kasper Timm Hansen | 2018-07-08 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fix rubocop offense introduced in 161ed37 | bogdanvlviv | 2018-07-08 | 1 | -1/+1 |
* | | | | | | Raise an ArgumentError instead of a RuntimeError | George Claghorn | 2018-07-08 | 3 | -3/+3 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #33318 from lxxxvi/multiple_expressions_in_assert_no_diffe... | Kasper Timm Hansen | 2018-07-08 | 2 | -0/+28 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | added tests for assert_no_difference with multiple expressions | lxxxvi | 2018-07-08 | 2 | -0/+28 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #33317 from bogdanvlviv/has_secure_password-use-recovery_p... | Kasper Timm Hansen | 2018-07-08 | 5 | -23/+23 |
|\ \ \ \ |
|
| * | | | | has_secure_password: use `recovery_password` instead of `activation_token` | bogdanvlviv | 2018-07-08 | 5 | -23/+23 |
|/ / / / |
|
* | | | | Store newly-uploaded files on save rather than assignment | George Claghorn | 2018-07-07 | 22 | -679/+1049 |
* | | | | Merge pull request #33307 from bogdanvlviv/improve-docs-test-of-has_secure_pa... | Ryuta Kamizono | 2018-07-08 | 2 | -9/+28 |
|\ \ \ \ |
|
| * | | | | Improve `SecurePasswordTest#test_authenticate` | bogdanvlviv | 2018-07-06 | 1 | -4/+7 |
| * | | | | Update `has_secure_password` info in the guide | bogdanvlviv | 2018-07-06 | 1 | -5/+21 |
| | |_|/
| |/| | |
|
* | | | | Fix that models can clobber each others' attachment reflections | George Claghorn | 2018-07-07 | 3 | -16/+25 |
* | | | | Merge pull request #32986 from kevgathuku/patch-1 | Ryuta Kamizono | 2018-07-08 | 1 | -0/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Specify location for engine-specific commands | Kevin Ndung'u Gathuku | 2018-07-04 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | Don't balloon @original_options with --restart on restart. | Kasper Timm Hansen | 2018-07-07 | 1 | -1/+1 |
* | | | Don't show unneeded deprecation warning on server restart. | Kasper Timm Hansen | 2018-07-07 | 2 | -11/+16 |
* | | | Remove restart_command leftover from switching to Thor options. | Kasper Timm Hansen | 2018-07-07 | 1 | -4/+0 |
* | | | Use only snake cased symbols in commands. | Kasper Timm Hansen | 2018-07-07 | 1 | -5/+5 |
| |/
|/| |
|
* | | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299) | Remo Fritzsche | 2018-07-05 | 3 | -3/+24 |
* | | Merge pull request #32776 from Edouard-chin/ec-as-hooks | Kasper Timm Hansen | 2018-07-05 | 1 | -10/+11 |
|\ \ |
|
| * | | Use testing lazy-load hooks: | Edouard CHIN | 2018-07-04 | 1 | -10/+11 |
* | | | Merge pull request #33298 from anniecodes/notes-command-test | Kasper Timm Hansen | 2018-07-05 | 1 | -12/+12 |
|\ \ \ |
|
| * | | | Make NotesCommand tests more performant by getting rid of unecessary map | Annie-Claude Côté | 2018-07-05 | 1 | -12/+12 |
* | | | | Merge pull request #33297 from claudiob/shorter-attribute_previous_change | Kasper Timm Hansen | 2018-07-05 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Shorter code: remove unnecessary condition | claudiob | 2018-07-05 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #33220 from anniecodes/notes-command | Kasper Timm Hansen | 2018-07-05 | 5 | -46/+237 |
|\ \ \ |
|
| * | | | Port Annotations rake task to use Rails::NotesCommand | Annie-Claude Côté | 2018-07-04 | 2 | -7/+14 |
| * | | | Adds support to register directories and extensions to NotesCommand | Annie-Claude Côté | 2018-07-04 | 2 | -0/+46 |
| * | | | Adds a Rails::Command for Notes | Annie-Claude Côté | 2018-07-04 | 2 | -0/+121 |
| * | | | [ci skip] Update documentation related to `rails notes` | Annie-Claude Côté | 2018-07-03 | 2 | -39/+56 |
* | | | | Merge pull request #33294 from bibstha/remove_unnecessary_require_on_gcs_service | George Claghorn | 2018-07-04 | 1 | -1/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Remove vestigial require on ActiveStorage GCSService | Bibek Shrestha | 2018-07-04 | 1 | -1/+0 |
|/ / / |
|
* | | | Merge pull request #33288 from ioquatix/patch-2 | Rafael França | 2018-07-04 | 1 | -2/+4 |
|\ \ \ |
|