https://github.com/yaairfernando/messageapp
Message application with rails
https://github.com/yaairfernando/messageapp
jquery ruby ruby-on-rails rubygems
Last synced: about 2 months ago
JSON representation
Message application with rails
- Host: GitHub
- URL: https://github.com/yaairfernando/messageapp
- Owner: yaairfernando
- Created: 2019-10-11T06:46:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:16:40.000Z (over 3 years ago)
- Last Synced: 2025-01-02T07:27:36.502Z (over 1 year ago)
- Topics: jquery, ruby, ruby-on-rails, rubygems
- Language: Ruby
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Message me Application
This is a ruby and rails project based on a message application, including some of the application
features as well as a clean style.
Explore the docs »
Report Bug
·
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)
## About The Project

This is a Chat project with ruby and rails
### Built With
The project was developed using these tools and technologies.
* [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS)
* [HTML5](https://www.w3schools.com/html/)
* [Ruby](https://www.ruby-lang.org/es/)
* [Ruby and Rails](https://rubyonrails.org/)
* [JQuery Rails](https://github.com/rails/jquery-rails)
## Contact
Yair Fernando Facio Fraga - [YairFernando67](https://github.com/YairFernando67) - yair.facio11@gmail.com
Project Link: [https://github.com/YairFernando67/messageApp](https://github.com/YairFernando67/messageApp)
#### The Gem List
This is the list of the gems that are required
- [Devise](https://github.com/plataformatec/devise) - Used to the user authentication system
- [Guard Livereload](https://github.com/guard/guard-livereload) - Provides a livereload on the browser when your local files change.
- [Guard](https://github.com/guard/guard) - Work with files when they change
- [Better Errors](https://github.com/charliesome/better_errors) - Give you a better display of the errors.
- [hirb](http://tagaholic.me/hirb/doc/) - It desplays a better view of the database
- [semantic-ui-sass](https://rubygems.org/gems/semantic-ui-sass) - CSS framework.
- [bcrypt](https://rubygems.org/gems/bcrypt/versions/3.1.12) - A sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords.