jendiamond / railsgirls-signup

https://railsgirls-signup.herokuapp.com
3 stars 3 forks source link

Add User scaffold & delete unnecessary files #8

Closed jendiamond closed 8 years ago

jendiamond commented 8 years ago

Issue https://github.com/jendiamond/railsgirls-signup/issues/1

Branch user-scaffold new file: app/assets/javascripts/users.coffee new file: app/assets/stylesheets/scaffolds.scss new file: app/assets/stylesheets/users.scss new file: app/controllers/users_controller.rb new file: app/helpers/users_helper.rb new file: app/models/user.rb new file: app/views/users/_form.html.erb new file: app/views/users/edit.html.erb new file: app/views/users/index.html.erb new file: app/views/users/new.html.erb new file: app/views/users/show.html.erb modified: config/routes.rb new file: db/migrate/20160731015037_create_users.rb new file: db/schema.rb new file: spec/controllers/users_controller_spec.rb new file: spec/helpers/users_helper_spec.rb new file: spec/models/user_spec.rb new file: spec/requests/users_spec.rb new file: spec/routing/users_routing_spec.rb new file: spec/views/users/edit.html.erb_spec.rb new file: spec/views/users/index.html.erb_spec.rb new file: spec/views/users/new.html.erb_spec.rb new file: spec/views/users/show.html.erb_spec.rb

deleted: app/controllers/concerns/.keep deleted: app/helpers/application_helper.rb deleted: app/models/concerns/.keep deleted: log/.keep deleted: test/controllers/.keep deleted: test/fixtures/.keep deleted: test/fixtures/files/.keep deleted: test/helpers/.keep deleted: test/integration/.keep deleted: test/mailers/.keep deleted: test/models/.keep deleted: test/test_helper.rb deleted: tmp/.keep