Benjamin Lewis
Benjamin Lewis
Ben, i changed the commit as we discussed. I also added a link to the google cache of the old ticket.
From memory i choose :path_only to match the option in url_for. I just checked the docs and it's actually :only_path. I agree there could be a better name.
ramontayag I'm not 100% on this, but I think that is a separate issue with rails not being full subdomain aware. When you run your spec does the email contain...
How do you know? Is there a test case?
I had slow transcriptions depending which settings I was using. These settings improved it for me: ``` settings["LLVM_LTO"] = "YES" settings["OTHER_CFLAGS"] = ["-O3", "-DNDEBUG"] ```
@shaynemei I use tuist to manage xcode settings but if you search for `LLVM_LTO` and `DNDEBUG` in this repo or in google you can see where they are set in...