Show: All | News Items | Blog Posts
Jun 23, 2008 by Travis
Git is "an open source version control system designed to handle very large projects with speed and efficiency." It's also well-suited for smaller repositories and is very popular in the open source community because of its ability for many people to work on the same project. Git is much faster than most other, more common version control systems. We're still runni...
How to Remove External Rails Plugins from your Application
Jan 24, 2008 by Adam
There isn't a single command in subversion to remove external plugins from your application so I figured I would post this to help the next person save 10 minutes of reading docs. Make sure you are in the root of your app and do: svn propedit svn:externals vendor/plugins Just delete the line(s) of the plugins you no longer want. If you get the following erro...