本月博客排行
-
第1名
龙儿筝 -
第2名
zysnba -
第3名
johnsmith9th - wy_19921005
- sgqt
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- wy_19921005
- benladeng5225
- fantaxy025025
- javashop
- qepwqnp
- e_e
- 解宜然
- zysnba
- ssydxa219
- sam123456gz
- ranbuijj
- arpenker
- tanling8334
- kaizi1992
- sichunli_030
- xpenxpen
- gaojingsong
- wiseboyloves
- xiangjie88
- ganxueyun
- xyuma
- wangchen.ily
- jh108020
- zxq_2017
- jbosscn
- lemonhandsome
- luxurioust
- Xeden
- lzyfn123
- forestqqqq
- zhanjia
- ajinn
- nychen2000
- wjianwei666
- johnsmith9th
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
最新文章列表
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上。转发在这里,希望对大家 ...