Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiel/wtm-summary
web touch meeting のまとめサイトを勝手に作るよ。
https://github.com/eiel/wtm-summary
Last synced: about 1 month ago
JSON representation
web touch meeting のまとめサイトを勝手に作るよ。
- Host: GitHub
- URL: https://github.com/eiel/wtm-summary
- Owner: eiel
- Created: 2013-01-05T04:43:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T10:05:30.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:18:41.213Z (almost 2 years ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wtm Summary
========================## 目的
このプロジェクトは、[Hiroshima.rb](http://hiroshimarb.github.com) の活動ひとつとして USTREAM を使い Rails アプリケーションのライブコーディングに使用したアプリケーションです。
[Web touch meeting](http://www.webtouchmeeting.com) のまとめサイトを勝手に作ってみよう。という流れです。
## 概要
- [Rails Apps Composer](http://railsapps.github.com/rails-composer/) を使ってプロジェクトの作成
- [Cucumber](http://cukes.info) を使用してインテグレーションテストから記述する
- あったらいいなー、というメソッド適当にかいて、適当に実装していく
- ブラウザの操作をかく場合は [capybara](https://github.com/jnicklas/capybara) の命令を使うよ
- 実際に動かしてみて足りない部分のシナリオを記述していきます
- データを作成するには [Fabiracation](https://github.com/paulelliott/fabrication)を使ってみます。## link_to の href の生成
link_to event で 使用される xxx_path をオーバライドすればよい
この場合 event_path Helperを実装した## 謝辞
このアプリケーションは Rails Apps Composer で生成しました。
https://github.com/RailsApps/rails_apps_composer
provided by the RailsApps Project:
http://railsapps.github.com/