.dockerignore | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.ruby-version | |
|
|
.yardopts | |
|
|
API.markdown | |
|
|
Dockerfile | |
|
|
README.markdown | |
|
|
Rakefile | |
|
|
app/controllers/application_controller.rb | 25 | A 0 mins |
|
app/controllers/candidates_controller.rb | 53 | A 0 mins |
|
app/controllers/sessions_controller.rb | 55 | A 0 mins |
|
app/controllers/topics_controller.rb | 38 | A 0 mins |
|
app/controllers/users_controller.rb | 26 | A 0 mins |
|
app/jobs/application_job.rb | 2 | A 0 mins |
|
app/mailers/application_mailer.rb | 4 | A 0 mins |
|
app/models/application_record.rb | 3 | A 0 mins |
|
app/models/candidate.rb | 6 | A 0 mins |
|
app/models/session.rb | 6 | A 0 mins |
|
app/models/topic.rb | 5 | A 0 mins |
|
app/models/user.rb | 10 | A 0 mins |
|
app/models/vote.rb | 5 | A 0 mins |
|
app/views/application/_user.json.jbuilder | |
|
|
app/views/candidates/_candidate.json.jbuilder | |
|
|
app/views/candidates/cancel_up_vote.json.jbuilder | |
|
|
app/views/candidates/index.json.jbuilder | |
|
|
app/views/candidates/show.json.jbuilder | |
|
|
app/views/candidates/vote_up.json.jbuilder | |
|
|
app/views/layouts/mailer.html.erb | |
|
|
app/views/layouts/mailer.text.erb | |
|
|
app/views/sessions/create.json.jbuilder | |
|
|
app/views/sessions/destroy.json.jbuilder | |
|
|
app/views/sessions/index.json.jbuilder | |
|
|
app/views/sessions/update.json.jbuilder | |
|
|
app/views/topics/_topic.json.jbuilder | |
|
|
app/views/topics/index.json.jbuilder | |
|
|
app/views/topics/show.json.jbuilder | |
|
|
app/views/users/create.json.jbuilder | |
|
|
app/views/users/destroy.json.jbuilder | |
|
|
app/views/users/show.json.jbuilder | |
|
|
app/views/users/update.json.jbuilder | |
|
|
bin/bundle | |
|
|
bin/entrypoint | |
|
|
bin/rails | |
|
|
bin/rake | |
|
|
bin/rspec | |
|
|
bin/setup | |
|
|
bin/spring | |
|
|
bin/update | |
|
|
config.ru | |
|
|