-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails3 compatibility? #14
Comments
We are working on making tr8n compatible with Rails 3. So please stay tuned. |
Is there any place one can track the changes? I pretty much forced tr8n to work with rails 3 just by fixing some minor issues here and there. Of course theres still a lot of deprecation warnings, but the main part of app works fine. |
We are also very interested in a Rails 3 version. Is there any news on this, an ETA? |
Started working on it. So far I have created a rails3 branch for will_filter, which is used for administration. Tr8n is next. |
Hi, Is there a way we can help out? My company is very eager to adopt Tr8n, but we are on rails3 and waiting for new version. We can have up to 3 day a week spent on this project... |
is there any plan for Rails 3.1? |
Yes, working on Rails 3.1 full speed now. It will use the latest 3.1 features. I am also building mechanisms for sharing translations between companies. Think of tr8n as a federated translation system. And yes, i need help. Interested? Find me on AIM: theiceberk |
This is not really an issue, more of a question, but I don't know better place to ask...
I would like to use tr8n with Rails 3 application. Basic install worked great and all I needed to do in order to get basic functionality was just to mark some of the tr8n's output as html_safe.
Does anyone uses tr8n with Rails 3? Are there any other gotchas aside from those trivial fixes? Does tr8n care about XSS internally (so html_safe won't let any scripts on).
Thank you in advance for answers,
The text was updated successfully, but these errors were encountered: