ROR积累记录
- 提高rails new时bundle install运行速度,或者将Gemfile第一行的网址由https改成http试一下
- Ruby on rails 调试 PRY:http://rubyer.me/blog/1585/
- 运行ruby代码,irb命令,或者定义.rb后缀文件,用ruby file.rb
- Ruby 语法学习
- ubuntu12.04 Nginx + Passenger 部署 rails 应用程序
- class Order < ActiveRecord::Base 代表Order继承自ActiveRecord模块中Base类
- 开源项目:如(苏苏推荐) Ruby-China 开源项目、电子商务 spree.
- 安装Redis,并设置自动启动
- http://topi.co/blog/archives/ (博客)
- FAT FREE CRM 开源项目看起来不错,可是安装过程中,bundle install 总是报错,过一段时间一定再试试。
Gem命令:gem list
echo $GEM_HOME
Ruby On Rails常用调试方法:使用debug方法、使用ruby-debug gem、使用logger,高级调试方法
rake --tasks 可以列出所有功能命令
rails中如何使用bootstrap,请参考https://github.com/seyhunak/twitter-bootstrap-rails