Skip to content

Commit

Permalink
Reinstate rails:update:configs task removed in e1fdc8b
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Dec 1, 2009
1 parent fe31910 commit df9f5e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions railties/lib/rails/tasks/framework.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df9f5e7

Please sign in to comment.