Made some progress
Showing
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 6 additions, 0 deletionsGemfile.lock
- app/api/mastodon/entities.rb 2 additions, 0 deletionsapp/api/mastodon/entities.rb
- app/api/mastodon/ostatus.rb 7 additions, 8 deletionsapp/api/mastodon/ostatus.rb
- app/api/mastodon/rest.rb 25 additions, 0 deletionsapp/api/mastodon/rest.rb
- app/assets/javascripts/application.js 0 additions, 1 deletionapp/assets/javascripts/application.js
- app/assets/javascripts/atom.coffee 3 additions, 0 deletionsapp/assets/javascripts/atom.coffee
- app/assets/javascripts/home.coffee 3 additions, 0 deletionsapp/assets/javascripts/home.coffee
- app/assets/javascripts/profile.coffee 3 additions, 0 deletionsapp/assets/javascripts/profile.coffee
- app/assets/javascripts/xrd.coffee 3 additions, 0 deletionsapp/assets/javascripts/xrd.coffee
- app/assets/stylesheets/atom.scss 3 additions, 0 deletionsapp/assets/stylesheets/atom.scss
- app/assets/stylesheets/home.scss 3 additions, 0 deletionsapp/assets/stylesheets/home.scss
- app/assets/stylesheets/profile.scss 3 additions, 0 deletionsapp/assets/stylesheets/profile.scss
- app/assets/stylesheets/xrd.scss 3 additions, 0 deletionsapp/assets/stylesheets/xrd.scss
- app/controllers/atom_controller.rb 14 additions, 0 deletionsapp/controllers/atom_controller.rb
- app/controllers/home_controller.rb 4 additions, 0 deletionsapp/controllers/home_controller.rb
- app/controllers/profile_controller.rb 4 additions, 0 deletionsapp/controllers/profile_controller.rb
- app/controllers/xrd_controller.rb 39 additions, 0 deletionsapp/controllers/xrd_controller.rb
- app/helpers/application_helper.rb 17 additions, 0 deletionsapp/helpers/application_helper.rb
- app/helpers/atom_helper.rb 5 additions, 0 deletionsapp/helpers/atom_helper.rb
... | ... | @@ -38,6 +38,8 @@ group :development do |
gem 'web-console', '~> 2.0' | ||
gem 'spring' | ||
gem 'rubocop', require: false | ||
gem 'better_errors' | ||
gem 'binding_of_caller' | ||
end | ||
group :production do | ||
... | ... |
app/assets/javascripts/atom.coffee
0 → 100644
app/assets/javascripts/home.coffee
0 → 100644
app/assets/javascripts/profile.coffee
0 → 100644
app/assets/javascripts/xrd.coffee
0 → 100644
app/assets/stylesheets/atom.scss
0 → 100644
app/assets/stylesheets/home.scss
0 → 100644
app/assets/stylesheets/profile.scss
0 → 100644
app/assets/stylesheets/xrd.scss
0 → 100644
app/controllers/atom_controller.rb
0 → 100644
app/controllers/home_controller.rb
0 → 100644
app/controllers/profile_controller.rb
0 → 100644
app/controllers/xrd_controller.rb
0 → 100644
app/helpers/atom_helper.rb
0 → 100644
Please register or sign in to comment