nosolopau/rembooth

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.env
.gitignore
.ruby-version
.travis.yml
Capfile
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
Vagrantfile
app/assets/javascripts/application.js0
A
0 mins
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/variables.scss
app/controllers/application_controller.rb4
A
0 mins
app/controllers/home_controller.rb5
A
0 mins
app/controllers/reminders_controller.rb24
A
0 mins
app/controllers/users/identities_controller.rb6
A
0 mins
app/controllers/users/omniauth_callbacks_controller.rb13
A
0 mins
app/controllers/users/registrations_controller.rb10
A
0 mins
app/helpers/application_helper.rb14
A
0 mins
app/models/notification.rb20
A
0 mins
app/models/reminder.rb30
A
0 mins
app/models/twitter_notification.rb28
A
0 mins
app/models/user.rb63
A
0 mins
app/views/home/_anonymous.html.erb
app/views/home/_dashboard.html.erb
app/views/home/index.html.erb
app/views/layouts/_messages.html.erb
app/views/layouts/_navigation.html.erb
app/views/layouts/application.html.erb
app/views/reminders/index.html.erb
app/views/reminders/index.json.jbuilder
app/views/shared/_link_twitter_account.html.erb
app/views/users/registrations/edit.html.erb
app/views/users/registrations/new.html.erb
app/views/users/sessions/new.html.erb
app/views/users/shared/_links.html.erb
bin/bundle
bin/delayed_job
bin/rails
bin/rake
bin/setup
config.ru
lib/notifier.rb7
A
0 mins
lib/services/redbooth_service/auth.rb15
A
0 mins
lib/services/redbooth_service/base.rb31
A
0 mins
lib/services/redbooth_service/task.rb7
A
0 mins
lib/services/redbooth_service/task_list.rb7
A
0 mins
lib/services/twitter_service/base.rb21
A
0 mins