pusewicz / rails_sequel
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| 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)
