public
Description: Ruby on Rails plugin for Sequel
Homepage:
Clone URL: git://github.com/pusewicz/rails_sequel.git
name age message
file .document Mon Apr 06 14:37:32 -0700 2009 Improve gem generation. Bump version [Piotr Usewicz]
file .gitignore Fri Oct 09 02:28:39 -0700 2009 Added gemcutter support [Piotr Usewicz]
file LICENSE Mon Apr 06 14:37:32 -0700 2009 Improve gem generation. Bump version [Piotr Usewicz]
file README.md Fri Aug 07 06:11:25 -0700 2009 We don't need to specify version [Piotr Usewicz]
file Rakefile Sun Nov 08 03:16:04 -0800 2009 Update Jeweler installation info [Piotr Usewicz]
file VERSION.yml Wed Aug 05 11:54:04 -0700 2009 Version bump to 0.2.1 [Piotr Usewicz]
file init.rb Wed Jan 14 15:51:22 -0800 2009 Fixed gemspec again [Piotr Usewicz]
directory lib/ Fri Aug 07 06:11:42 -0700 2009 Trim whitespace [Piotr Usewicz]
file rails_sequel.gemspec Fri Oct 09 12:27:14 -0700 2009 Add rubyforge_project configuration [Piotr Usewicz]
directory spec/ Wed Aug 05 11:51:12 -0700 2009 Update spec helper for newer Sequel [Piotr Usewicz]
directory tasks/ Wed Jan 21 14:12:45 -0800 2009 Add sequel:redo, sequel:rollback, sequel:versio... [Piotr Usewicz]
README.md

Sequel for Rails

Installation

Using Rails plugin script:

script/plugin install git://github.com/pusewicz/rails_sequel.git

Using Rails 2.1 Gem dependencies

Install the gem

gem sources -a http://gems.github.com
gem install pusewicz-rails_sequel

Load the gem in environment.rb

Rails::Initializer.run do |config|
  config.gem 'pusewicz-rails_sequel', :lib => 'rails_sequel', :source => 'http://gems.github.com'
end

Optional

Remove ActiveRecord framework in environment.rb file:

config.frameworks -= [ :active_record ]

Community

IRC Channel

You can find us on #sequel channel (irc://irc.freenode.net/#sequel)