This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.document | Mon Apr 06 14:37:32 -0700 2009 | |
| |
.gitignore | Fri Oct 09 02:28:39 -0700 2009 | |
| |
LICENSE | Mon Apr 06 14:37:32 -0700 2009 | |
| |
README.md | Fri Aug 07 06:11:25 -0700 2009 | |
| |
Rakefile | Sun Nov 08 03:16:04 -0800 2009 | |
| |
VERSION.yml | Wed Aug 05 11:54:04 -0700 2009 | |
| |
init.rb | Wed Jan 14 15:51:22 -0800 2009 | |
| |
lib/ | Fri Aug 07 06:11:42 -0700 2009 | |
| |
rails_sequel.gemspec | Fri Oct 09 12:27:14 -0700 2009 | |
| |
spec/ | Wed Aug 05 11:51:12 -0700 2009 | |
| |
tasks/ | Wed Jan 21 14:12:45 -0800 2009 |
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)







