Flowdock
method

install_using_http

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: Plugin
install_using_http() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/commands/plugin.rb, line 187
    def install_using_http
      root = rails_env.root
      mkdir_p "#{root}/vendor/plugins"
      Dir.chdir "#{root}/vendor/plugins"
      RecursiveHTTPFetcher.new(uri).fetch
    end
Register or log in to add new notes.