Skip to content

Instantly share code, notes, and snippets.

@travisdmathis
Created January 6, 2015 23:18
Show Gist options
  • Save travisdmathis/458dd7fad7b5bb4455c3 to your computer and use it in GitHub Desktop.
Save travisdmathis/458dd7fad7b5bb4455c3 to your computer and use it in GitHub Desktop.
Phish - Lawn Boy
2013
JEMP1077
Phish - Lawn Boy
1990
AGO 1992
Phish - Lawn Boy
2013
JEMP-1077
[#<Hashie::Mash barcode=["023138539211"] catno="AGO 1992" community=#<Hashie::Mash have=781 want=320> country="US" format=["Vinyl", "LP", "Album"] genre=["Rock"] id=310607 label=["Absolute A Go Go Records"] resource_url="https://api.discogs.com/masters/310607" style=["Alternative Rock", "Art Rock", "Psychedelic Rock", "Arena Rock"] thumb="https://api.discogs.com/images/R-150-2547627-1292162460.jpeg" title="Phish - Lawn Boy" type="master" uri="/Phish-Lawn-Boy/master/310607" year="1990">, #<Hashie::Mash barcode=["825084977020", "JEMP-1077-A", "JEMP-1077-B", "JEMP-1077-C", "95136 1A", "95136 1B", "95136 1C", "CB"] catno="JEMP1077" community=#<Hashie::Mash have=614 want=108> country="US" format=["Vinyl", "LP", "Vinyl", "LP", "Single Sided", "Etched", "All Media", "Album", "Reissue", "Remastered", "Limited Edition"] genre=["Rock"] id=4493153 label=["Jemp Records", "Archer Studios", "Bernie Grundman Mastering", "Bernie Grundman Mastering", "Record Industry", "Furnace MFG", "Jemp Records", "Phish", "Phish"] resource_url="https://api.discogs.com/releases/4493153" style=["Alternative Rock", "Art Rock", "Psychedelic Rock", "Arena Rock"] thumb="https://api.discogs.com/images/R-150-4493153-1388736257-1694.jpeg" title="Phish - Lawn Boy" type="release" uri="/Phish-Lawn-Boy/release/4493153" year="2013">, #<Hashie::Mash barcode=["023138539211"] catno="AGO 1992" community=#<Hashie::Mash have=33 want=172> country="US" format=["Vinyl", "LP", "Album"] genre=["Rock"] id=2547627 label=["Absolute A Go Go Records"] resource_url="https://api.discogs.com/releases/2547627" style=["Alternative Rock", "Art Rock", "Psychedelic Rock", "Arena Rock"] thumb="https://api.discogs.com/images/R-150-2547627-1292162460.jpeg" title="Phish - Lawn Boy" type="release" uri="/Phish-Lawn-Boy/release/2547627" year="1990">, #<Hashie::Mash barcode=[] catno="JEMP-1077" community=#<Hashie::Mash have=6 want=24> country="US" format=["Vinyl", "LP", "Test Pressing", "Vinyl", "LP", "Single Sided", "Etched", "Test Pressing", "All Media", "Reissue", "Remastered"] genre=["Rock"] id=5109722 label=["Jemp Records"] resource_url="https://api.discogs.com/releases/5109722" style=[] thumb="https://api.discogs.com/images/R-150-5109722-1384750975-9357.jpeg" title="Phish - Lawn Boy" type="release" uri="/Phish-Lawn-Boy/release/5109722" year="2013">]
<%= search.results.each do |release| %>
<h1> <%= release.title %> </h1>
<h2> <%= release.year %> </h2>
<h3> <%= release.catno %> </h3>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment