search for: i18n_interpolation_deprec

Displaying 2 results from an estimated 2 matches for "i18n_interpolation_deprec".

2009 Dec 29
1
undefined method `alias_method_chain' for I18n::Backend::Simple:Class
...message: undefined method `alias_method_chain'' for I18n::Backend::Simple:Class Exception class: NoMethodError Application root: /sites/rails-data/apps Backtrace: # File Line Location 0 /usr/ruby-enterprise/lib/ruby/gems/1.8/gems/activerecord-2.3.4/ lib/active_record/i18n_interpolation_deprecation.rb 23 1 /usr/ruby-enterprise/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb 31 in `gem_original_require'' 2 /usr/ruby-enterprise/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb 31 in `require'' 3 /usr/ruby-enterprise/lib/ruby/gems/1.8/gems/activerecor...
2010 Aug 13
0
Rails 2 and Rails 3 in the same gemset leads to errors
...oller"=>"my"} Rendering template within layouts/base Rendering my/account DEPRECATION WARNING: using %d in messages is deprecated; use {{count}} instead.. (called from interpolate at /var/www/vhosts/ mydomain.org/.rvm/gems/ruby-1.8.7-p299/gems/activerecord-2.3.5/lib/ active_record/i18n_interpolation_deprecation.rb:17) ActionView::TemplateError (missing interpolation argument in "%m/% {count}/%Y %I:%M %p" ({:object=>Fri Aug 13 16:15:41 +0200 2010} given)) on line #4 of app/views/my/_sidebar.rhtml: 1: <h3><%=l(:label_my_account)%></h3> 2: 3: <p><%=l(:field_login...