本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
java-007 - benladeng5225
- Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- kaizi1992
- 青否云后端云
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- lemonhandsome
- ganxueyun
- jh108020
- Xeden
- xyuma
- zhanjia
- wangchen.ily
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- bosschen
- lyndon.lin
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
windows下安装merb
1.安装gems
gem install rspec
2.关于数据库,由于merb的mysql gem (do_mysql)对windows的支持不好,所以改用sqlite。
感兴趣的朋友可以在linux下安装do_mysql gem,这样就可以玩mysql了
gem install do_sqlite3
下载sqlite dll:
http://www.sqlite.org/d ...
rails 命令收集
merb:
删除generate生成的资源,相当于ruby script/destroy ...
merb-gen rescource rescource_name -d
gem:
如果你的gem list太多,而你又想只列出某个gem相关的,比如gem name 带有rspec的
gem list rspec
=>
rspec (1.1.11)
rspec-rails (1.1. ...
#71 Testing Controllers with RSpec
Controllers are tricky to test, and there's no perfect way to do it. In this episode you will see how I test controllers, and my reasoning behind it.
describe MenuItemsController, "creating a new ...
use factory_girl instead fixture for rspec test
1. Install factory_girl
sudo gem install thoughtbot-factory_girl --source="http://gems.github.com"
2. Configure
create factory.rb file in spec directory, i.e.
Factory.define :user do ...
来自jetbrains 的ruby 开发工具JetBrains RubyMine
就是原来的idea 里面的ruby插件发展过来的
目前是公开预览版本,正是版本在2009年1季度发布。
主要特性:
What's in It for You
Intelligent Editor, with full range of Code Completion, Code Snippets and automatic Refactorings
Smart Project Navigat ...
Rails开发技巧一览
昨天在网上看到一个Rails开发技巧一览,看了觉得很有用,所以翻译了,贴在 Ruby on Rails 中文 Wikihttp://wiki.rubyonrailscn.org上。转发在这里,希望对大家 ...