Skip to content

Commit

Permalink
Add note about requiring to the README, with example for bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Mar 20, 2011
1 parent 6d1d7c8 commit 55e49ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rdoc
Expand Up @@ -131,6 +131,11 @@ above, please test and send me a report including:
sequel_pg does it's own timestamp conversions. The :local and :utc
settings for database_timestamp and application_timestamp do work,
as does setting the datetime_class to DateTime.
* You do not need to require the library, the sequel postgres adapter
will require it automatically. If you are using bundler, you
should add it to your Gemfile like so:

gem 'sequel_pg', :require=>'sequel'

== Author

Expand Down

0 comments on commit 55e49ea

Please sign in to comment.