mattconnolly / rails-backup-migrate

A gem providing a rake task for backing up and migrating databases and files between rails instances.
Other
26 stars 16 forks source link

RAILS_ROOT is deprecated #6

Closed LukasBeaton closed 12 years ago

LukasBeaton commented 12 years ago

RAILS_ROOT is deprecated and does not work in Rails 3.1

You should use Rails.root instead...

mattconnolly commented 12 years ago

I know. I've made the change in the repository, but haven't released the gem yet as I'm still testing some ruby 1.8 v 1.9 differences.