#77

Sequel: The Database Toolkit for Ruby

Ruby Sequel is a lightweight database toolkit for Ruby.

Link: sequel.rubyforge.org

  • Sequel::Plugins::PgRow

    sequel.rubyforge.org 12 May '13, 8pm

    The pg_row plugin allows you to use Sequel::Model classes as composite type classes, via the pg_row extension. So if you have an address table: DB.create_table(:address) do String :street String :city String :zip end and a company table with an address: DB.create_table(:company) do St...

  • active_record.rdoc

    sequel.rubyforge.org 16 Apr '13, 7am

    and ActiveRecord use the active record pattern of database access, where model instances are objects that wrap a row in a database table or view, encapsulating the database access, and adding domain logic on that data. Just like ActiveRecord, Sequel supports both associations and inhe...

  • Sequel::Dataset

    sequel.rubyforge.org 28 Mar '13, 7pm

    Should be a hash with keys being symbols of column aliases, and values being either symbols or arrays with one to three elements. If the value is a symbol, it is assumed to be the same as a one element array containing that symbol. The first element of the array should be the table al...

  • Sequel::Model::ClassMethods

    sequel.rubyforge.org 16 Apr '13, 3pm

    Whether to raise an error when unable to typecast data for a column (default: true). This should be set to false if you want to use validations to display nice error messages to the user (e.g. most web applications). You can use the validates_not_string validations (from either the va...

  • dataset_filtering.rdoc

    sequel.rubyforge.org 23 Mar '13, 6pm

    dataset_filtering.rdoc doc/dataset_filtering.rdoc Last Update: 2012-07-13 09:26:05 -0700 Dataset Filtering Sequel is very flexibile when it comes to filtering records. You can specify your conditions as a custom string, as a string with parameters, as a hash of values to compare again...

  • Sequel: The Database Toolkit for Ruby - Documentation

    sequel.rubyforge.org 04 Apr '13, 3am

    Jeremy Evans's "The Development of Sequel" Presentation in May 2012 at Heroku Jeremy Evans's "Sequel: The Database Toolkit for Ruby" Presentation at PostgreSQL Conference West 2011 Jeremy Evans's "Sequel: SQL in Ruby" Presentation at Lone Star Ruby Conference 2009 Jeremy Evans's "Sequ...

    Related:
    1. ANN: Sequel 3.46.0 Released ruby-forum.com 02 Apr '13, 5pm
  • pg_json.rb

    sequel.rubyforge.org 29 Jun '12, 11pm

    The pg_json extension adds support for Sequel to handle PostgreSQL's json type. It is slightly more strict than the PostgreSQL json type in that the object returned must be an array or object (PostgreSQL's json type considers plain numbers and strings as valid). This is because Sequel...

  • migration.rdoc

    sequel.rubyforge.org 06 May '12, 11pm

    Migrations are optional, you don't have to use them. You can always just create the necessary database structure manually using Sequel's schema modification methods or another database tool. However, if you are dealing with other developers, you'll have to send them all of the changes...

Related

haml-lang.com
Haml
nokogiri.org
Nokogiri
mongomapper.com
MongoMapper
sequel.heroku.com
Blog II - The Sequel Blog
rvm.beginrescueend.com
RVM
macromates.com
TextMate — The Missing Editor for Mac OS X
git-scm.com
Git - Fast Version Control System
datamapper.org
DataMapper - DataMapper
gembundler.com
Bundler: The best way to manage a Ruby application's gems
adam.heroku.com
a tornado of razorblades
modrails.com
Phusion Passenger application server
ruby-lang.org
Ruby Programming Language
ar.rubyonrails.org
Active Record -- Object-relation mapping put on rails
imagemagick.org
ImageMagick: Convert, Edit, Or Compose Bitmap Images
jruby.org
Home — JRuby.org
postgresql.org
PostgreSQL: Welcome
sqlite.org
SQLite Home Page
rubyeventmachine.com
eventmachine @ GitHub
jquery.com
jQuery: The Write Less, Do More, JavaScript Library
rspec.info
RSpec.info: home
sinatrarb.com
Sinatra
erlang.org
Erlang Programming Language
couchdb.apache.org
Apache CouchDB: The Apache CouchDB Project
tenderlovemaking.com
Tender Lovemaking | tenderlovemaking.com
rubyenterpriseedition.com
Welcome — Ruby Enterprise Edition
redcloth.org
RedCloth - Textile markup language for Ruby
nginx.net
nginx news
rubygems.org
RubyGems.org | your community gem host
ramaze.net
Ramaze • The Web Framework for Rubyists
cukes.info
Cucumber - Making BDD fun
symfony-project.org
symfony | Web PHP Framework
macruby.org
MacRuby
merbcamp.com
MerbCamp: We're going camping!
brainspl.at
Brainspl.at