OSDN Git Service

added group avatars
authorSteven Thonus <steven@ln2.nl>
Mon, 27 Jan 2014 21:34:05 +0000 (22:34 +0100)
committerSteven Thonus <steven@ln2.nl>
Tue, 28 Jan 2014 07:38:00 +0000 (08:38 +0100)
commit251df827a5308d483a95242970569075ab655703
tree00872b5ebaf24ca6c4e964172f59a8380c55d096
parent5221dbfee74e48f379bc06b2848a64243a76270c
added group avatars
15 files changed:
app/assets/images/no_group_avatar.png [new file with mode: 0644]
app/assets/javascripts/groups.js.coffee
app/controllers/groups/avatars_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb
app/models/group.rb
app/models/namespace.rb
app/views/dashboard/_groups.html.haml
app/views/groups/edit.html.haml
config/routes.rb
db/migrate/20140127170938_add_group_avatars.rb [new file with mode: 0644]
db/schema.rb
features/group/group.feature
features/steps/group/group.rb
spec/helpers/application_helper_spec.rb
spec/models/group_spec.rb