ได้รับแจ้งว่า ไม่สามารถ run บน windows platform ได้
โดยเกิด error เมื่อเรียกใช้
rake i18n
C:\users\pok\rails\test>rake i18n
(in C:/users/pok/rails/test)
rake aborted!
uninitialized constant Catalog::Iconv
ค้นหาบน google พบว่าเกิดจาก missing library ที่ชื่อ iconv
โดย ruby ที่ install จาก one install click
จะไม่ include library ตัวนี้ให้เรา
เราต้อง install library เอง
ตัว installer ของ iconv หาได้จากที่นี่ link
No comments:
Post a Comment