Search Results for "how-to-build-a-chat-app-with-ruby-on-rails-b68c5fae-8ca9-42f8-a786-65b54e3c7c72"

Lessons





















Forum Threads

How to build a chat app with Ruby on Rails

2
General
I recently put together a chat build tutorial where strangers can connect with each other via advanced group chats. I wanted to run it here and see if there's any suggestion or feedback to make it ...
Jacqueline Lavender replied

Group Chat with ActionCable: Part 1 Discussion

35
General
Great tutorial. Can't wait to see Part 2.
Moi_link replied

Group Chat with ActionCable: Part 2 Discussion

13
General
Hi Chris,Is it possible to make a REST API for this app and create a Mobile app using Jquery mobile or Android and do real time chat with people chatting on desktop?I have an application with Rails...
felixOlesen replied

Introduction to Stimulus Reflex Discussion

43
General
woooooo... this is sooooo cooool. Thanks Chris for all the good content you giving us 👏. You making likes Rails every days. Respect 🙏
Jason Eastwood replied

connection.rb in actioncable chatroom series, if not using Devise for authentication?

11
Rails
I'm watching https://gorails.com/series/realtime-group-chat-with-actioncable and i noticed that in channels/application_cable/connection.rb , chris put this code to find verified users. ``` modu...
Masud Hossain replied
Solved

Solutions for high memory usage in rails development or production(heroku)

18
Servers
So i built my web app that allows users to chat with eachother, see who's online, and send notifications all using actioncable and it's using up A LOT of memory it seems. Correct me if i'm wrong, b...
shakycode replied
Solved

Javascript frameworks videos?

11
Javascript
Hey Chris, Just curious if you would plan on adding any videos using Angular, Ember or Backbone with Rails? Thanks!
shakycode replied

Group Chat with ActionCable: Part 5 Discussion

23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied

Rails 5's ActionCable and Websockets Introduction | GoRails - GoRails

27
General
Great Post. Thanks
Someone replied

How do i make chat app real time on Digital Ocean?

2
Rails
I am trying to make a Chat web application based on Rails 4.0 using "private_pub" gem which works perfectly on my localhost server. You can check out my application at curatethelens.com. Now my sit...
Maria Kenneth replied

Group Chat with ActionCable: Part 3 Discussion

23
General
Chris,Would it be possible to have one on Map APIs like mapbox or google maps api please :)Omar
Richard Ludwig replied

Deploying To Production on Heroku with Puma Discussion

21
General
So chris im using this on my db.yml fileproduction: <<: *default host: xxxxxxx database: xxxxxx password: xxxxx port: xxxxxx username:xxxxxon your video you paste this codeproduction:...
Joseph replied

How ActionCable Uses Redis Discussion

4
General
Nice! I d like to see an episode on ActionCable & Redis tuning and optimisation to allow massive number of subscribers (100+) with frequent updates. Im currently pushing matrix with data of siz...
Yi Mei Wang replied

In-App Messages Between Users Discussion

25
General
Great episode Chris!Can't wait to get into the more advanced stuff.Thanks!

Is Actioncable + Redis compatible with APN's?

0
Rails
I built my chat app using rails actioncable and than was able to make an ios app that pulls the conversation and messages. Everything works fine. My question is, is it possible to set up apple p...
Masud Hossain posted

School System

6
General
Hi there guys im building a school system and im stuck on the assistance module. I havent come to a way to make it work, for example: A school period start at september 2016 and finish july 2017....

Direct Messages in Realtime with ActionCable Discussion

20
General
Shouldn't be better to create a model lets say conversations with both users "sender and receiver" and maybe make messages a polymorphic association between rooms and conversations?
Marcos replied

Realtime Group Chat with Rails [Revised] - Part 1 Discussion

7
General
Hi, does the revised version is build from scratch ? I noticed it seems like from the start of the video, you have created the project and created some models. Can I know which episodes should I wa...
Fixt Dev replied

How to build a Custom Rack Middleware for Rails with Railties Discussion

0
General