I’m following this tutorial”
http://ruby.railstutorial.org/
The tutorial seems to be using Rails 3.0. I am using Rails 3.1.
I get the following errors each time I try to delete a micropost:
No route matches [GET] “/microposts/301”
and deleting a user takes me to the user’s page instead:
I heard Rails 3.1 uses jQuery instead of Prototype.js.
Do I have to create o download any files in order to get the deleting action working?
(in which files do I have to place them and how do I call/include them?).
There is an entire chapter about rails 3.1 in that tutorial.