Aaron Quint
Aaron Quint
Have you tested it @gabrys? There are a lot of things that could be going on here and I havent had time to fully test yet. One - I havent...
Sorry, I did not mean to close the bug - annoying that Githubs comment and close button is the first, I always end up hitting it :/ I will get...
This is strange, I think fakeweb is actually a dependency of one of the other dependecies (soca doesnt use it directly) so I wonder why its not using them as...
It looks like something that is writing a `time` attribute to your json. Resque::Status writes this, but as a plain integer: https://github.com/quirkey/resque-status/blob/master/lib/resque/plugins/status/hash.rb#L206 `Time.now.to_i.to_json` should produce consistent results. I don't know...
Yes, not yet. Rewrites should be easy though since they're part of the DB - vhost's might be a little harder, but im willing to give it a shot.
I know, this is awesome. Thanks @rmetzler! I'm realizing that maybe it makes sense to add a config option for mapping JSON instead of just directories. That way you could...
I want to take this work in, but you need to do a bunch of cleanup first. First of all, fix up all the spacing so its consistent. This project...
What are you running when you get this error? What kind of docs are you trying to push? It looks like its trying to convert a binary file to JSON...
I don't know if I completely understand the use case for this. Can you explain or give a better example of when you'd need two separate interpolation objects?
Yes, all of the above. Tried on multiple different projects. All with all of the above (.git, Rakefile, README)