Hallo,
after I found an bug item for my active_rbac problem on windows using
ruby one-click last stable (1.8.2 I guess), there was the rant to
downgrade to engines-1.1.1.
I successfully installed engines-1.1.2 and removed it by
ruby script\plugin remove engines
I tried
ruby script\plugin install engines-1.1.1
in the gem way of handling versions but that didn’t worked.
Any idea how to install the 1.1.1 version?
g,
To install a previous version of the engines plugin, you’ll need to
install it using a specific source
(http://svn.rails-engines.org/engines/tags/rel-1.1.1 in this case).
See the script/plugin usage info for how to achieve this if you’re not
comfortable using SVN directly.
James A. schrieb:
To install a previous version of the engines plugin, you’ll need to
install it using a specific source
(http://svn.rails-engines.org/engines/tags/rel-1.1.1 in this case).
See the script/plugin usage info for how to achieve this if you’re not
comfortable using SVN directly.
Thanks James, rel_1.1.1 is running after I checked out this version.
Unfortunatly active_rbac doesn’t working, but that is another problem.
Thanks for your help,