All Projects → liaoziyang → Stackneveroverflow

liaoziyang / Stackneveroverflow

A simple Q&A platform using Ruby on Rails, support markdown.

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Stackneveroverflow

Qaror
Questions & Answers platform on Rails - stackoverflow clone
Stars: ✭ 107 (-34.76%)
Mutual labels:  rails, qa
Authie
👮‍♂️ Improve user session security in Ruby on Rails applications with database session storage
Stars: ✭ 161 (-1.83%)
Mutual labels:  rails
Weg Li
📸 📝 ✊ weg-li: 1, 2, 3 - Macht die Bahn frei!
Stars: ✭ 156 (-4.88%)
Mutual labels:  rails
Api guard
JWT authentication solution for Rails APIs
Stars: ✭ 159 (-3.05%)
Mutual labels:  rails
Responders
A set of Rails responders to dry up your application
Stars: ✭ 1,925 (+1073.78%)
Mutual labels:  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 (-2.44%)
Mutual labels:  rails
Timber Ruby
🌲 Great Ruby logging made easy.
Stars: ✭ 154 (-6.1%)
Mutual labels:  rails
Wheel
Don't reinvent the wheel for every new Rails project. Use sane Defaults.
Stars: ✭ 163 (-0.61%)
Mutual labels:  rails
Ruby Bookmarks
Ruby and Ruby on Rails bookmarks collection
Stars: ✭ 1,972 (+1102.44%)
Mutual labels:  rails
X Editable Rails
Edit fields easily with X-Editable helper
Stars: ✭ 159 (-3.05%)
Mutual labels:  rails
Draftsman
Ruby gem that lets you create draft versions of your database records.
Stars: ✭ 159 (-3.05%)
Mutual labels:  rails
Hound
Automated code review for GitHub pull requests.
Stars: ✭ 1,904 (+1060.98%)
Mutual labels:  rails
Yaaf
Easing the form object pattern in Rails applications
Stars: ✭ 161 (-1.83%)
Mutual labels:  rails
Snpr
The sources of the openSNP website
Stars: ✭ 155 (-5.49%)
Mutual labels:  rails
Rails Base
Skeleton for new Rails based projects.
Stars: ✭ 161 (-1.83%)
Mutual labels:  rails
Qxf2 Page Object Model
Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services (https://qxf2.com).
Stars: ✭ 155 (-5.49%)
Mutual labels:  qa
Coveragechecker
Allows old code to use new standards
Stars: ✭ 159 (-3.05%)
Mutual labels:  qa
Graphql Rails Blog
Blog App built with Rails 5, React and GraphQL
Stars: ✭ 160 (-2.44%)
Mutual labels:  rails
Her
Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database.
Stars: ✭ 1,974 (+1103.66%)
Mutual labels:  rails
Sentimentalizer
Sentiment analysis with Machine Learning
Stars: ✭ 162 (-1.22%)
Mutual labels:  rails

StackNeverOverFlow

This is a simple QA platform using ruby on rails. You can post your question and get answer from other users or comment in the answer by yourself.

Demo: https://stackneveroverflow.herokuapp.com

Requirement

  • Ruby: 2.3.1
  • Rails 5.0.3

Get Start

git clone [email protected]:liaoziyang/stackneveroverflow.git

cd stackneveroverflow

To get start, please run: bundle install

if you get some error, please search the error message and install the dependencies.

To set up the database, please run:

rake db:create

rake db:migrate

Main feature

1.User sign in

2.User sign out

3.User rememberable

4.Session

5.MarkDown

6.Question post

7.Answer post

8.Question edit/delete

9.Answer edit/delete

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].