.gitignore | |
|
|
.rspec | |
|
|
.ruby-version | |
|
|
.sample.env | |
|
|
.travis.yml | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
Guardfile | |
|
|
LICENSE | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/javascripts/application.js | 0 | A 0 mins |
|
app/assets/javascripts/feeds.js | 48 | A 1 hr |
|
app/assets/stylesheets/application.css.scss | |
|
|
app/assets/stylesheets/base/_base.scss | |
|
|
app/assets/stylesheets/base/_buttons.scss | |
|
|
app/assets/stylesheets/base/_forms.scss | |
|
|
app/assets/stylesheets/base/_grid-settings.scss | |
|
|
app/assets/stylesheets/base/_lists.scss | |
|
|
app/assets/stylesheets/base/_tables.scss | |
|
|
app/assets/stylesheets/base/_typography.scss | |
|
|
app/assets/stylesheets/base/_variables.scss | |
|
|
app/assets/stylesheets/refills/_flashes.scss | |
|
|
app/controllers/application_controller.rb | 9 | A 0 mins |
|
app/controllers/entries_controller.rb | 34 | A 0 mins |
|
app/controllers/feeds_controller.rb | 69 | A 0 mins |
|
app/controllers/fetches_controller.rb | 15 | A 0 mins |
|
app/controllers/publications_controller.rb | 37 | A 0 mins |
|
app/controllers/sessions_controller.rb | 23 | A 0 mins |
|
app/controllers/users_controller.rb | 20 | A 0 mins |
|
app/helpers/application_helper.rb | 2 | A 0 mins |
|
app/helpers/feeds_helper.rb | 6 | A 0 mins |
|
app/helpers/flashes_helper.rb | 5 | A 0 mins |
|
app/models/entry.rb | 7 | A 0 mins |
|
app/models/feed.rb | 47 | A 0 mins |
|
app/models/publication.rb | 7 | A 0 mins |
|
app/models/user.rb | 7 | A 0 mins |
|
app/services/feed_fetcher.rb | 9 | A 0 mins |
|
app/views/application/_account_actions.html.erb | |
|
|
app/views/application/_analytics.html.erb | |
|
|
app/views/application/_flashes.html.erb | |
|
|
app/views/application/_javascript.html.erb | |
|
|
app/views/application/_landing.html.erb | |
|
|
app/views/entries/edit.html.erb | |
|
|
app/views/feeds/_feed.html.erb | |
|
|
app/views/feeds/_form.html.erb | |
|
|
app/views/feeds/create.js.erb | |
|
|
app/views/feeds/edit.html.erb | |
|
|
app/views/feeds/index.html.erb | |
|
|