GitXplorerGitXplorer
w

ember-rc

public
16 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
9df02676e3e7912b78d59ad5cfa92115e75ba9e0

update ember-cli from 1.13.8 to 1.13.13

wwppurking committed 9 years ago
Unverified
af0341650ed4539e5b8a3237d56fc7da99b4c6fd

* 取消 bootstrap-sass, 我没有改造 bootstrap 所以只需要固定版本就好了. 避免每一次改变代码都需要编译 bootstrap-sass

wwppurking committed 9 years ago
Unverified
9f4913630bcf16f43c13e0b754278f19fcdd3242

* 取消 bootstrap-sass, 我没有改造 bootstrap 所以只需要固定版本就好了. 避免每一次改变代码都需要编译 bootstrap-sass

wwppurking committed 9 years ago
Unverified
322f85d21708b58928186abd103da8549f868f7a

* 尝试写一次 ember.js 中的测试.

wwppurking committed 9 years ago
Unverified
df2788dcafd5d507ba531ca0544630010414cddd

* store.find -> store.findRecord

wwppurking committed 9 years ago
Unverified
15d008382b4c0209cd0fe55a247c8402f8a7c49d

* upgrade to ember 2.1.0 and ember-data 2.0

wwppurking committed 9 years ago

README

The README file for this repository.

Ember-rc

使用 Ember.js + Ember-data 编写的 RubyChina 的客户端.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Demo

  • 通过 docker 将其部署到 Daocloud.io 上. Ember-RC (详情见 dockerfile branch)
  • Ember.js 部署 Daocloud.io 上, 但是所有的 API 调用都是从使用者当地的网络发出, 速度与 API 的 Endpoint 有关与 Ember.js 部署服务器位置无关.
  • 因为 API 提供的功能与 Ruby China 页面直接 render 的数据提取算法不一样, 所以会看到不一样的数据. (这个需要调整 API 中的 recent 方法)