chengsteven/city-dog-share-calendar

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
Gemfile
Gemfile.lock
GithubRulesofEngagement.pdf
Guardfile
LICENSE
PivotalTrackerRulesofEngagement.pdf
README.md
README.rdoc
Rakefile
ReflectionQuestions.pdf
app/assets/images/dog.jpg
app/assets/images/dog2.jpg
app/assets/javascripts/home.js.coffee
app/assets/javascripts/kalendar.js.coffee
app/assets/javascripts/posts.js.coffee
app/assets/javascripts/sessions.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/home.css.scss
app/assets/stylesheets/kalendar.css.scss
app/assets/stylesheets/posts.css.scss
app/assets/stylesheets/sessions.scss
app/assets/stylesheets/summary.scss
app/views/home/index.html.erb
app/views/kalendar/index.html.erb
app/views/layouts/application.html.erb
app/views/layouts/custom.html.erb
app/views/posts/_form.html.erb
app/views/posts/edit.html.erb
app/views/posts/index.html.erb
app/views/posts/index.json.jbuilder
app/views/posts/new.html.erb
app/views/posts/show.html.erb
app/views/posts/show.json.jbuilder
app/views/summary/view.html.erb
config.ru
app/assets/javascripts/application.js0
app/controllers/application_controller.rb7
app/controllers/home_controller.rb10
app/controllers/kalendar_controller.rb11
app/controllers/posts_controller.rb50
app/controllers/sessions_controller.rb33
app/controllers/summary_controller.rb31
A
1 hr
app/controllers/users_controller.rb54
A
35 mins
app/helpers/application_helper.rb2
app/helpers/home_helper.rb2
app/helpers/kalendar_helper.rb2
app/helpers/posts_helper.rb2