Tag Archives: link_to delete

Rails 3 link_to (:method => :delete) not working rails 3.0-jQuery

1) Install gem ‘jquery-rails’, ‘>= 1.0.12’  and bundle 2)  rails generate jquery:install 3) add to application.html.erb <%= javascript_include_tag :defaults %> Source https://github.com/rails/jquery-ujs http://www.klairvoyant.in

Posted in rails, ROR, ruby on rails, web development | Tagged , , | Leave a comment