Displaying 3 results from an estimated 3 matches for "i18n_rout".
Did you mean:
i18n_routes
2010 Nov 18
2
i18n_routes
....) (see also http://teimos.ru/x/punycode/)
i''m trying to get working routes in cyrillic like
http://теймос.рф/привет (XN--E1AIJIPB.XN--P1AI/XN--B1AGH1AFP)
to welcome#index (for example)
i tryed different ways but no luck with them all...
in Gemfile
---------------\
gem ''i18n_routing''
--------------------
in routes.rb
--------------------------------------
localized(I18n.available_locales, :verbose => true) do
match ''about'' => ''welcome#index'', :as => :about
end
match ''XN--B1AGH1AFP'' => ...
2010 Jul 28
3
Rails 3.0.0.rc // rails locales prevent app boot
Hi all,
I got the following error message when booting up my app (which works
fine with Rails 3.0.0.beta4) in Rails 3.0.0.rc;
activesupport-3.0.0.rc/lib/active_support/file_update_checker.rb:27:in
`stat'': can''t convert Array into String (TypeError)
When I put some debug code on that line I see the follwing array being
passed;
2010 Jun 18
0
i18n routes and resource names problem
Hi,
I recently tried to adopt localized resource names usage, in
particular using the http://github.com/kwi/i18n_routing plugin, but
faced a problem with HTML escaped non ANSI characters in route names.
I''ve created a ticket to track this down:
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4896
The problem was introduced with http://dev.rubyonrails.org/changeset/6185
which basicall...