All Projects → yhirano55 → Ama

yhirano55 / Ama

Licence: mit
"Ask Me Anything" with Rails 5.2 Application

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Ama

Rubocop Rails
A RuboCop extension focused on enforcing Rails best practices and coding conventions.
Stars: ✭ 433 (+609.84%)
Mutual labels:  rubocop, rails
Expertiza
Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.
Stars: ✭ 160 (+162.3%)
Mutual labels:  rubocop, rails
Rubocop Rails config
RuboCop configuration which has the same code style checking as official Ruby on Rails.
Stars: ✭ 106 (+73.77%)
Mutual labels:  rubocop, rails
Rails Style Guide
A community-driven Ruby on Rails style guide
Stars: ✭ 6,178 (+10027.87%)
Mutual labels:  rubocop, rails
Fresh connection
FreshConnection provides access to one or more configured database replicas.
Stars: ✭ 56 (-8.2%)
Mutual labels:  rails
Danbooru
A taggable image board written in Rails 6.
Stars: ✭ 1,077 (+1665.57%)
Mutual labels:  rails
Jb
A simple and fast JSON API template engine for Ruby on Rails
Stars: ✭ 1,075 (+1662.3%)
Mutual labels:  rails
Ss Panel Rails
rm
Stars: ✭ 53 (-13.11%)
Mutual labels:  rails
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (-1.64%)
Mutual labels:  rails
Sharebook Frontend
Projeto frontend de código livre para o app Sharebook.
Stars: ✭ 59 (-3.28%)
Mutual labels:  bootstrap4
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+1685.25%)
Mutual labels:  rails
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-11.48%)
Mutual labels:  bootstrap4
Bootstrap4 Intellij
IntelliJ plugin for Bootstrap 4 & Font awesome
Stars: ✭ 57 (-6.56%)
Mutual labels:  bootstrap4
Bootstrapcdn
Free Bootstrap CDN hosting
Stars: ✭ 1,075 (+1662.3%)
Mutual labels:  bootstrap4
Mongoid rateable
Rating functionality for Mongoid documents
Stars: ✭ 59 (-3.28%)
Mutual labels:  rails
Marvelheroes
Marvel Heroes
Stars: ✭ 54 (-11.48%)
Mutual labels:  bootstrap4
Consul
Consul - Open Government and E-Participation Web Software
Stars: ✭ 1,088 (+1683.61%)
Mutual labels:  rails
Mixed gauge
A simple and robust database sharding with ActiveRecord.
Stars: ✭ 58 (-4.92%)
Mutual labels:  rails
Lobsters Ansible
Ansible playbook for lobste.rs
Stars: ✭ 56 (-8.2%)
Mutual labels:  rails
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-11.48%)
Mutual labels:  bootstrap4

CircleCI Gitter chat

"Ask Me Anything" with Rails 5.2 Application.

This app's aim is to take questions and feedback from the audience.

Dependencies

  • Ruby 2.6.1
  • Ruby on Rails 5.2.2 (with Active Storage)
  • Yarn 1.13.0
  • Webpacker
  • Bootstrap 4
  • Stimulus 1.1.1
  • Postgresql 9.6.3
  • cmake

Getting started

on local

$ bin/setup
$ vim .env # for set GitHub auth key/secret. See: https://github.com/settings/developers
$ bin/rails s

on docker

$ docker-compose build
$ docker-compose run --rm app bin/setup
$ vim .env # for set GitHub auth key/secret. See: https://github.com/settings/developers
$ docker-compose up -d

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].