.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.js | 0 | A 0 mins |
|
app/assets/javascripts/application_mobile.js | 0 | 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.rb | 7 | A 0 mins |
|
app/controllers/api/v1/records_controller.rb | 58 | A 45 mins |
|
app/controllers/api/v1/social_controller.rb | 64 | A 1 hr |
|
app/controllers/api/v1/users_controller.rb | 31 | A 45 mins |
|
app/controllers/application_controller.rb | 10 | A 0 mins |
|
app/controllers/doorkeeper/user_applications_controller.rb | 27 | A 0 mins |
|
app/controllers/home_controller.rb | 4 | A 0 mins |
|
app/controllers/records_controller.rb | 50 | A 0 mins |
|
app/controllers/sessions_controller.rb | 6 | A 0 mins |
|
app/controllers/social_controller.rb | 24 | A 0 mins |
|
app/controllers/users/omniauth_callbacks_controller.rb | 20 | A 0 mins |
|
app/controllers/users/registrations_controller.rb | 25 | A 0 mins |
|
app/controllers/users/sessions_controller.rb | 5 | A 0 mins |
|
app/helpers/application_helper.rb | 8 | A 0 mins |
|
app/helpers/records_helper.rb | 2 | A 0 mins |
|
app/helpers/social_helper.rb | 2 | A 0 mins |
|
app/models/follow.rb | 5 | A 0 mins |
|
app/models/record.rb | 47 | A 35 mins |
|
app/models/user.rb | 72 | A 0 mins |
|
app/services/tweet_service.rb | 41 | 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 | |
|
|