1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Reinstate rails:update:configs task removed in e1fdc8b

This commit is contained in:
Jeremy Kemper 2009-12-01 13:27:59 -08:00
parent fe319103db
commit df9f5e771b

View file

@ -100,6 +100,11 @@ namespace :rails do
generator.invoke(method)
end
desc "Update config/boot.rb from your current rails install"
task :configs do
invoke_from_app_generator :create_boot_file
end
desc "Update Prototype javascripts from your current rails install"
task :javascripts do
invoke_from_app_generator :create_prototype_files