This is source code of Ruby China Group
- You need install Ruby 1.9.2, Rubygems and Rails 3.1 first.
- Install and start Redis, MongoDb, memcached
cp config/config.yml.default config/config.yml
cp config/mongoid.yml.default config/mongoid.yml
cp config/redis.yml.default config/redis.yml
bundle install
bundle update rails
rake assets:precompile
thin start -O -C config/thin.yml
./script/resque start
$ cap deploy
cap production remote_rake:invoke task=db:setup
- be sure to use: http://ruby-china.dev/
- callback url: http://ruby-china.dev/account/auth/github/callback
drop_breadcrumb("A Level")
drop_breadcrumb("B Level")
render_list :class => "menu" do |li|
li << link_to("Home", "/")
end
1.4.0
https://github.com/rafaelfranca/simple_form-bootstrap/blob/master/config/initializers/simple_form.rb
Dalli need memcached 1.4.x +
render_topic_title(topic)
- common/share : for social share
- common/user_nav : user_navigation_bar
facekbook_enable: false by default
- Don't put plain html in helper
- NEVER LOGIC in View
- 重複用到的方法請隨手用 Helper 包
- 永遠使用括號 () 包覆複雜 Helper
Thanks Twitter Bootstrap
Forked from Homeland Project