I'm having a hell of a time figuring out how to install the scoped_access plugin so i can get Saturnflyer's vhost extension fork up and running. https://github.com/saturnflyer/radiant-vhost-extension
Here's the only repo I found on git-hub matching the scoped_access plugin name (I'm guessing this is it?): https://github.com/maiha/scoped_access I ran: $ git clone git://github.com/maiha/scoped_access.git vendor/plugins/ scoped_access $ rake production radiant:extensions:vhost:update (in /Users/fimaleshinsky/Sites/heroku) DEPRECATION WARNING: Rake tasks in vendor/plugins/scoped_access/tasks are deprecated. Use lib/tasks instead. (called from /Users/ fimaleshinsky/Sites/heroku/vendor/radiant/vendor/rails/railties/lib/ tasks/rails.rb:10) Copying assets from VhostExtension Copying rake tasks from VhostExtension $ rake production radiant:extensions:vhost:install (in /Users/fimaleshinsky/Sites/heroku) DEPRECATION WARNING: Rake tasks in vendor/plugins/scoped_access/tasks are deprecated. Use lib/tasks instead. (called from /Users/ fimaleshinsky/Sites/heroku/vendor/radiant/vendor/rails/railties/lib/ tasks/rails.rb:10) rake aborted! no such file to load -- /Users/fimaleshinsky/Sites/heroku/lib/tasks/ add_site_columns (See full trace by running task with --trace) No idea how to troubleshoot this further .. thanks for any and all the help in advance :P
