/chat

Primary LanguageRuby

Chat.

  • Build on Ruby 2.4.0 and Rails 5.0.1 with PostgeSQL 9.5.

Use gorails screencast https://gorails.com/episodes/group-chat-with-actioncable-part-1 as sample. Learning to use:

  • Action Cable, Action Job.
  • More JS and ajax with testing (PhantomJS/Capybara).
  • Other: gem 'binding_of_caller' (development), gem 'devise' (authentification), gem 'redis' (for ActionCable), gem 'carrierwave' with gem 'fog-aws' for Amazon S3 as image storage.