Jim Gay wrote: > script/extension install gallery RAILS_ENV=production Hmm.. still get the same:
[concrete]$ ruby script/extension install gallery RAILS_ENV=production gallery is already installed. [concrete]$ ruby script/extension uninstall gallery RAILS_ENV=production rake aborted! Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) My development setting in database.yml is: development: adapter: mysql database: radiant_dev username: root password: socket: /tmp/mysql.sock ...which is why I think it is using that setting rather than production. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
