aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [ci skip] `sanitizer_vendor` will be removed in Rails 6Tsukuru Tanimichi2018-07-111-1/+1
* | | | | Merge pull request #33341 from Edouard-chin/ec-fix-to-paramRafael França2018-07-124-5/+35
|\ \ \ \ \
| * | | | | e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-124-5/+35
* | | | | | Merge pull request #33350 from kamipo/address_blank_lines_automaticallyRafael França2018-07-1217-30/+3
|\ \ \ \ \ \
| * | | | | | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-1217-30/+3
| | |/ / / / | |/| | | |
* | | | | | Discard ActiveStorage::PurgeJobs for missing blobsGeorge Claghorn2018-07-112-0/+29
* | | | | | Remove overly-broad retry in ActiveStorage::PurgeJobGeorge Claghorn2018-07-111-3/+0
* | | | | | Merge pull request #28327 from rngtng/add-seed-dependencyRafael França2018-07-112-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add missing load config dependency to `rake db:seed`Tobias Bielohlawek2018-07-102-1/+6
* | | | | | Merge pull request #33336 from bogdanvlviv/fix-stubbed-methods-in-test-casesRafael França2018-07-102-3/+3
|\ \ \ \ \ \
| * | | | | | Fix stubbed methods in test casesbogdanvlviv2018-07-102-3/+3
|/ / / / / /
* | | | | | Merge pull request #33326 from utilum/replace_shallow_mocks_with_rubyRyuta Kamizono2018-07-105-18/+47
|\ \ \ \ \ \
| * | | | | | Replace shallow mocks with Ruby classesutilum2018-07-105-18/+47
|/ / / / / /
* / / / / / Avoid unneeded expanded column aliases array cachingRyuta Kamizono2018-07-102-8/+5
|/ / / / /
* | | | | Merge pull request #33322 from utilum/test_value_instead_of_method_callRafael França2018-07-093-18/+24
|\ \ \ \ \
| * | | | | Reduce mocking by testing value instead of method callutilum2018-07-093-18/+24
|/ / / / /
* | | | | Merge pull request #33309 from utilum/remove_unnecessary_mocha_stubsRafael França2018-07-095-48/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unnecessary Mocha stubsutilum2018-07-075-48/+18
* | | | | Merge pull request #33308 from anniecodes/notes-command-changelogRafael França2018-07-091-0/+19
|\ \ \ \ \
| * | | | | Add deprecations related to `rails notes` command to ChangelogAnnie-Claude Côté2018-07-091-0/+19
* | | | | | SQLite: Don't leak internal schema objectsRyuta Kamizono2018-07-093-4/+6
* | | | | | Subsecond precision is not supported until MySQL 5.6.4Ryuta Kamizono2018-07-092-19/+19
* | | | | | Merge pull request #33280 from nkondratyev/fix/mysql-time-default-valuesRyuta Kamizono2018-07-094-4/+20
|\ \ \ \ \ \
| * | | | | | Fix default value for mysql time types with specified precisionNikolay Kondratyev2018-07-044-4/+20
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_loggingKasper Timm Hansen2018-07-082-2/+21
|\ \ \ \ \ \
| * | | | | | Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-082-2/+21
* | | | | | | Merge pull request #33319 from bogdanvlviv/rubocop-offense-single-quotesKasper Timm Hansen2018-07-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix rubocop offense introduced in 161ed37bogdanvlviv2018-07-081-1/+1
* | | | | | | | Raise an ArgumentError instead of a RuntimeErrorGeorge Claghorn2018-07-083-3/+3
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #33318 from lxxxvi/multiple_expressions_in_assert_no_diffe...Kasper Timm Hansen2018-07-082-0/+28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | added tests for assert_no_difference with multiple expressionslxxxvi2018-07-082-0/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #33317 from bogdanvlviv/has_secure_password-use-recovery_p...Kasper Timm Hansen2018-07-085-23/+23
|\ \ \ \ \ \
| * | | | | | has_secure_password: use `recovery_password` instead of `activation_token`bogdanvlviv2018-07-085-23/+23
|/ / / / / /
* | | | | | Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-0722-679/+1049
* | | | | | Merge pull request #33307 from bogdanvlviv/improve-docs-test-of-has_secure_pa...Ryuta Kamizono2018-07-082-9/+28
|\ \ \ \ \ \
| * | | | | | Improve `SecurePasswordTest#test_authenticate`bogdanvlviv2018-07-061-4/+7
| * | | | | | Update `has_secure_password` info in the guidebogdanvlviv2018-07-061-5/+21
| | |_|/ / / | |/| | | |
* | | | | | Fix that models can clobber each others' attachment reflectionsGeorge Claghorn2018-07-073-16/+25
* | | | | | Merge pull request #32986 from kevgathuku/patch-1Ryuta Kamizono2018-07-081-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Specify location for engine-specific commandsKevin Ndung'u Gathuku2018-07-041-0/+3
| | |/ / / | |/| | |
* | | | | Don't balloon @original_options with --restart on restart.Kasper Timm Hansen2018-07-071-1/+1
* | | | | Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-072-11/+16
* | | | | Remove restart_command leftover from switching to Thor options.Kasper Timm Hansen2018-07-071-4/+0
* | | | | Use only snake cased symbols in commands.Kasper Timm Hansen2018-07-071-5/+5
| |/ / / |/| | |
* | | | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)Remo Fritzsche2018-07-053-3/+24
* | | | Merge pull request #32776 from Edouard-chin/ec-as-hooksKasper Timm Hansen2018-07-051-10/+11
|\ \ \ \
| * | | | Use testing lazy-load hooks:Edouard CHIN2018-07-041-10/+11
* | | | | Merge pull request #33298 from anniecodes/notes-command-testKasper Timm Hansen2018-07-051-12/+12
|\ \ \ \ \
| * | | | | Make NotesCommand tests more performant by getting rid of unecessary mapAnnie-Claude Côté2018-07-051-12/+12
* | | | | | Merge pull request #33297 from claudiob/shorter-attribute_previous_changeKasper Timm Hansen2018-07-051-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |