rails-chat-tutorial
rails-chat-tutorial copied to clipboard
The code for the chat application of the tutorial "Creating a chat application with Rails and WebSockets"
Hello Iridakos, Thanks for your [post](https://iridakos.com/tutorials/2019/04/07/dockerizing-a-rails-application.html) on dockerising rails application. I followed steps in that post but I am using MySql DB and its giving following error bin/rails: Can't connect...
I get this message when trying to get room message form to display. I can't seems to find any answers on the web. Any help would be appreciated!! https://github.com/robb52/rails-chatroom Thanks!!
Any timeline for releasing the next tutorial in the series?
Can't verify CSRF token authenticity. Extracted source (around line #293): def handle_unverified_request raise ActionController::InvalidAuthenticityToken, warning_message end end end Rails.root: E:/RoR/conv
I am planning to fork this app for a websocket playground for my load testing startup, [BrowserUp](https://browserup.com/). Before I make our modified fork, I thought it would be nice to...
Bumps [globalid](https://github.com/rails/globalid) from 0.4.2 to 1.0.1. Release notes Sourced from globalid's releases. v1.0.1 Possible ReDoS based DoS vulnerability in GlobalID There is a ReDoS based DoS vulnerability in the GlobalID...
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 to 1.4.4. Release notes Sourced from rails-html-sanitizer's releases. 1.4.4 / 2022-12-13 Address inefficient regular expression complexity with certain configurations of Rails::Html::Sanitizer. Fixes CVE-2022-23517. See GHSA-5x79-w82f-gw8w for...
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.3.1 to 2.19.1. Release notes Sourced from loofah's releases. 2.19.1 / 2022-12-13 Security Address CVE-2022-23514, inefficient regular expression complexity. See GHSA-486f-hjj9-9vhh for more information. Address CVE-2022-23515, improper...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...