Fix multipart filename for ActionDispatch::Http::UploadedFile TempFile#598
Conversation
173b40a to
442192c
Compare
442192c to
30d9036
Compare
|
I'll CC @TheSmartnik here as they seem active in reviewing PRs as of late. I would greatly appreciate your input! |
|
Hi @zherr , The only thing that bothers me is |
|
Thanks for taking a look @TheSmartnik. As for I’m hoping this one could get merged and released. @jnunemaker , when you have a few minutes, would you reviewing this one? |
|
@zherr thanks for the link! What problems will it bring? It may lead to inconsistent style of specs. Why consistency is important? It saves you from thinking about unneeded things. Imagine a newcomer that codes in ruby for a couple of years and doesn't know RSpec 2 syntax. He'll start to write a spec, but some start with |
49552d9 to
350d153
Compare
|
@TheSmartnik check out the latest commit: 30d9036 I've made the use of the RSpec DSL consistent, to avoid the possible confusion as you outlined. |
Closes #597