Skip to content

Instantly share code, notes, and snippets.

@hamakn
Created December 12, 2012 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamakn/4266887 to your computer and use it in GitHub Desktop.
Save hamakn/4266887 to your computer and use it in GitHub Desktop.

CCng

Gemfile

CCからの変更点

  • RailsからSinatraに
    • CC: Rails / Service Gateway: Sinatra と割れていたものを統一
    • CCはAPIサーバなので、Railsの一部の機能しか使わない
  • ActiveRecordからSequelに
    • 非同期処理の問題?
  • EMは1.0.0系に
  • loggerは、vcap_loggingからstenoに
  • テストがちゃんと書かれるようになった!
    • v1はテストあんまり書かれてなかった(app_managerとかテストがない)
  • modelが増えた
    • Runtime, Frameworks
      yml管理からDB管理へ
    • Organization, Space
      ユーザグループ管理系
    • Domain
    • ServicePlan
    • Eventログ
      Service Create/Delete, App Start/Stop, Billing Event

CFのgem

  • vcap_common
  • vcap-concurrency
  • nats
  • cf-uaa-client
  • stager-client
  • membrane
  • steno

残りの時間

コードリーディング

Cloud Foundryでサービスをリリースした話

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment