https://github.com/yaairfernando/blogapplication
Blog application with authentication system, likes, comments, categories, views with rails
https://github.com/yaairfernando/blogapplication
jquery ruby ruby-gem ruby-on-rails
Last synced: 2 months ago
JSON representation
Blog application with authentication system, likes, comments, categories, views with rails
- Host: GitHub
- URL: https://github.com/yaairfernando/blogapplication
- Owner: yaairfernando
- Created: 2019-09-27T07:23:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:03:38.000Z (over 3 years ago)
- Last Synced: 2025-02-21T22:46:32.086Z (over 1 year ago)
- Topics: jquery, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 9.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog Application :smile:
Project developed with Ruby and rails that is based on a blog application.
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

In this project we'll find many features about user authentication system, many to many relationships,
some handy methods that can help you when it comes to easly present data to the user.
### 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/)
* [Reset CSS File](https://necolas.github.io/normalize.css/)
* [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/BlogApplication](https://github.com/YairFernando67/BlogApplication)
## Acknowledgements
- [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
- [Gravatar Image Tag](https://github.com/mdeering/gravatar_image_tag) - It is helpful to use user's gravatar based on their emails
- [Better Errors](https://github.com/charliesome/better_errors) - Give you a better display of the errors.
- [Bcrypt](https://github.com/codahale/bcrypt-ruby) - The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.
- [will_paginate](https://github.com/mislav/will_paginate) - will_paginate provides a simple API for performing paginated queries with Active Record
- [bootstrap-will_paginate](https://github.com/yrgoldteeth/bootstrap-will_paginate) - Hooks into will_paginate to format the html to match Twitter Bootstrap styling
- [hirb](http://tagaholic.me/hirb/doc/) - It desplays a better view of the database
- [Impressionist](https://github.com/charlotte-ruby/impressionist) - To count views
- [Acts As Votable](https://github.com/ryanto/acts_as_votable) - Like and unlike articles