talia_core 0.4.15 → 0.4.16
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
@@ -35,5 +35,8 @@ system("rake db:migrate")
|
|
35
35
|
puts "Install the adminstration backend"
|
36
36
|
Rails::Generator::Scripts::Generate.new.run(%w(talia_admin))
|
37
37
|
|
38
|
+
# Reload the "boot" file
|
39
|
+
load File.dirname(__FILE__) + '/../config/boot'
|
40
|
+
|
38
41
|
migration_path = File.join(RAILS_ROOT, 'db', 'migrate')
|
39
42
|
ActiveRecord::Migrator.migrate(migration_path)
|