I updated the blogging engine and comments are now re-enabled. The comments are spam checked using the Akismet web service. I also installed Coderay for highlighting code and updated to rails 2.3.2. The corner jQuery plugin is also updated and now displays corners correctly in Safari.
I updated the restful authentication plugin to reflect the most recent changes. Found a gotcha when installing the plugin: When you clone another repository into an existingo repository, github will not save the files on the server but rather try to point to wherever you cloned it from. When using automated deployment with vlad or capistrano, the files will not be deployed as they are ignored when pushed to github. To resolve the problem, delete the .git and .gitignore files in the cloned repository before pushing.
« Back to posts Write a new comment