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
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 5 Discussion
23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied
In-App Messages Between Users Discussion
25
General
Great episode Chris!Can't wait to get into the more advanced stuff.Thanks!
Rails 5's ActionCable and Websockets Introduction | GoRails - GoRails
27
General
Great Post. Thanks
Someone replied
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 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
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
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
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 do I create a filterer with checkboxs that dynamically search for results?
1
Rails
Hey everyone,
I am attempting to build a checkbox filter with Rails 7.
I would like to render a list of businesses on a page and have a side panel with a bunch of checkboxes. This side panel woul...
jackjohnsonpo replied
How to build a Custom Rack Middleware for Rails with Railties Discussion
0
General
How do I generate SEO Friendly URL's for filter combinations in Rails?
9
General
I have a site where the user can apply a combination of multiple filters.
To improve the SEO on the site I would like to have the URL in a human-readable format when filters are applied.
I would ...
Blazeront Kyle replied
How to build a GCS file browser & manager in Rails?
0
Rails
Hi Chris,
Awesome work with GoRails!!! I'm a big fan!
I'd like to build a Google Cloud Storage bucket file browser and manager. The key features would be browsing files on the bucket and downloa...
Adam Decker posted
How to build a wizard
7
Rails
Hi Chris
Something I'd love to see a video on is on how to *build a wizard*. I find this not that simple and would love to see how you solve these kind of issues, like in an onboarding process (or...
Bryan Beshore replied