We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

cczona on 12/22/07


Tagged

rails textmate


Versions (?)


remove Rails vendor files etc from TextMate project search


Published in: Other 


URL: http://www.railspikes.com/2007/11/13/textmate-rails-remove-vendor-files

Preferences > Advances > Folder References

  1. #add after the opening parenthesis in the _folder_ pattern:
  2. vendor\/rails|
  3.  
  4. #add after the opening parenthesis in the _file_ pattern:
  5. .\.log|

Report this snippet 

You need to login to post a comment.