Ym4r bug กับ rails 2.2.2

ธันวาคม 29, 2008 at 10:34 am | In rails | Leave a Comment
Tags:

Ym4r library ช่วยสร้าง Google Map ของ Rails เอามาใช้กับ Rails 2.2.2 มี bug ต้องแก้ดังนี้

ไฟล์ : <rails project>\vendor\plugins\ym4r_gm\lib\gm_plugin\map.rb

a << “script src=\”#{ActionController::AbrastractRequest.relative_url_root}/javascript/ym4r-gm.js\” type=\”text/javascript\”> </script>\n” unless option[:without_js]

แก้

#{ActionController::AbstractRequest.relative_url_root}

เป็น

#{ActionController::Base.relative_url_root}

เพราะ ActionController::AbstractRequest.relative_url_root มัน deprecated แล้ว…

Rails note

ธันวาคม 28, 2008 at 5:54 pm | In rails | Leave a Comment
Tags:

สัพเพเหระเรื่อง Ruby on Rails ที่กำลังนั่งจิ้มๆ ลองๆ

Continue reading Rails note…

บลอกที่ WordPress.com . | Theme: Pool by Borja Fernandez.
Entries and comments feeds.