浏览 2359 次
锁定老帖子 主题:Boson:超越Rake的另一选择?
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2009-11-02
相信大多数Ruby开发者对Rake都不陌生,而那些Rails开发者更是每天都要与它打交道。每天看着task...do...end,你需要一些新鲜玩意儿了,Gabriel Horner为我们带来了一个新的命令/任务框架,那就是Boson。 引用
bash> boson libraries
+----------+----------+------+--------------+ | name | commands | gems | library_type | +----------+----------+------+--------------+ | core | 6 | | module | | web_core | 3 | | module | +----------+----------+------+--------------+ 2 rows in set
# Let's list boson's default libraries module Brain # Help Brain live his dream def take_over(destination) puts "Pinky, it's time to take over the #{destination}!" end end
bash> boson take_over farm Pinky, it's time to take over the farm!
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2009-11-02
不是,我只是轉過來~
|
|
返回顶楼 | |
发表时间:2009-11-02
真空跳跃 写道 infoq上那个也是你?
熱烈歡迎某領導歸來~~~ |
|
返回顶楼 | |