daitokai/daitokaiet

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.coveralls.yml
.gitignore
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
Guardfile
README.md
Rakefile
app/assets/images/github.png
app/assets/images/ic_menu_android.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/application_mobile.js0
A
0 mins
app/assets/javascripts/records.js.coffee
app/assets/javascripts/registrations.js.coffee
app/assets/javascripts/social.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/application_mobile.css
app/assets/stylesheets/bootstrap.css
app/assets/stylesheets/bootstrap_and_overrides.css.sass
app/assets/stylesheets/home.css.sass
app/assets/stylesheets/records.css.sass
app/assets/stylesheets/social.css.sass
app/assets/stylesheets/social_mobile.css.sass
app/controllers/api/application_controller.rb7
A
0 mins
app/controllers/api/v1/records_controller.rb58
A
45 mins
app/controllers/api/v1/social_controller.rb64
A
1 hr
app/controllers/api/v1/users_controller.rb31
A
45 mins
app/controllers/application_controller.rb10
A
0 mins
app/controllers/doorkeeper/user_applications_controller.rb27
A
0 mins
app/controllers/home_controller.rb4
A
0 mins
app/controllers/records_controller.rb50
A
0 mins
app/controllers/sessions_controller.rb6
A
0 mins
app/controllers/social_controller.rb24
A
0 mins
app/controllers/users/omniauth_callbacks_controller.rb20
A
0 mins
app/controllers/users/registrations_controller.rb25
A
0 mins
app/controllers/users/sessions_controller.rb5
A
0 mins
app/helpers/application_helper.rb8
A
0 mins
app/helpers/records_helper.rb2
A
0 mins
app/helpers/social_helper.rb2
A
0 mins
app/models/follow.rb5
A
0 mins
app/models/record.rb47
A
35 mins
app/models/user.rb72
A
0 mins
app/services/tweet_service.rb41
A
0 mins
app/views/api/v1/records/_form.html.haml
app/views/api/v1/records/edit.html.haml
app/views/api/v1/records/index.html.haml
app/views/api/v1/records/index.json.jbuilder
app/views/api/v1/records/new.html.haml
app/views/api/v1/records/show.json.jbuilder