Database |
| Listings |
| There are 13 listings in this category. Add your listing here |
|
Create a new DB2 database for use in a Rails project [VIDEO] Flash Video Demo on how to create a new DB2 database for use in a Rails project.
(Hits: 415 | Votes: 0 | Visited: 119 | Added: 2006-06-25 21:24:15)
|
|
Create a simple application using Rails and DB2 [VIDEO] Flash Video Demo on how to create a simple application using Rails and DB2
(Hits: 415 | Votes: 0 | Visited: 128 | Added: 2006-06-25 21:25:54)
|
|
Starter Toolkit for DB2 on Rails
Users starting with Ruby and Rails are faced with the task of downloading source code, obtaining compilers, compiling code, and finding a relational database to use. Starter Toolkit for DB2® on Rails is a conveniently-packaged set of products and technologies that enables the quick creation of a configuration for building DB2 Web applications using Ruby on Rails technology.
(Hits: 415 | Votes: 0 | Visited: 137 | Added: 2006-06-25 21:28:01)
|
|
The Joy of Migrations
Migrations are one of the more exciting features in Rails today. I think they’re wonderful and that they should be used. I’ll go over how any why you should use these gems...
(Hits: 416 | Votes: 0 | Visited: 123 | Added: 2006-05-22 13:47:31)
|
|
An introduction to Ruby on Rails for DB2 developers
IBM DeveloperWorks has a helpful howto on how to bring the worlds of Ruby on Rails and your DB2 framework together. From the article: 'Because Rails emerged from the open source world, until recently you had to use MySQL or PostgreSQL to work with it. Now that IBM has released a DB2 adapter for Rails, it's possible to write efficient Web applications on top of your existing DB2 database investment.'
(Hits: 416 | Votes: 0 | Visited: 127 | Added: 2006-06-25 21:21:43)
|
|
Easy migration between Databases
Tobias Lütke needed to migrate a database from one architecture to another but needed to copy the data across intact. To ensure that the format would be architecture agnostic, he's created a plugin that dumps the data to YAML and then reloads it back into the database at the other end. It's a simple rake task, and Tobi gives quick and easy instructions.
(Hits: 416 | Votes: 0 | Visited: 115 | Added: 2006-07-16 00:30:22)
|
|
Starting with Ruby and Oracle
In this post i’ll explore some ways of using Ruby with an Oracle database. I’ve installed ruby on my windows laptop and i’m using Oracle Express Edition running on CentOS using vmware.
(Hits: 416 | Votes: 0 | Visited: 154 | Added: 2006-07-16 00:45:41)
|
|
Setting up Ruby and Ruby's Oracle bindings
A basic tutorial to setting up Ruby and Ruby's Oracle bindings on a Hewlett Packard UNIX based machine.
(Hits: 416 | Votes: 0 | Visited: 130 | Added: 2006-07-16 00:48:34)
|
|
Dump or Slurp YAML Reference Data (and Fixtures)
Sometimes you need to save data and use it again when you deploy a server or continue a project on a different machine.
I wrote a plugin for ActiveRecord that lets you do this easily. It adds two class methods that let you dump_to_file and load_from_file. The contents are written to the ‘db’ directory with the table name as the filename. When you call Model.load_from_file, existing data in that table is deleted and reloaded, but primary key id’s are kept intact. ...
(Hits: 417 | Votes: 0 | Visited: 110 | Added: 2006-05-22 12:50:02)
|
|
<< Start < Prev 1 2 Next > End >> |