Skip to content

Instantly share code, notes, and snippets.

@martinlindhe
martinlindhe / App.vue
Created December 10, 2015 23:03
vue.js example
<template>
<div>
<nav-bar></nav-bar>
<cookie-info></cookie-info>
<router-view></router-view>
<corporate-footer></corporate-footer>
</div>
@chebyte
chebyte / sunspot_cell.rb
Created August 13, 2011 16:30
index file contents like pdf, html, doc, etc.. using solr, sunspot gem, paperclip, s3 and Rails 3
= Sunspot Cell
This plugin adds Cell support (for indexing rich documents like pdf, docs, html, etc...) to Sunspot (developed against Sunspot 1.2.1).
Support Paperclip and S3 Storage
The code is based on the patch included here:
http://outoftime.lighthouseapp.com/projects/20339/tickets/98-solr-cell
== Requirements