Adding paperclip for avatars, fixing design of the public pages
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 12 additions, 0 deletionsGemfile.lock
- app/assets/stylesheets/application.css 0 additions, 15 deletionsapp/assets/stylesheets/application.css
- app/assets/stylesheets/application.scss 39 additions, 0 deletionsapp/assets/stylesheets/application.scss
- app/assets/stylesheets/home.scss 0 additions, 10 deletionsapp/assets/stylesheets/home.scss
- app/assets/stylesheets/profile.scss 14 additions, 30 deletionsapp/assets/stylesheets/profile.scss
- app/helpers/profile_helper.rb 11 additions, 0 deletionsapp/helpers/profile_helper.rb
- app/models/account.rb 4 additions, 0 deletionsapp/models/account.rb
- app/views/layouts/application.html.haml 1 addition, 0 deletionsapp/views/layouts/application.html.haml
- app/views/profile/_status.html.haml 1 addition, 1 deletionapp/views/profile/_status.html.haml
- app/views/profile/_status_footer.html.haml 2 additions, 2 deletionsapp/views/profile/_status_footer.html.haml
- app/views/profile/_status_header.html.haml 3 additions, 3 deletionsapp/views/profile/_status_header.html.haml
- db/migrate/20160227230233_add_attachment_avatar_to_accounts.rb 11 additions, 0 deletions...grate/20160227230233_add_attachment_avatar_to_accounts.rb
- db/schema.rb 17 additions, 13 deletionsdb/schema.rb
... | ... | @@ -21,6 +21,7 @@ gem 'grape-route-helpers' |
gem 'grape-entity' | ||
gem 'hashie-forbidden_attributes' | ||
gem 'paranoia', '~> 2.0' | ||
gem 'paperclip', '~> 4.3' | ||
gem 'http' | ||
gem 'addressable' | ||
... | ... |
app/assets/stylesheets/application.scss
0 → 100644
Please register or sign in to comment