ryanb082 / simple_rails_messaging_tutorial

Repo sets up a very simple messaging app using rails, no jquery or javascript needed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Simple Messaging Application built on rails. With this app you will have

a hand rolled user system and the users will have the ability to message each other
within the app.

I’m using Rails ‘4.1.8’ and semantic UI for styling. I used this gem for installing semantic:

gem 'semantic-ui-sass', github: 'doabit/semantic-ui-sass', branch: 'v1.0beta'

Directions for this repo in the command line: git clone git@github.com:danarmulder/simple_rails_messaging_tutorial.git

cd simple_rails_messaging_tutorial

bundle

rake db:create db:migrate db:seed

rails s

A more detailed explanation can be found at: medium.com/@danamulder/tutorial-create-a-simple-messaging-system-on-rails-d9b94b0fbca1

Please let me know if you have any issues or questions, happy coding!

About

Repo sets up a very simple messaging app using rails, no jquery or javascript needed.


Languages

Language:Ruby 69.5%Language:HTML 28.3%Language:JavaScript 2.0%Language:CSS 0.2%