method
install_using_checkout
v1.0.0 -
Show latest stable
- Class:
Plugin
install_using_checkout()private
No documentation available.
# File railties/lib/commands/plugin.rb, line 174
def install_using_checkout
root = rails_env.root
mkdir_p "#{root}/vendor/plugins"
system("svn checkout #{uri} #{root}/vendor/plugins/#{name}")
end