railsgirlsatl / Gem-and-the-Rubygrams

Project at Rails Girls ATL
MIT License
0 stars 9 forks source link

Added user model, switched to Postgres database, added .gitignore file, removed test folder and started working on User.new action. #26

Closed sherrimitchell closed 9 years ago

sherrimitchell commented 9 years ago

Deleted test folder because we are using Rspec. Updated Gemfile after adding Postgres Added .gitignore file and added files that will not be committed to Git Added User model, migration, and Schema files Added User Controllers and Views and created new and create methods (WIP) Updated create method and added show method in Users Controller Added _form partial to User view for new method, added render method to users/new template Added create and show methods to routes.rb file

fleeree2013 commented 9 years ago

Hi Sherri thank you for doing this. I will not be able to continue on our project.

Linda On Sep 30, 2015 9:20 PM, "sherrimitchell" notifications@github.com wrote:

Deleted test folder because we are using Rspec. Updated Gemfile after adding Postgres Added .gitignore file and added files that will not be committed to Git Added User model, migration, and Schema files

Added User Controllers and Views and created new and create methods (WIP)

You can view, comment on, or merge this pull request online at:

https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26 Commit Summary

  • Delete test folder. We are using Rspec instead.
  • Updated Gemfile.lock
  • Updated gitignore and removed ignored files
  • Switch database from sqlite3 to Postgres.
  • Adding User model, migration, and schema files.
  • Add Users new and create actions and views. WIP.

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26.

nitsirk commented 9 years ago

Looks good. :shipit: