Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README加筆しました #1

Merged
merged 3 commits into from
Dec 7, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
概要
=====
- API用に最適化したControllerを自動生成するツールです。

機能一覧
--------
- controllerのresponseデータを、Modelで定義したカラムやメソッドに限定できます。
- requestのURLオプションにincludesを加えると、Railsの関連情報もまとめて取得できます。

* 使い方
依存関係
---------
* [strut] https://github.com/kuruma-gs/strut


使い方
------
① Controller 設定

# 以下を設定(CRUD + copy)
Expand Down