rails my_project
cd my_project
./script/plugin discover (or ruby script/plugin discover on Windows)
./script/plugin install engines (or ruby script/plugin... on Win)
./script/plugin install active_rbac (or ruby script/plugin... on Win)
if there is any problem while you are exacuting the script, just re-try..
- Start InstantRails.
- Open a Ruby console window.
- cd your_app_name.
- ruby script/plugin discover.
- Reply by no to all questions, except the two questions for http://svn.rails-engines.org/ and https://activerbac.turingstudio.com/.
- ruby script/plugin install engines.
- ruby script/plugin install active_rbac.