mattephraim.com
matthew ephraim's blog
http://mattephraim.com/page/2
March 30th, 2009. March 29th, 2009. February 5th, 2009. This is a quick little Ruby trick that I thought was pretty neat. If you have a Rake file and you have a bunch of similar tasks that you don’t want to have to write by hand, you can dynamically generate the Rake tasks by using a little bit of Ruby code. Namespace :modify do [:music, :documents, :application, :home].each do directory task directory do change contents(directory) end end end. Syntax Highlighting is Fun. February 3rd, 2009. PDF thumbnai...
spice-of-life.net
TapKit
http://www.spice-of-life.net/tapkit/index_ja.html
TapKitはApple Computer社のWebアプリケーションサーバ WebObjects のデータベースフレームワークである Enterprise Objects Framework を参考にしています WebObjects基礎研究室. Tapkit-0.5.2.tar.gz. MySQL, PostgreSQL - Ruby/DBI. TapKitが対応するデータベース MySQL, PostgreSQLなど を使ってtmlを動かすことができます。 2004/6/16: 0.5.2をリリース。 2004/5/12: 0.5.1をリリース。 2004/4/15: 0.5.0をリリース。 2004/2/11: 0.4.1をリリース。
blog.opsb.co.uk
Getting started with ruby DBI and mysql - opsb
http://blog.opsb.co.uk/getting-started-with-ruby-dbi-and-mysql
Laquo; Back to blog. Getting started with ruby DBI and mysql. DBI is a database api based on Perls' DBI. It's great for those occasions where you want to interact with a database in a script, or perhaps when you have a really lightweight app that doesn't need an ORM framework. Ok, it took quite a bit of searching around but this is the magic recipe that will get everything you need installed on ubuntu. Sudo apt-get install mysql-client sudo apt-get install libmysqlclient15-dev. Row = dbh.select one("...
tagaholic.me
Tagaholic - Hirb - And Tables for All
http://tagaholic.me/2010/03/11/hirb-and-tables-for-all.html
Hirb - And Tables for All. Almost a year ago. Started as an itch to get mysql-like tables for Rails’. Models. Now, hirb 0.3.0. Provides table views for ten additional. Database gems. Whether you use hirb with couch, mongo, riak or any of the databases supported by sequel. Hirb essentially turns irb into a database-agnostic database shell. Here are the list of additional database gems and their modules/classes that now have table views:. MongoMapper: Document, MongoMapper: EmbeddedDocument. Urlcreate :nam...
functionalelegant.blogspot.com
Functional and Elegant: Deploying Rails on Windows
http://functionalelegant.blogspot.com/2008/05/deploying-rails-on-windows.html
A collection of problems and solutions from the technology I use in day-to-day life. Thursday, May 29, 2008. Deploying Rails on Windows. Why would you want to deploy Rails on Windows? With tools like Capistrano, surely deploying on Linux is the obvious choice. Well there are (at least) two valid reasons to deploy Rails on Windows:. Which is only available on Windows. Gather and Install Necessary Software. V 186) - Download the Ruby One-click Installer for Windows. Gem update - system gem install rails.
functionalelegant.blogspot.com
Functional and Elegant: May 2008
http://functionalelegant.blogspot.com/2008_05_01_archive.html
A collection of problems and solutions from the technology I use in day-to-day life. Thursday, May 29, 2008. Deploying Rails on Windows. Why would you want to deploy Rails on Windows? With tools like Capistrano, surely deploying on Linux is the obvious choice. Well there are (at least) two valid reasons to deploy Rails on Windows:. Which is only available on Windows. Gather and Install Necessary Software. V 186) - Download the Ruby One-click Installer for Windows. Gem update - system gem install rails.
samizdat.nongnu.org
Samizdat: Co-op Engine
http://samizdat.nongnu.org/release-notes/graffiti-1.0.html
Graffiti 1.0 (2010-03-14). Graffiti is an RDF store based on dynamic translation of RDF queries into SQL. Graffiti allows to map any relational database schema into RDF semantics and vice versa, to store any RDF data in a relational database. Since 2003, this RDF store was used as the primary means of data access in the Samizdat. Open publishing engine, and now it's released as a stand-alone module ready for use in other applications. Graffiti-1.0.tar.gz (65k). Title WHERE (dc: date? OPTIONAL: optional g...