Finish user edit, update, index, and destroy actions
Showing
| ... | @@ -2,6 +2,9 @@ source 'https://rubygems.org' | ... | @@ -2,6 +2,9 @@ source 'https://rubygems.org' |
| gem 'rails', '4.2.0.beta4' | gem 'rails', '4.2.0.beta4' | ||
| gem 'bcrypt', '3.1.7' | gem 'bcrypt', '3.1.7' | ||
| gem 'faker', '1.4.2' | |||
| gem 'will_paginate', '3.0.7' | |||
| gem 'bootstrap-will_paginate', '0.0.10' | |||
| gem 'bootstrap-sass', '3.2.0.0' | gem 'bootstrap-sass', '3.2.0.0' | ||
| gem 'unicorn', '4.8.3' | gem 'unicorn', '4.8.3' | ||
| gem 'sass-rails', '5.0.0.beta1' | gem 'sass-rails', '5.0.0.beta1' | ||
| ... | ... |
app/views/users/_user.html.erb
0 → 100644
app/views/users/edit.html.erb
0 → 100644
app/views/users/index.html.erb
0 → 100644
test/integration/users_edit_test.rb
0 → 100644
test/integration/users_index_test.rb
0 → 100644
Please
register
or
sign in
to comment