You will also need to remove the existing / vendor / plugins / activescaffold directory and replace it with a rails 2.2 compatible one. Otherwise, you will get the scary (and poorly documented) "no method" pick_template "error".
To do this, you need to run the following in the applicationβs base directory:
script / plugin install git: //github.com/activescaffold/active_scaffold.git -r 'rails-2.2' # add -force if necessary
Then add: script / plugin install git: //github.com/ewildgoose/render_component.git -r rails-2.2
I came across this transition from 2.1 to 2.3, but I read elsewhere that the problem is steadily going from 2.1 to 2.2 as well. Adding to save other problems.
source share