Skip to content

Example rails 5 application with actioncable to show top news from yandex. + Dockerfile

Notifications You must be signed in to change notification settings

petrovmp89/rails-5-actioncable-example

Repository files navigation

Rails 5 actioncable example

  • Ruby version

    • 2.4.1
  • Rails version

    • 5.1.4
  • System dependencies

    • redis-server
    • mongodb
    • nodejs
  • How to run app locally

    whenever --update-crontab

    rails s

  • How to run app container

    docker build . -t example_app_image

    docker run -p 0.0.0.0:3000:3000 -it --name example_app_container example_app_image

About

Example rails 5 application with actioncable to show top news from yandex. + Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published