No description
This repository has been archived on 2026-05-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • HTML 74.2%
  • Ruby 12.1%
  • JavaScript 7.9%
  • CSS 5.2%
  • CoffeeScript 0.3%
  • Other 0.3%
Find a file
2014-07-21 12:07:22 +02:00
app Merge branch 'master' of github.com:paweljw/beeronrails 2014-07-21 12:07:22 +02:00
config Completed #58 - there's an about page now 2014-07-18 16:10:23 +02:00
db Added newrelic gem, completed #43, turned on asset compression. I think I'm done here for today. 2014-07-12 23:34:36 +02:00
doc Well, now I know what rake doc:app does. I need to document this thing... 2014-07-09 20:56:20 +02:00
html Added newrelic gem, completed #43, turned on asset compression. I think I'm done here for today. 2014-07-12 23:34:36 +02:00
lib Added newrelic gem, completed #43, turned on asset compression. I think I'm done here for today. 2014-07-12 23:34:36 +02:00
log Basic intro stuff, rails app setup 2014-07-07 13:44:19 +02:00
public Merge branch 'master' of github.com:paweljw/beeronrails 2014-07-18 16:13:48 +02:00
script Basic intro stuff, rails app setup 2014-07-07 13:44:19 +02:00
test Wrote some tests and had Travis execute them 2014-07-18 16:48:09 +02:00
vendor Basic intro stuff, rails app setup 2014-07-07 13:44:19 +02:00
.gitignore Merge branch 'master' of github.com:paweljw/beeronrails 2014-07-18 16:13:48 +02:00
.ruby-version Added ruby-version file 2014-07-18 16:16:13 +02:00
.travis.yml Wrote some tests and had Travis execute them 2014-07-18 16:48:09 +02:00
config.ru Basic intro stuff, rails app setup 2014-07-07 13:44:19 +02:00
Gemfile Completed #51 - sitemap generation gem added 2014-07-18 15:35:20 +02:00
Gemfile.lock Completed #51 - sitemap generation gem added 2014-07-18 15:35:20 +02:00
Rakefile Basic intro stuff, rails app setup 2014-07-07 13:44:19 +02:00
README.md Completed #57, and - note to past self who wrote the issue - that's actually README.md. 2014-07-18 15:19:41 +02:00
README.rdoc Basic intro stuff, rails app setup 2014-07-07 13:44:19 +02:00

Beer on Rails

Motivation

I collect beer bottle stickers, and I have a lot (>500) of them. This is an online application which helps me keep track of what I do and don't have, written in Rails 3. It stores the name, photo, country, brewery - and a lot of different information - for each beer. It also provides sorting and filtering functions which help me when incorporating new items into my collection.

Deployment

A live example can be seen at http://brew.steamshard.net - this is the database for my actual collection, now completely migrated into Beer on Rails. Make note that the online version is the latest master, and will usually lack features from the current development branch.

Development

Beer on Rails is under ongoing development - right now it's facing a port to Rails 4.

The project has also spawned a library, ean-country, which translates the country prefixes in EAN-13 barcodes to ISO 3166 country codes. It's also available as a gem under gem install ean-country.