pivotalexperimental / desert

Desert is a component framework for Rails that allows your plugins have a Rails app like directory structure, routes, migrations, and dependencies.
http://desert.rubyforge.org
186 stars 31 forks source link

Conflict with resource_controller? #6

Open dblue opened 14 years ago

dblue commented 14 years ago

Is there a conflict with resource_controller? I've tried to use both as gems in an application, only to have ruby hang when I attempt anything that loads the environment (script/console, script/server, rake db:migrate, etc.).