[Rails] Re: I Love Ruby updated - the free Ruby programming book

2018-03-09 Thread Gerald Bauer
Hello, Just published the talk notes from Vienna.rb on "Build (Online) Books and Documentation w/ Octobook Themes and the Jekyll (Static) Website Compiler" [1]. The agenda reads: - What's a Jekyll Theme? - What's Dr Jekyll's? - Jekyll Themes 'n' GitHub Pages - What's the Jekyll

[Rails] [ANN] beer.db Now Includes Web Admin Rails Engine - mount BeerDbAdmin::Engine

2014-01-25 Thread Gerald Bauer
Hello, FYI: The beer.db - a free open public domain beer, brewery n brewpubs dataset - now includes a web admin Rails engine that you can include in your web app. Example: mount BeerDbAdmin::Engine, :at = '/db' See the Rails engine in action [1]. More info in the README.md [2].

[Rails] [ANN] Super Bowl XLVIII (American Football) Fixtures and Match Picks (w/ Open Source Rails Web App)

2013-12-23 Thread Gerald Bauer
Hello, Still a litte rough - I've reconfigured the sportbook [1] (an open source Ruby on Rails web app for match picks/predictions) for the Super Bowl XLVIII (that is, for American Football). The sportdb gem lets you load the plain text fixtures into your SQL database of choice; see the

[Rails] [ANN] Super Bowl XLVIII (American Football) Fixtures and Match Picks (w/ Open Source Rails Web App)

2013-12-23 Thread Gerald Bauer
Hello, Still a litte rough - I've reconfigured the sportbook [1] (an open source Ruby on Rails web app for match picks/predictions) for the Super Bowl XLVIII (that is, for American Football). The sportdb gem lets you load the plain text fixtures into your SQL database of choice; see the

[Rails] What's New in Rails? New List (Wiki Page on GitHub) for Finding Rails News

2013-11-10 Thread Gerald Bauer
Hello, For the upcoming Vienna.rb talk on the new Planet Ruby site [1][2] I've put together a wiki page about Rails News Options Alternatives. For example: - Ruby on Rails Blog - Rails Talk Mailing List (Yes!) - Planet Ruby on Rails (planetrubyonrails.com) - Rails Casts

[Rails] [ANN] Sportbook - Open Source Football Betting Pool Ready for Champions League 2013/14 in Rails

2013-09-16 Thread Gerald Bauer
Hello, I've reconfigured the Sportbook app with new match fixtures for more fun for the upcoming Champions League 2013/14 [1]. You're welcome to add your own fixtures. More tournament example include - Deutsche Bundesliga 2013/14, - English Premier League 2013/14, - Spanish La Liga

[Rails] [ANN] football.db Now Includes Web Admin Rails Engine - mount SportDbAdmin::Engine

2013-08-25 Thread Gerald Bauer
Hello, The open football database (football.db)[1] now includes a web admin Rails engine that you can include in your web app. Example: mount SportDbAdmin::Engine, :at = '/db' See the Rails engine in action[2] in the Sportbook - a free football (soccer) match predication bookie -

[Rails] [ANN] sport.db - A Free Open Sports Database Schema (Football Fixtures More)

2012-10-08 Thread Gerald Bauer
Hello, I've extracted from the Sportbook (formerly Wettpool)[1] the football fixtures for easy reuse. The open sports database[2] also includes a little command line tool (Ruby gem), that is, sportdb and a sample web admin tool[3] in Ruby on Rails. Events in the sport.db include - the

[Rails] [ANN] Wettpool - Open Source Sports Betting Pool Ready for Euro 2012 (in Rails 3.2+)

2012-06-04 Thread Gerald Bauer
Hello, In less than a week the European Football Championship (aka Euro 2012) kicks off. For more fun I've created a free, open source sports betting pool in Ruby on Rails. Also works for the Champions League or other tournaments. For more info (Sources, Demo, etc.) see @