Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 455 Bytes

README.textile

File metadata and controls

15 lines (8 loc) · 455 Bytes

Code Snippets Storage

Code snippets storage with tag support and rich search functionality.

http://code-snippets.paveltyk.info

Hacking

This project uses gem bundler, so you need to install it at first.

$ gem install bundler
$ sudo bundle install --without production

As of v0.2 it support full-text search capabilityies of Postgres. It’s not tested under MySQL or SQLite either.