On 19 September 2011 11:56, Adam Boas <[email protected]> wrote: > If it is a small rails app then it might be worth porting it to rails 3.1. > The asset pipeline makes it simple to stick a .erb on the end of the file > and get the file preprocessed to include your I18n tag values. >
It sounds like a new Tile/Sprockets/Rails Processor :) Would be nice if we could add files like: javascripts/locales/en/formtastic.js.i18 -> includes everything under "formtastic" from YAML. javascripts/locales/en/pages.js.i18 -> includes everything under "pages" from YAML. etc. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
