Hey Steve, great of you to ask! Here are some suggestions: * Streamline the command line. Why rake to migrate, but rails to generate a migration? I know, I know. But new folks to Rails do not know. And it would be better if there was just one tool that does it all. * Get rid of the global magic functions. users_path is nice and sweet, but where is it defined? Object? Kernel? Why can't I just call a method on my app.…
* Making apps no longer a singleton has been happening on master already, so expect to see a bunch of that.
* I like multipart emails too, since I prefer plaintext emails.
* Working on the tokens issue, I already commented about it elsewhere in this thread.
* As of Rails 4, you can slip in your own Logger, so this is pretty easy to customize if we don't change anything.
* Queues were explicitly brought back to 4.1, that's a feature that we (and I, maintaining Resque) really want to get in.
Thanks! <3