Per Djurner
Per Djurner
.htaccess ``` # This file can be deleted if you're not planning on using URL rewriting with Apache. # You can add your own files and folders that should be...
Thanks, didn't even know we used such a thing.
We should try and add info about how to get Wheels running on Amazon, Heroku in this chapter as well.
What do we need to do exactly? Just stop using abort (and come up with another way to avoid running code that shouldn't run)?
Possible fix for discussion.  That fix is for maintenance mode but the general approach would probably apply to other places where `abort` is used as well. Thoughts? I can...
That's right, exiting the function early so that we don't have to call abort basically. My proposed code there does exactly the same thing as before, just in a different...
Some details: https://dev.mysql.com/doc/refman/5.7/en/group-by-handling.html
I'm skipping these tests on MySQL, at least for now.
Not sure yet if we should consider it a bug or if it's the test queries that are just written incorrectly to begin with.
Need to look into / make a decision before RC 1 is released.