Google+ボタン はてなブックマークボタン 更新日時: 2013年03月18日(月) 作成日時: 2013年03月18日(月) 前の記事 / 次の記事 混乱の原因は JavaScript と CoffeeScript と Erb と Haml が共存してること。 おさらい ビューテンプレート $ vi call_ajax.html.haml -# haml =link_to("ajaxな処理", "path_to_excute_ajax", data: {remote: true}) JavaScriptテンプレート (アクション名が"excute_ajax"だったらデフォルトで"excute_ajax.erb.js"が呼ばれる) $ vi excute_ajax.erb.js alert("called!"); jQueryと組み合わせて $ vi excute_ajax.erb.j