项目作者: codemargaret
项目描述 :
An app that lets users design surveys (Epicodus Ruby Week 4 Tuesday)
高级语言: Ruby
项目地址: git://github.com/codemargaret/ruby_survey_maker.git
Survey Maker
A Ruby application that allows a user to create surveys, 09.26.2017
By Margaret Berry
Project Goals
- Practice creating relationships in ActiveRecord.
- Write a callback function.
User Stories
- As a survey designer, I want to…
- …create a new survey, so that I can get people’s opinion on important matters. I also want the first letter in all words of a survey title to be capitalized.
- …add questions to my survey, so that I can find out what people think about various topics..
- …delete surveys and questions, in case I change my mind about something.
Future Features
- Enable survey designers to update surveys and questions.
Setup/Installation Requirements
Run the following commands in Terminal:
$ git clone
this repository$ cd ruby_survey_maker
$ rake db:create
$ rake db:migrate
$ rake db
prepare
$ ruby app.rb
- Navigate to localhost:4567
Known Bugs
There are no known bugs at this time.
If you have issues, questions, ideas, or concerns, please contact codeberry1@gmail.com">Margaret. Feel free to make a contribution to the code.
Technologies Used
License
This software is licensed under the MIT license.
Copyright (c) 2017 Margaret Berry