I have downloaded and uncompressed
InstantRails on my Windows XP system. In order to perform user authentication in my web application, I attempted to install the
ActiveRBAC library for
Ruby on Rails. Steps for installing ActiveRBAC are detailed in the excellent
ActiveRBAC tutorial. However, to further take confusion away from installation steps, I will outline here the final steps I have come up with after some trial, error, failure then success on my side in installing ActiveRBAC on my Windows system.
- 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.
Congrats, you're done!
1 comment:
Already both the plugins cannot be found. Thanks anyway for the post. Any clue how to get it running now?
Post a Comment