Module: MinaCakePHP
- Defined in:
- lib/mina-cakephp/helpers.rb
Instance Method Summary collapse
Instance Method Details
#cake_cmd(cmd) ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'lib/mina-cakephp/helpers.rb', line 3 def cake_cmd (cmd) real_cmd = "yes | " + cake_console_path + " #{cmd}" queue %{ echo "-----> Running CakePHP script 'cake #{cmd}'" #{echo_cmd real_cmd} && echo "-----> Done." } end |
#cake_console_path ⇒ Object
13 14 15 |
# File 'lib/mina-cakephp/helpers.rb', line 13 def cake_console_path cake_path + "/lib/Cake/Console/cake" end |