Chatting while playing
commit4bddc5cc1c371142c7262c1c9c5068478813bfde
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 4 Mar 2007 11:26:14 +0000 (4 18:26 +0700)
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 4 Mar 2007 11:26:14 +0000 (4 18:26 +0700)
tree33de61ae07e862bef8116cd83b6bd01f4e144d7f
parent8d7935a4fa72ead6b1db6f63e099ad74a49c7168
Chatting while playing

A new model 'messages' was added
app/controllers/game_controller.rb
app/models/board.rb
app/models/message.rb [new file with mode: 0644]
app/views/game/play.rhtml
app/views/game/update.rjs
app/views/game/view.rhtml
app/views/layouts/board.rhtml
db/migrate/005_create_messages.rb [new file with mode: 0644]
public/javascripts/application.js
test/fixtures/messages.yml [new file with mode: 0644]
test/unit/message_test.rb [new file with mode: 0644]