pusewicz / rails_sequel
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tag:
v0.2.1
Piotr Usewicz (author)
Fri Aug 07 06:10:01 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.document | Mon Apr 06 14:37:32 -0700 2009 | |
| |
.gitignore | ||
| |
LICENSE | Mon Apr 06 14:37:32 -0700 2009 | |
| |
README.md | ||
| |
Rakefile | ||
| |
VERSION.yml | Wed Aug 05 11:54:04 -0700 2009 | |
| |
init.rb | Wed Jan 14 15:51:22 -0800 2009 | |
| |
lib/ | ||
| |
rails_sequel.gemspec | ||
| |
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', :version => '0.1.4', :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)

