Hi, I use Rails 3.0.9 with active_scaffold_vho 3.0.20. In a controller (using as_routes of course) I show a timestamp DB field from the model, but I get this error:
-------------------------------------- <I18n::MissingTranslationData: translation missing: es.time.formats.default> -- on the ActiveScaffold column = :start_date in ClientsController Rendered /usr/local/lib/ruby/gems/1.8/gems/active_scaffold_vho-3.0.20/frontends/default/views/_list_record_columns.html.erb (4.3ms) Rendered /usr/local/lib/ruby/gems/1.8/gems/active_scaffold_vho-3.0.20/frontends/default/views/_list_record.html.erb (8.0ms) Rendered /usr/local/lib/ruby/gems/1.8/gems/active_scaffold_vho-3.0.20/frontends/default/views/_list.html.erb (28.3ms) Rendered /usr/local/lib/ruby/gems/1.8/gems/active_scaffold_vho-3.0.20/frontends/default/views/_list_with_header.html.erb (42.3ms) Rendered /usr/local/lib/ruby/gems/1.8/gems/active_scaffold_vho-3.0.20/frontends/default/views/list.html.erb within layouts/application (45.6ms) Completed 500 Internal Server Error in 87ms ----------------------------------------- What can I do to solve it? Thanks a lot. -- Iñaki Baz Castillo <[email protected]> -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
