Skip to content

A sandwich is a stack of 3 songs. This will help you make and share them. Based on KZAK

Notifications You must be signed in to change notification settings

dustMason/sandwiches

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandwiches

A Sandwich is a stack of 3 songs, to be enjoyed in a certain order. This is a rails app to help create and share them with your friends. Its based on KZAK (see below). Some technical changes from KZAK include:

  • fragment caching (stored with memcached via the dalli gem).
  • pagination with will_paginate.
  • no longer uses carrierwave to handle uploads. instead uses a patched version of the s3-uploadify plugin to pipe song files directly to the S3 bucket, bypassing the server until after the files are stored.

KZAK

Sandwiches is based on KZAK, a web-based jukebox by trevorturk. http://github.com/trevorturk/kzak/

MIT License

Copyright (c) 2009... Trevor Turk

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A sandwich is a stack of 3 songs. This will help you make and share them. Based on KZAK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.9%
  • Ruby 30.1%