]> cat aescling's git repositories - mastodon.git/commit
Adding simple_form, adding profile settings, header image
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 12 Mar 2016 19:47:22 +0000 (20:47 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 12 Mar 2016 19:47:22 +0000 (20:47 +0100)
commit34413615683677e26213263fb98f63b5aab64872
tree7e682e8709ecfd5347316ea39240789548795606
parent1aa477ac2f0e9195497899691bb5cc16a7034c01
Adding simple_form, adding profile settings, header image
21 files changed:
Gemfile
Gemfile.lock
README.md
app/assets/javascripts/settings.coffee [new file with mode: 0644]
app/assets/stylesheets/accounts.scss
app/assets/stylesheets/settings.scss [new file with mode: 0644]
app/controllers/settings_controller.rb [new file with mode: 0644]
app/helpers/settings_helper.rb [new file with mode: 0644]
app/models/account.rb
app/views/accounts/show.html.haml
app/views/layouts/dashboard.html.haml
app/views/settings/show.html.haml [new file with mode: 0644]
config/initializers/simple_form.rb [new file with mode: 0644]
config/locales/simple_form.en.yml [new file with mode: 0644]
config/routes.rb
db/migrate/20160312193225_add_attachment_header_to_accounts.rb [new file with mode: 0644]
db/schema.rb
lib/templates/haml/scaffold/_form.html.haml [new file with mode: 0644]
spec/controllers/settings_controller_spec.rb [new file with mode: 0644]
spec/fabricators/user_fabricator.rb [new file with mode: 0644]
spec/helpers/settings_helper_spec.rb [new file with mode: 0644]