To install this plugin into your application you simply need to copy the path below and paste it into a shell in your application root.
Add this plugin as a submodule to your git repository
Install this plugin as a RubyGem
I'm Done
Welcome to the central resource for rails plugins & tools
You are not currently logged in, please create an account or login
Posted at 10 months ago by Henrik Nyh (Henrik)
Though tag ownership is a nice addition, passing the user id in as a hidden form field isn't a good idea: form field values are easily spoofed.
Posted at 10 months ago by Wesley Beary (monki) This is my plugin
Yeah, in production you'd probably just want to use current_user.id or something instead.
Posted at 10 months ago by Henrik Nyh (Henrik)
Though tag ownership is a nice addition, passing the user id in as a hidden form field isn't a good idea: form field values are easily spoofed.
Posted at 10 months ago by Wesley Beary (monki) This is my plugin
Yeah, in production you'd probably just want to use current_user.id or something instead.