Skip to content

Commit

Permalink
Updating docs with info how to make Merb run with the gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
pk committed May 12, 2009
1 parent b611e0d commit f5ef08c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rdoc
Expand Up @@ -21,6 +21,19 @@ In Merb, add it as a dependency to your config/dependencies.rb:

dependency 'pk-merb_sequel', :require_as => 'merb_sequel'

<b>Because of Merb ORM plugin loading mechanism you neeed to change init.rb</b>:

use_orm :sequel

to

Merb.orm = :sequel

If you don't do this Merb will complain that there is no merb_sequel gem also
if you have merb_sequel installed it will load your system wide gem instead of
the pk-merb_sequel gem.


== Compatibility

===Ruby 1.8.7:
Expand Down

0 comments on commit f5ef08c

Please sign in to comment.