
rails
文章平均质量分 67
aideehorn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在mac上安装RMagick
转载http://yuweijun.blogspot.com/2008/07/macrmagick.html 从http://www.imagemagick.org/script/binary-releases.php上下载imagemagick,安装到了/Users/yu/Programs/ImageMagick下,并在~/.profile里设置好以下二个环境变量,在安装过程中extconf...原创 2008-11-19 00:10:50 · 269 阅读 · 0 评论 -
RSpec简明指南
这是David Chelimsky写的一篇RSpec简明指南,原文在这里。简介要了解RSpec,我们首先需要了解什么是行为驱动开发(Behaviour Driven Development,简称BDD),BDD是一种融合了可接受性测试驱动计划(Acceptance Test Driven Planning),域驱动设计(Domain Driven Design)以及测试驱动开发(Test ...原创 2008-11-25 13:15:15 · 208 阅读 · 0 评论 -
can't find header files for ruby
还没有弄清楚确切原因from http://www.macruby.org/ can't find header files for rubyIf you get the can't find header files for ruby error message when trying to build an extension or a gem, it means that...2008-11-25 18:04:00 · 387 阅读 · 0 评论 -
rails plugin list
转自 http://idiotis.ms/4/rails+plugin+list 12_hour_time http://www.nickm.org/svn/repos/rails/plugins/12_hour_time/RailsRunner http://svn.rubaidh.com/plugins/RailsRun...原创 2008-11-28 18:31:59 · 247 阅读 · 0 评论 -
Getting Started with Ruboss and Ruby on Rails
http://github.com/ruboss/ruboss4ruby/wikis/getting-started-with-ruboss-and-ruby-on-railsIntroductionIn this tutorial we will build a new Rails application from scratch using the Ruboss Framewor...原创 2008-12-10 11:54:20 · 13121 阅读 · 0 评论 -
Web开发人员的利器:Ruby on Rails
Java、PHP和ASP久经考验、功能强大,但它们缺乏针对MVC型Web应用的专门设计。这些语言和框架使创建Web应用成为可能,但开发者常常受制于它们的设计初衷和强调特性与配置的传统设计哲学。Ruby on Rails针对Web应用量身定做。和传统工具相比,使用它可更快更好创建Web应用 工具发展简史 人类的发展就是工具的发展。从石器到木棒和矛,再到火器,我们学会了如何更有效地捕猎。从...原创 2009-01-06 13:34:14 · 215 阅读 · 0 评论