How exactly do I install restful authentication plugin in rails 3?
问题 I'm very confused on this restful authentication plugin on rails 3. I tried to install the plugin using the following command. It tells me it's already installed, then I tried to use the --force to reinstall this plugin it tells me that the plugin not found So if the plugin is already installed why do I get error Could not find generator authenticated when I try to run the command rails g authenticated user sessions --include-activation any ideas? C:\Users\Jonathan\Documents\blog>rails plugin