toretore / babilu

ABANDONED - Use i18n-js instead
MIT License
65 stars 11 forks source link

Fixed development mode #8

Closed whitequark closed 12 years ago

whitequark commented 13 years ago

I've almost rewrote the Ruby part of plugin to make it generate the file both in development and production mode automatically (thus removing the need to check locales.js into VCS), and also improved Rails 3 compatibility.

dipth commented 13 years ago

Any updates on this? We are currently using the gem, and are running into all kinds of git conflicts because of the locales.js file having to be tracked.

whitequark commented 13 years ago

D'oh. Sorry, I am using this gem myself and the git tracking is driving me crasy. On the other hand, last time I've been working on the gem, I found the asset pipeline internals impenetrable (and also quite volatile, as that was something like rc4). I'll look into it at the weekends.

toretore commented 12 years ago

I'm aware of the issues with Rails 3 and its asset pipeline, but I don't have enough experience with it to know what should be done. If you've been using this and it works well, I'll merge it.

whitequark commented 12 years ago

i18-js gem is the Rails 3-compatible replacement for babilu. I switched all my projects to it. It's API-level-compatible.

toretore commented 12 years ago

Ok, I'll just deprecate this. i18n-js looks much better maintained.