Repository is archived
No commit activity in last 3 years
No release in over 3 years
rails_sequel allows you to quickly use Sequel Toolkit as your ORM in Ruby on Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

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 ]

Development

Install gems:

bundle install

(Tested on Ruby 1.8.7-p375 with Bundler 1.7.3)

Run specs:

bundle exec spec spec/*_spec.rb

Community

IRC Channel

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