Alexey Zapparov
Alexey Zapparov
@cloudhead, please, take look on #97, if it's OK, then this issue can be closed.
@JayYang, I believe that your problem is related to issue #29 (partially). I'm going to implement a fix for that issue by preparing a map of chars conversion (for russian...
The issue is obviously in mistakes with metadata and filename correlation. And it's really old. I believe this issue may be closed :))
That's a great proposal I think. The only I would like to see is more obvious method names and error messages https://github.com/thierryhenrio/toto/commit/3903d57d30160e7eae469402a0db24d0716e491c#commitcomment-523641
You can't without extending core library. But you can monkey patch it and use grit for that purposes.
As this feature will include expansive RegExp work, I believe this must be implemented as "pluggable" option, e.g.: ``` ruby set :utf8, true ``` So this will enable extra-worker for...
Toto, is not Rails based application so it does not share it's helpers. But I guess you can try "include" desired helpers, e.g. (the dumbest way): ``` ruby module Toto...
I have prepare my own version of tagging support, see #90. I hope it will cover all needs. Will appreciate your thoughts and comments.
I believe it's better to have this feature (I like the code of artemk) in Rakefile of dorothy.
@benjamincharity add it to the list of files served by Rack::Static. Replace this block in your config.ru file: ``` ruby # Rack config use Rack::Static, { :urls => %w{/css /js...