Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add User scaffold & delete unnecessary files #8

Merged
merged 1 commit into from
Jul 31, 2016
Merged

Conversation

jendiamond
Copy link
Owner

@jendiamond jendiamond commented Jul 31, 2016

Issue #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

Branch user-scaffold
Changes to be committed:
 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
@jendiamond jendiamond merged commit b65f704 into master Jul 31, 2016
@jendiamond jendiamond mentioned this pull request Jul 31, 2016
@jendiamond jendiamond deleted the user-scaffold branch July 31, 2016 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant