Merge branch 'following-users' into 'master'
Add user following See merge request !16
Showing
| ... | @@ -55,4 +55,5 @@ gem 'faker', '~> 1.9', '>= 1.9.1' | ... | @@ -55,4 +55,5 @@ gem 'faker', '~> 1.9', '>= 1.9.1' |
| gem 'will_paginate', '~> 3.1', '>= 3.1.6' | gem 'will_paginate', '~> 3.1', '>= 3.1.6' | ||
| gem 'bootstrap-will_paginate', '~> 1.0' | gem 'bootstrap-will_paginate', '~> 1.0' | ||
| gem 'carrierwave', '~> 1.2', '>= 1.2.3' | gem 'carrierwave', '~> 1.2', '>= 1.2.3' | ||
| gem 'mini_magick', '~> 4.8' | gem 'mini_magick', '~> 4.8' | ||
| \ No newline at end of file | gem 'rails-erd', '~> 1.5', '>= 1.5.2' | ||
| \ No newline at end of file |
app/assets/javascripts/relationships.js
0 → 100644
app/assets/stylesheets/relationships.scss
0 → 100644
app/controllers/relationships_controller.rb
0 → 100644
app/helpers/relationships_helper.rb
0 → 100644
app/models/relationship.rb
0 → 100644
app/views/relationships/create.js.erb
0 → 100644
app/views/relationships/destroy.js.erb
0 → 100644
app/views/shared/_stats.html.erb
0 → 100644
app/views/users/_follow.html.erb
0 → 100644
app/views/users/_follow_form.html.erb
0 → 100644
app/views/users/_unfollow.html.erb
0 → 100644
app/views/users/show_follow.html.erb
0 → 100644
erd.pdf
0 → 100644
File added
lib/tasks/auto_generate_diagram.rake
0 → 100644
test/fixtures/relationships.yml
0 → 100644
test/integration/following_test.rb
0 → 100644
test/models/relationship_test.rb
0 → 100644
Please
register
or
sign in
to comment