Displaying 2 results from an estimated 2 matches for "rfc_3066".
Did you mean:
rfc3066
2006 Jun 05
0
Failed to install Globalize plugin
...create_table(:globalize_languages, {:force=>true})
-> 0.1700s
-- add_index(:globalize_languages, :iso_639_1)
-> 0.2810s
-- add_index(:globalize_languages, :iso_639_2)
-> 0.2200s
-- add_index(:globalize_languages, :iso_639_3)
-> 0.2300s
-- add_index(:globalize_languages, :rfc_3066)
-> 0.2910s
rake aborted!
Mysql::Error: Data too long for column ''currency_format'' at row 1:
INSERT INTO globalize_countries (`id`, `code`, `english_name`,
`date_format`, `currency_format`, `currency_code`, `thousands_sep`,
`decimal_sep`, `currency_decimal_sep`, `number_g...
2006 Jan 18
15
Anyone got Globalize working???
Hi all
In another thread I complain about an error I get after trying to get
Globalize working.
http://www.ruby-forum.com/topic/51988#new
Now I want to ask you, if anybody of you has ever got Globalize working?
I have done exactly what''s written in the (absolutely much too short)
tutorial of its wiki...
http://globalize.diluvia.net/wiki
...and I''m very frustrated that no