Skip to content

Commit f29d0a9

Browse files
committed
TIL Rails: ActionCable in Rails5
1 parent c4f210b commit f29d0a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

rails/action-cable-rails-5.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ActionCable Rails 5
2+
3+
As Rails5 is into beta3 right now, things are getting stabilize.
4+
5+
This is a good time to introduce to Rails5 ActionCable as more and more project requires a chat system or a real time discussion board.
6+
7+
This is a place that can start to understand ActionCable [http://slides.com/windy/actioncable-in-rails5#/](actioncable in rails 5 with sample code)
8+
9+
This is something that ActionCable is able to achieve! [http://jargon.io/joeyschoblaska/rails-5-chess-with-action-cable-websockets](Build a chess using Rails5 ActionCable)
10+
11+
Offical Github: [https://github.com/rails/rails/tree/master/actioncable](https://github.com/rails/rails/tree/master/actioncable)

0 commit comments

Comments
 (0)