Method: Bj::API#plugin

Defined in:
lib/bj/api.rb

#plugin(options = {}) ⇒ Object

install plugin into this rails app



155
156
157
158
159
160
161
# File 'lib/bj/api.rb', line 155

def plugin options = {}
  options.to_options!
  options[:verbose] = true
  chroot do
    util.spawn "#{ Bj.ruby } ./script/plugin install http://codeforpeople.rubyforge.org/svn/rails/plugins/bj --force", options
  end
end