shadow000902 / ruby-china

ruby-china.org website source code.

Home Page:http://ruby-china.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is source code of Ruby China Group

Install

  • 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

Deploy

$ cap deploy

OAuth

麵包屑

in controller

drop_breadcrumb("A Level")
drop_breadcrumb("B Level")

Menu

render_list :class => "menu" do |li|
  li << link_to("Home", "/")
end

Bookstrap CSS version

1.4.0

Bootstrap Form

https://github.com/rafaelfranca/simple_form-bootstrap/blob/master/config/initializers/simple_form.rb

Contributors

Thanks Twitter Bootstrap

Forked from Homeland Project

About

ruby-china.org website source code.

http://ruby-china.org


Languages

Language:Ruby 52.4%Language:HTML 31.9%Language:CSS 8.7%Language:JavaScript 5.5%Language:CoffeeScript 1.5%