datamapper / dm-rails

Integrate DataMapper with Rails 3
http://datamapper.org/
MIT License
175 stars 39 forks source link

Use database url #49

Closed dkubb closed 9 years ago

dkubb commented 9 years ago

This branch will use the DATABASE_URL environment variable when available. This is necessary for dm-rails to work with a Rails 4 app on heroku.

dkubb commented 9 years ago

@mbj this is ready for review.

mbj commented 9 years ago

@dkubb Finished code only pass.