We're busy adding support for Internet Explorer 6, but if you've been considering an upgrade you can upgrade Internet Explorer, or download Firefox for free.

Our site is best viewed on standards-compliant browsers: Firefox, Safari, Internet Explorer 7.0+, etc.

Items tagged with "editor"

Show:  All  |  News Items  |  Blog Posts

News Items

There are no news releases with that tag.


Blog Posts

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...

Tagged: rails, svn, subversion, editor