RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

[TIP] Make TextMate Not So Slow

Is TextMate taking forever to load when switching between windows? The problem could be that it’s reading all of the media files you’ve got in your public directory. I ignored public/system, log, and vendor/rails as this article suggests. Massive Victory. Highly Recommended.

Comments

I just used the second box on there, for ignoring directories. The pipe is the separator thingy, so adding something like:

public/system vendor/rails log

…did the trick for me.

Hope this helps speed up your day!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in