Josh Kieschnick
2006-Jun-21 17:56 UTC
[Rails] sortable tables not working because of html escaping
i just went through the following tutorial on creating a sortable table: http://dev.nozav.org/rails_ajax_table.html it appears to work as it is supposed to except for the fact that my links are being written wrong. the "&" symbol is being replaced with & therefore creating this as my url: http://localhost:3000/item/list?sort=qty&query instead of http://localhost:3000/item/list?sort=qty&query any ideas? -- Posted via http://www.ruby-forum.com/.