软件发展趋势:JRuby语言全面进入商业领域
由Gudao Luo在2007-12-31 at 22:00发表的
Ruby语言:Ruby语言2007年最好的新闻博客
由Gudao Luo在2007-12-31 at 12:44发表的
Ruby语言:Ruby语言2007年最重要的十二个工具
由Gudao Luo在2007-12-30 at 19:46发表的
Rails框架:基于网络界面的Capistrano管理工具
由Gudao Luo在2007-12-29 at 00:58发表的

- 摘要
Webistrano is a Web UI for managing Capistrano deployments. It lets you manage projects and their stages like test, production, and staging with different settings. Those stages can then be deployed with Capistrano through Webistrano.
- Capistrano是什么?
- 工具 Capistrano 可以实现执行远程客户端或者服务器命令。
- 安装方法:
cp config\database.yml.sample config/database.yml
vi config/database.yml
mysqladmin -u root -proot create webistrano
rake db:migrate RAILS_ENV=production
cp config\webistrano_config.rb.sample config/webistrano_config.rb
vi config\webistrano_config.rb
vi config\database.yml
Ruby语言:Google Code的Ruby语言开源项目
由Gudao Luo在2007-12-28 at 03:55发表的
Rails博客:深入学习和使用Rails框架
由Gudao Luo在2007-12-27 at 02:22发表的
Ruby语言:Ruby语言1.9版本的开发版正式发行
由Gudao Luo在2007-12-26 at 00:50发表的
网络工具:Google Talk让你与所有人聊天
由Gudao Luo在2007-12-25 at 00:42发表的
软件工具:远程控制桌面(个人使用免费)
由Gudao Luo在2007-12-23 at 00:19发表的
网站推荐:日本Ruby语言技术新闻博客网站
由Gudao Luo在2007-12-22 at 00:29发表的

- 说明
- 有点新鲜和惊喜 是一个很好的Ruby语言技术新闻与博客网站;
- 有点新鲜和惊喜 是一个日本语网站;
- 有点新鲜和惊喜 是一个类似于 rubyinside.com ,但是它更面向技术。
软件发展趋势: 2007年最畅销时尚的电子产品是什么
由Gudao Luo在2007-12-21 at 23:01发表的
网络阅读:NetBeans 6.x vs Eclipse 3.x 第一局
由Gudao Luo在2007-12-20 at 21:55发表的
- 核心摘要
Ruby语言:重要的软件包BackgroundFu
由Gudao Luo在2007-12-19 at 21:46发表的
网站推荐:中文Ubuntu论坛
由Gudao Luo在2007-12-18 at 13:08发表的
Ruby世界:中文Ruby论坛在哪里?
由Gudao Luo在2007-12-17 at 16:42发表的
Ruby语言:Ruby语言开始走向真正的商业之路?
由Gudao Luo在2007-12-16 at 11:24发表的
Rails框架:谁在为Rails框架贡献代码?
由Gudao Luo在2007-12-15 at 21:22发表的
Ruby语言工具:使用工具irb变得更加方便
由Gudao Luo在2007-12-14 at 21:49发表的

- 工具名称
- Utility Belt
- 安装方法
- gem install utility_belt
- vi
%USER_HOME%\.irbrc - 增加下面代码到文件.irbrc中
require ‘rubygems’
require ‘utility_belt’ %USER_HOME%[Windows] =: C:\Documents and Settings\gudao%USER_HOME%[Ubuntu] =: /home/gudao
- 使用方法
- 打开系统终端
- irb【回车键】
- >> grep_classes(“num”)【回车键】
#=> [“Bignum”, “Fixnum”, “Numeric”, “REXML::SyncEnumerator”]
通讯软件:不一样的网络电话jaxtr
由Gudao Luo在2007-12-13 at 18:03发表的
网站推荐:不错的视频网站Veoh
由Gudao Luo在2007-12-12 at 09:40发表的
软件发展动态:谁是MySQL数据库最大消费者?
由Gudao Luo在2007-12-11 at 01:33发表的
Rails框架:Rails版本2.0技术资料集
由Gudao Luo在2007-12-09 at 00:35发表的
网站推荐:Ruby和Rails重要博客和新闻网站
由Gudao Luo在2007-12-08 at 00:09发表的
网络工具:把你的博客变成pdf文件
由Gudao Luo在2007-12-07 at 22:58发表的
办公软件:完全免费的词霸软件
由Gudao Luo在2007-12-06 at 06:46发表的
网络新闻:Google搜索实验室有什么?
由Gudao Luo在2007-12-05 at 06:49发表的
Ruby语言:你的代码Ruby有重复吗?
由Gudao Luo在2007-12-04 at 21:21发表的

- 说明
- PDM 是一款十分重要的Java语言的软件静态代码分析工具;
- 上图CPD(Copy/Paste Detector)工具是PDM的一种部分,也可以分析Ruby语言的重复代码;
- 网络使用链接:这里
- PDM工具也可以在Eclipse上作为插件使用;
- Eclipse URL:http://pmd.sf.net/eclipse
- Finding copy/pasted code in a Rails app
开发工具:NetBeans成为开发Ruby软件的主流工具
由Gudao Luo在2007-12-03 at 09:44发表的
Ruby世界:最新和最快发现gem软件包
由Gudao Luo在2007-12-02 at 01:38发表的
Ruby世界:Ruby语言网络框架出现重要的支流
由Gudao Luo在2007-12-01 at 23:44发表的
- 在Windows系统和Ruby 1.8.6版本上安装Merb方法
- 说明
- 要是在执行命令时,还缺少软件包,就按照提示安装相关的软件包,如信息提示:
ERROR: While executing gem ... (RuntimeError)
Error instaling pkg\merb-0.4.2.gem:
merb requires ruby2ruby > 0.0.0 - Merb 0.4.1之前版本在Windows上会发生问题;
- Merb 0.4.1在JRuby语言上还不能实现运行【2007.12.01】;
- 要是在执行命令时,还缺少软件包,就按照提示安装相关的软件包,如信息提示:
- 参考资料
- http://brainspl.at/articles/tag/merb
- http://www.infoq.com/news/2007/08/performance-ruby-on-merb
- http://www.aidanf.net/blog/2007/11/12/taking-look-merb
- http://www.letrails.cn/archives/11-07-merb-framework
- http://rubyhoedown2007.confreaks.com/session02.html
- http://merb.rubyforge.org/files/README.html
- http://www.infoq.com/cn/news/2007/08/performance-ruby-on-merb
- http://drnicwilliams.com/2007/11/05/merb-04-installing-edge-merb-and-using-new-generators/
- http://hassox.blogspot.com/2007/11/new-merb-generators.html
- http://jit.nuance9.com/2007/11/merb-datamapper-getting-rolling.html
- http://www.ghostonthird.com/2007/11/11/merb-on-windows-need-to-have-gcc-installed-forget-it-im-done/

























