I used this a long time ago when still using Rails 2.3.x, and I liked it very much. Now I'd like to use it on my new Rails 3.1 project, but I see no updates, it's more than one year that Rails 3.0 is out and the master branch still points to 2.3.x version.
I've tried it (rails3 branch) in a 3.1 (with Ruby 1.9.2) project and I get this error:
Encoding::CompatibilityError (incompatible character encodings: UTF-8 and US-ASCII):
I saw that is the same error of #7 which is still pending.
Is there any chance that this project will be updated to support recent versions of Rails?
I used this a long time ago when still using Rails 2.3.x, and I liked it very much. Now I'd like to use it on my new Rails 3.1 project, but I see no updates, it's more than one year that Rails 3.0 is out and the master branch still points to 2.3.x version.
I've tried it (rails3 branch) in a 3.1 (with Ruby 1.9.2) project and I get this error:
I saw that is the same error of #7 which is still pending.
Is there any chance that this project will be updated to support recent versions of Rails?