rvm +1
支持
汗啊
时代变的太快,跟不上了
提问 + 实际项目 = 提高能力
推荐:开源 http://www.redmine.org/
支持
我喜欢 37signal 的设计风格。图标一个字“酷” ^_^
#5 楼 @clc3123
补充:
code
sudo apt-get install ctags
sudo apt-get install vim-gnome
git clone [email protected]:RobinWu/vim-dev-env.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
code
#5 楼 @clc3123 我的 VIM 开发环境 https://github.com/RobinWu/vim-dev-env VIM 常用命令 http://robinwu.iteye.com/blog/983244
先了解 Gem 的结构,再根据测试看代码。 Gem 学习文档:http://guides.rubygems.org/
我觉得这不影响 github 的使用,只是不完美。所以,他不是 BUG。
支持 2 楼
支持 Mobile web
ruby 或 rails 大会的赞助商。赞一个!!!
哎。rails 版本太快。累 ... ...
http://guides.rubyonrails.org/association_basics.html#the-has_many-through-association The has_many :through Association 我想这个能帮到你
你需要一个搜索命令 grep -rn '**'
[~/projects/github/bootstrap-rails] (master) 400h51m $ grep -rn 'drop_breadcrumb' .
./lib/bootstrap-rails/breadcrumb.rb:21: def drop_breadcrumb(title=nil, url=nil)
[~/projects/github/bootstrap-rails] (master) 400h51m $ grep -rn 'render_list' .
./lib/bootstrap-rails/helper.rb:86: # TODO: hot about render_list( *args )
./lib/bootstrap-rails/helper.rb:87: def render_list(list=[], options={})
看源码就知道了
<div class="setarea-static">
<img src="http://img.sfeed.com/437924a5f30ea7a18e2b6779430d96a1.jpg" width="500">
<a href="/item/10185/" class="component" style="top:0px; left:0px; z-index:10; width:206px; height:285px"></a>
<a href="/item/10167/" class="component" style="top:73px; left:165px; z-index:12; width:208px; height:375px"></a>
...
</div>
```code```
我们采用 thoughtworks 的 CruiseControl.rb 做集成测试。selenium 做 web 界面测试。
顶 1 楼
用事实说话,我们已完成 N 个企业项目。请看:http://agideo.com/products
我建议默认值不要写到 migrate, 写到 model -> before_save; 这样有利于数据结构 与 数据分离,方便以后修改。