Closed sherrimitchell closed 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
- A .gitignore https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-0 (12)
- M Gemfile https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-1 (6)
- M Gemfile.lock https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-2 (8)
- A app/controllers/users_controller.rb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-3 (22)
- A app/models/user.rb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-4 (2)
- A app/views/users/_form.html.erb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-5 (24)
- A app/views/users/new.html.erb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-6 (1)
- R app/views/users/show.html.erb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-7 (0)
- M config/database.yml https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-8 (8)
- M config/routes.rb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-9 (2)
- D db/development.sqlite3 https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-10 (0)
- A db/migrate/20150930235702_create_users.rb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-11 (18)
- A db/schema.rb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-12 (31)
- D log/development.log https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-13 (51)
- D test/controllers/.keep https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-14 (0)
- D test/controllers/dashboard_controller_test.rb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-15 (9)
- D test/fixtures/.keep https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-16 (0)
- D test/helpers/.keep https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-17 (0)
- D test/integration/.keep https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-18 (0)
- D test/mailers/.keep https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-19 (0)
- D test/test_helper.rb https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-20 (10)
- D tmp/cache/assets/development/sprockets/v3.0/-0czKo6CCzszMDDD_gGkxjedikGA5PpvomtReJAnR3w.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-21 (2)
- D tmp/cache/assets/development/sprockets/v3.0/-187JJZo2SouriCC0lwhsYGNscOjuqDiv1yXsp5rGdc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-22 (1)
- D tmp/cache/assets/development/sprockets/v3.0/-TOCgTcHd2EK4uAOEZHTrRIrJg-rNQxkRPyTrzWu7g8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-23 (1)
- D tmp/cache/assets/development/sprockets/v3.0/-mSksHZPbuCsJokUrmQEPKsvaYvEY1iVBs7m2suIzPg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-24 (0)
- D tmp/cache/assets/development/sprockets/v3.0/-yLn8GWluOOOwryB0_eq08h89LPTz0jbAWGXDjCjXzs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-25 (1)
- D tmp/cache/assets/development/sprockets/v3.0/03Ct90LRkMPGGexPVHvyreuMstz2BSQ2-kft2ar7Krc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-26 (0)
- D tmp/cache/assets/development/sprockets/v3.0/06Q8GtaDBaZad9NyR6EMii1az72KuKEMuiQ74uFcuOw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-27 (1)
- D tmp/cache/assets/development/sprockets/v3.0/0m1W3fYestkWsPMmgmDz_tKxCuXegfS28Pbo2rYdEi8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-28 (2)
- D tmp/cache/assets/development/sprockets/v3.0/1Az0JCWKFyqC48XG-IeqW1cWLNzrUyck6dLjAwOs6Xs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-29 (3)
- D tmp/cache/assets/development/sprockets/v3.0/1FuQDzH7n0_9NEVn4NQ3AmySZrj2fLLhmAKvyapaDY4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-30 (0)
- D tmp/cache/assets/development/sprockets/v3.0/1GeXzRbQaLYZJ8mS7aiLStai5gsQuko5b0En6PSzuCI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-31 (1)
- D tmp/cache/assets/development/sprockets/v3.0/1aKEwMq7RfjSZX4Scj6e0q3oEAoA-WbTLfaRGZriD1c.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-32 (0)
- D tmp/cache/assets/development/sprockets/v3.0/1zkTI6XGhDRii22bJjLfEjwceVSkGdF4Grqy-NfvY44.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-33 (0)
- D tmp/cache/assets/development/sprockets/v3.0/20vBnA3PldF_qLO91L1GnFWmNv4iKVnkbRIsWM2iAZs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-34 (1)
- D tmp/cache/assets/development/sprockets/v3.0/2WDX9wrIvXhNogjOTo4iB93YGPDzzSuF9aiL5p3Dx30.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-35 (1)
- D tmp/cache/assets/development/sprockets/v3.0/2v4R72zD0PvwzLFg-bD9OwaOV5CBT2c-8nyeF2_e3j0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-36 (0)
- D tmp/cache/assets/development/sprockets/v3.0/3CMUs3slM9EnN42V4IIR-cr585BgwVwyVc7u4vuGxLE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-37 (0)
- D tmp/cache/assets/development/sprockets/v3.0/3FbJBPzsau5suOQgLex6B0eqLZhKCTn4TrrVVJ1H03c.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-38 (2)
- D tmp/cache/assets/development/sprockets/v3.0/3LZvkBlcN-fUAWf-iydau11fXklzlrq_Ab-5C5d3xyM.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-39 (0)
- D tmp/cache/assets/development/sprockets/v3.0/3PzMSjQplMBUR9geWYQwuHkMGXoAS2CHs1S5EFafLjo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-40 (0)
- D tmp/cache/assets/development/sprockets/v3.0/3i5H06iIcPdnzCnd9xjbrrO-H2PDRuYIG8NUNcErGtY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-41 (0)
- D tmp/cache/assets/development/sprockets/v3.0/3ik2BXr46XnMtb-vXY07BH3pP087NFiK9ehVStYyGIs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-42 (0)
- D tmp/cache/assets/development/sprockets/v3.0/3mRD8KKeD3WIL9tx_9c9nr1X3_k0ecH3qgvyrV6l5kc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-43 (1)
- D tmp/cache/assets/development/sprockets/v3.0/3w9GPeyMAyiDC2A7qWbfBgwjeBu8MP47nh4viLvz7Ss.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-44 (1)
- D tmp/cache/assets/development/sprockets/v3.0/4FWvXjFrwzkg-bx-B_yTdyiV8E7XyElyXzztcqYBfLY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-45 (2)
- D tmp/cache/assets/development/sprockets/v3.0/4GabBDm353pivs41raO-TrZ5zaCkX4MnHZOxbVZ8wRg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-46 (2)
- D tmp/cache/assets/development/sprockets/v3.0/4xLpJOe-AokypunUMnfpkYdH4iEYXKifYCQ3YyPIbYg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-47 (1)
- D tmp/cache/assets/development/sprockets/v3.0/4ypbcvbcubvm3tYyuiUkr_pELDEhfHasIhXxAnjGu_Q.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-48 (1)
- D tmp/cache/assets/development/sprockets/v3.0/57SSTHtH9h26f82ghltHkMSCAqKchRQO97_qHXD8dIY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-49 (0)
- D tmp/cache/assets/development/sprockets/v3.0/57q5bZB-X5dqiQCp5oDLnTEmyb5jbJcUz9GDDzEHYMc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-50 (1)
- D tmp/cache/assets/development/sprockets/v3.0/5j79p1n2yxpkI1VQLp75KQALUsZnja2mglLYAOBtwOo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-51 (1)
- D tmp/cache/assets/development/sprockets/v3.0/64-oN59TImaKqMGp4d9JnQjA4WrP-ilUiRJNzImxijk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-52 (1)
- D tmp/cache/assets/development/sprockets/v3.0/6RCB9yl4xCPNTvLo2h4eKpl1pMZ9lkBl4dvgJANflZs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-53 (1)
- D tmp/cache/assets/development/sprockets/v3.0/6e3Mh8ayQ-1uIhJo3Daz6VHY0UhIjQpTnWE0uDcayes.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-54 (1)
- D tmp/cache/assets/development/sprockets/v3.0/71THCaRSPKN-KRXFC-Mjo3Skc83KiTxz9_JHjLX2Ews.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-55 (1)
- D tmp/cache/assets/development/sprockets/v3.0/7kzfG2O-dSXR219nfjjHID_FiN2BXTsslrsKy7fScbI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-56 (0)
- D tmp/cache/assets/development/sprockets/v3.0/7xR8A9t4oCNuuda-PtL0bOj8xP6amql4_eR2cwomZmE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-57 (0)
- D tmp/cache/assets/development/sprockets/v3.0/8-esISzQg0wxs_d2TRHMnszV6z5NlQyp4felvGv9YRk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-58 (1)
- D tmp/cache/assets/development/sprockets/v3.0/8Jnpp0WqZTR7TSOf_MRO4ig4nMOaFy-aCFSI7_jydso.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-59 (1)
- D tmp/cache/assets/development/sprockets/v3.0/8NNdjZr1V9MsoQfJZvWm7Rskn1BN4MX2g5CAk1HZ0wo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-60 (2)
- D tmp/cache/assets/development/sprockets/v3.0/8mAiVuUhBUxKrt4l8ez8rju_gnOr1s6Y4XUKzlM4iH8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-61 (1)
- D tmp/cache/assets/development/sprockets/v3.0/95sHqwZDt1pydaM1lNC11ugl4AKQvj1XOk5rC5tdJiQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-62 (2)
- D tmp/cache/assets/development/sprockets/v3.0/9ABd7jCAtg2BARD3eNMmeu-4m_wqwVB9R1dIl-PMQxc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-63 (1)
- D tmp/cache/assets/development/sprockets/v3.0/9LRZr38JTOws5fHM9D0BV4nSWOahw2S3vloLLKcPdok.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-64 (1)
- D tmp/cache/assets/development/sprockets/v3.0/AJc8SIShtuHhRs6JcS_ZsnCFcCv7LSHV7Mhj2aM22QY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-65 (0)
- D tmp/cache/assets/development/sprockets/v3.0/AbwYdTJ6_QOKUZOzqgYDkW91ygsBCPqpslK3yKJHh5w.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-66 (0)
- D tmp/cache/assets/development/sprockets/v3.0/AnJstFxuUzE_cMV2sdMebAl4kWNSKvwEKQgZ6aEeAhc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-67 (1)
- D tmp/cache/assets/development/sprockets/v3.0/BYnu_fMKnLm-5AOiGLpFOvH3A6DRrpUIKIosWdCjkls.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-68 (1)
- D tmp/cache/assets/development/sprockets/v3.0/BYuPQbXQ6vjokwThwfPDK1ARNXD9Ti4XMey264yAnXg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-69 (1)
- D tmp/cache/assets/development/sprockets/v3.0/BsHIgQvfqebGCzwqfnRflQdjMFlTdb3y-jnNk57Q3Ec.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-70 (0)
- D tmp/cache/assets/development/sprockets/v3.0/BtmlwVoDlVVWBbrfjt5GD6tZN5tCt1HiZH_2IooWJbw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-71 (0)
- D tmp/cache/assets/development/sprockets/v3.0/C2PBs_RJINdl3JiDz74FukhldWtVwQcnlTYgRlcJh0w.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-72 (0)
- D tmp/cache/assets/development/sprockets/v3.0/C5PMSL3sXwTw_OXFL0Ncp9n-ZpiefTkTMMGNWsj203I.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-73 (1)
- D tmp/cache/assets/development/sprockets/v3.0/CBBKmcyhFceRx7CNXydJ-UXaMorOuBtPlc-toVHIf-8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-74 (1)
- D tmp/cache/assets/development/sprockets/v3.0/CaV6vN7NEHNVhIFejudMKO2lXhZnp-hTbqJqFBJe-8c.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-75 (0)
- D tmp/cache/assets/development/sprockets/v3.0/CwCKUczvZReOOAQB8-kCJME2Mbmzy5m_AsUaB_pK5v0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-76 (0)
- D tmp/cache/assets/development/sprockets/v3.0/Cy2EEJaGdFtjdT6pPsxVvR1ZolBdtBJC7YqaUBP7JqE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-77 (0)
- D tmp/cache/assets/development/sprockets/v3.0/DDPb3Nnp0JJpdwHh0KLirg630aM8aZyiXNiCK-nYAmw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-78 (3)
- D tmp/cache/assets/development/sprockets/v3.0/DLCKjOpKMvFSZOwWzJgr5BAcDeGYVNy3NGQagTNyKTk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-79 (0)
- D tmp/cache/assets/development/sprockets/v3.0/DMIPi02-dNayj8dXxZXfOu91xq2VwyrCUT-wOWNlf_s.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-80 (2)
- D tmp/cache/assets/development/sprockets/v3.0/D_A5KTtBArJ_Y8pyB4E3BzwCakoNuOVRdy3eu9jNBs0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-81 (0)
- D tmp/cache/assets/development/sprockets/v3.0/Di69SS_3ewjH0tmmlCSSOonJzaELCOFbHEY3KHmcDrs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-82 (1)
- D tmp/cache/assets/development/sprockets/v3.0/DlEG8Tjrnv_5svT13pZzHBqm1zRb6Q3QhixIvAHmu_M.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-83 (2)
- D tmp/cache/assets/development/sprockets/v3.0/DnhMSfTpGtt3VoK3EBfwyTBP0RRQi_r6By_dvSU86NA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-84 (1)
- D tmp/cache/assets/development/sprockets/v3.0/E2NqNp3-VrPR6wV8VpY4_Qv-KUi0S9O7IVJXHQdgtKs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-85 (2)
- D tmp/cache/assets/development/sprockets/v3.0/F3Shdxm3i5UKSFzSZCoalHyQXlMh4wI3QO8KeZa5bM8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-86 (1)
- D tmp/cache/assets/development/sprockets/v3.0/FFv7SuA6efWswZHP_4dWPf7cVI7c1ZfnfjRn2UpWGz4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-87 (1)
- D tmp/cache/assets/development/sprockets/v3.0/FjzKdCbsTblJzZkATgh6wWdbHBJgvd10bN9qVAXY61U.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-88 (0)
- D tmp/cache/assets/development/sprockets/v3.0/Fx0zm6A7x3I8lTLRDzKExzo5d22jUm_vP4fo6wNuNMI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-89 (0)
- D tmp/cache/assets/development/sprockets/v3.0/G2M_2Xc1EMSvW4szhJJgC-HEKFc1pVbrVwn2xEokIbs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-90 (0)
- D tmp/cache/assets/development/sprockets/v3.0/GoVs9KjgOQOviSR4MkQfFnJEvG5e7a4eqaRQrC9mgUo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-91 (1)
- D tmp/cache/assets/development/sprockets/v3.0/HCww7lHnD8TIq_q_ZtBVAuY3wmSwbHuQLSI8gPPDVXY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-92 (0)
- D tmp/cache/assets/development/sprockets/v3.0/HTDeskHELavdhkfU45qL6v232ZJVT2OCdhPXHCcRqqM.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-93 (0)
- D tmp/cache/assets/development/sprockets/v3.0/HdxosxasfgvkINOuHKU9Vhpgmc5cXXmbH9oEmfkjato.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-94 (1)
- D tmp/cache/assets/development/sprockets/v3.0/I2KSnfrCEJQxhlikQznv9Rf2R7xnO-O0L3ZpD3CKmoc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-95 (1)
- D tmp/cache/assets/development/sprockets/v3.0/JFOZCUq7eHUE0kaHW8rvnpuUdKHH6XadcUTCkKWCmZY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-96 (1)
- D tmp/cache/assets/development/sprockets/v3.0/JVMj2HGm2htD1Frqpgv_G9JBhi0gldIPrql_A9S4QLY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-97 (1)
- D tmp/cache/assets/development/sprockets/v3.0/JWhQrCl2XxAGKeExVqlPWTIesvQtUbf_DXi5sCakgpk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-98 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Jp82ivYGaApjkh6oz_g6Yi7ldtBR0nExspxXDt41ZKw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-99 (0)
- D tmp/cache/assets/development/sprockets/v3.0/K2tVzS6R7M6S8VRxNmwBB2T3VXJ55d_2Y3u5hci-Aio.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-100 (3)
- D tmp/cache/assets/development/sprockets/v3.0/KNk66n98jl6IM5HCV-iQxzEI7cmO5v3h86JTHM1b03g.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-101 (1)
- D tmp/cache/assets/development/sprockets/v3.0/KVLRlP8_ZddMFsTuVFvHN55OssVrQfiQYVRdWpjmxX8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-102 (5)
- D tmp/cache/assets/development/sprockets/v3.0/K_vmG6ctoRLeWOqqinYi9ZL_O63_k-_KggysU_JSKbM.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-103 (0)
- D tmp/cache/assets/development/sprockets/v3.0/Kji-zhp1Msgwzpan7cNR4V7GiCVol1bYSiAiYyQXxLA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-104 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Lf6PiCLKskdz5PJc7khM9W3Ls0_Tu-jEK6Hg8W6htP8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-105 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Ll7Kl9lS6-SzT1TjfaJMXvkJ6Y7KkxYFZ2JtYay_3DI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-106 (0)
- D tmp/cache/assets/development/sprockets/v3.0/M3HKYDivwJcKvK3SYi5yOJN4FrPag5Lj4ccuCecgy_c.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-107 (1)
- D tmp/cache/assets/development/sprockets/v3.0/MW-u0ZL9Mza4-y04yTIDm3dCKk5OMTqH3rFymgDL7xk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-108 (0)
- D tmp/cache/assets/development/sprockets/v3.0/MsFhYUIPxQULxZfRBxRb5WXL5GL6z4c9cl24HZQHZ58.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-109 (1)
- D tmp/cache/assets/development/sprockets/v3.0/N8pcfmWRcNMOxTfNdCUSnZ8k742-vqZQ4vyDOXpSXpo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-110 (1)
- D tmp/cache/assets/development/sprockets/v3.0/NCJrFFZD_eGs0P68uZA2ny-OTtyZaPMIv-b9oMycifE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-111 (1)
- D tmp/cache/assets/development/sprockets/v3.0/NFl6AUDDD0h66iVGeuBBsJKqwDZENlVXqoG880anXts.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-112 (1)
- D tmp/cache/assets/development/sprockets/v3.0/NRq4eqLxJKLJbpzgKr91WhVMgGyVlmhng5nq0gpfhBk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-113 (1)
- D tmp/cache/assets/development/sprockets/v3.0/NchkNhqDiHa1GePz_nO0QNMwZup3OMYJPgAKr2KhRQI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-114 (1)
- D tmp/cache/assets/development/sprockets/v3.0/NzmnsQs_3bkA7o3mda2v6DLishayLGSSJi5RJVsoF7s.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-115 (1)
- D tmp/cache/assets/development/sprockets/v3.0/O2cGkoF0JVfDattPGi1v9c5SCrhIGIalmQlhCX15bXA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-116 (0)
- D tmp/cache/assets/development/sprockets/v3.0/O9XgCdDZlmVu60sVjAW-8V2Qyn91wScgxy9rsn7UTXE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-117 (1)
- D tmp/cache/assets/development/sprockets/v3.0/OMadkp9x3q_MUFY7MJCDdcJezYiHVV-_MOfZGHvyrig.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-118 (0)
- D tmp/cache/assets/development/sprockets/v3.0/OXmvexBXGhhQZjvgnpaVGheNPgOh53KIFaStvXq8ziw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-119 (0)
- D tmp/cache/assets/development/sprockets/v3.0/PFPhOXrJPBLZ21TnuURl2b9zDaRRJHY62HB6rxUq1sg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-120 (1)
- D tmp/cache/assets/development/sprockets/v3.0/PV6cGYVFLcJbbgSnDFicE9Q1qSjSFtfFnkvHVVUe-GY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-121 (0)
- D tmp/cache/assets/development/sprockets/v3.0/PiSIhGln0oPeR8xesFDIhJk1-rZhYNf8oCXwqXlo7-I.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-122 (0)
- D tmp/cache/assets/development/sprockets/v3.0/Pqwtm6vUCs2InycZspfeYH-H1qvsIzse1q_73aJ7Igs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-123 (0)
- D tmp/cache/assets/development/sprockets/v3.0/Q1ZO1o91_doX88umJIDgLEYZFbMH8Wl8nfzTGUdxLe0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-124 (1)
- D tmp/cache/assets/development/sprockets/v3.0/QA8yC4HicCSwNa2qYn_0TjVf77x201woaH630kDTMJM.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-125 (1)
- D tmp/cache/assets/development/sprockets/v3.0/QWGE59aD3iMtN_IBSOZAbF8WFqge4GfR5KTASPSFjKY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-126 (1)
- D tmp/cache/assets/development/sprockets/v3.0/QhUKRuO3_L4pC-CLjYUQSTVviVxpUc1BNCef9z38MKs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-127 (0)
- D tmp/cache/assets/development/sprockets/v3.0/RB9fOcLJMe0Q4_DRLNRmi0eG9NmaQtJ1sBnz8UE1MjM.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-128 (2)
- D tmp/cache/assets/development/sprockets/v3.0/RNf4Hjc1wZJEI4Uym_F_Zrm2KtzCqVMFlO_qFbhApZE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-129 (0)
- D tmp/cache/assets/development/sprockets/v3.0/S4L8UukEBmRaJkVytZc186bLpdZv7Vof2coGH3pbpio.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-130 (0)
- D tmp/cache/assets/development/sprockets/v3.0/SGI3ah2yseMjXP2hcc6Cj3plpBAcGZ_Ir0NGTSEK8VY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-131 (1)
- D tmp/cache/assets/development/sprockets/v3.0/STuVPsa2aBXBkgs3GP5Zt9GVyeD9elSQDCIaJlf0dr4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-132 (2)
- D tmp/cache/assets/development/sprockets/v3.0/SWt0YPynekws5tR6JcnWpPMPdf4BX7b-WDg5t5hCVfs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-133 (0)
- D tmp/cache/assets/development/sprockets/v3.0/SbRUI5mpdykSTaKEd3rI4Op8FvwUhe1qMCPIboLCNUs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-134 (1)
- D tmp/cache/assets/development/sprockets/v3.0/T19eKFFTIllWtdRJXG7xU97S-1YqQ-arj-Q3ohvvjlo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-135 (0)
- D tmp/cache/assets/development/sprockets/v3.0/T2TJKdSXNV4FRtjqq112rI3oUy6qHnOoV0osDd2OSjY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-136 (0)
- D tmp/cache/assets/development/sprockets/v3.0/TWQUpIRYPyZhTKFGp2G1lQe9JQ83oFce8CjlCwW0fvI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-137 (1)
- D tmp/cache/assets/development/sprockets/v3.0/TclVQJGO5wVsuUcw99CnGrATYoGPgPeX3iTXDvYjV4s.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-138 (0)
- D tmp/cache/assets/development/sprockets/v3.0/Tg4n2A3fMUmtY9YWemnWxdkEOTf3P3YRhKpkwHas-As.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-139 (0)
- D tmp/cache/assets/development/sprockets/v3.0/Tk8ZTDL1yxFztKz291qqLu4-NdvUYGsqogWbvNWHcUA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-140 (1)
- D tmp/cache/assets/development/sprockets/v3.0/UGDfvsJ2L2vVtY4n27WPjBpVFM9mExu5VDLN3fXQ6L0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-141 (0)
- D tmp/cache/assets/development/sprockets/v3.0/UOCNZCtVgE1ZzCqBcKY4ZKHqbKkwfeYHP3kFWiWONl4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-142 (2)
- D tmp/cache/assets/development/sprockets/v3.0/UoY8EufR-dlz8cniYAXl80-R9QkQhLPBsm98KGQTRe0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-143 (0)
- D tmp/cache/assets/development/sprockets/v3.0/UrFKau7Vg7QRkET4DHEK2htuirSRhTiMEqTxGPD6oVA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-144 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Uw2Vv2ZpMfH2r-9mJPscJErCjMZdaKp5i83wNlxd2ZE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-145 (2)
- D tmp/cache/assets/development/sprockets/v3.0/V1Z64H6V726XzOShof8uYajiRN7cJX_atKGXayMNOzw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-146 (1)
- D tmp/cache/assets/development/sprockets/v3.0/VOp0pIv_pTt1jyD5JQn5Ee721CyQFQTGdnz4ODw38i4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-147 (0)
- D tmp/cache/assets/development/sprockets/v3.0/VTWaCqaitYd7qG76Mbgq74zNomgQQeMaQaKru243RRI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-148 (1)
- D tmp/cache/assets/development/sprockets/v3.0/VjusVPP3rGJaWkRxnQJQ3zC8UV2PHy2cwfzeuiuBoTY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-149 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Vkw7nJzjV5MxGgIJJ_rCEiHbx7Ia-YrtC95f2mlHonw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-150 (2)
- D tmp/cache/assets/development/sprockets/v3.0/VmWzS73TVKwBuOoaE1lJ2oKpiw4iod7pGgECIEtMJnU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-151 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Vq2APySm75c4XQ4ZuqcuGLZU6yJAVSWPYuT_ReINyMY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-152 (0)
- D tmp/cache/assets/development/sprockets/v3.0/VssO7-SwE2X5B3TNKUrS7UmlAy3x7wdsy0JVBk3l_L0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-153 (2)
- D tmp/cache/assets/development/sprockets/v3.0/W8TLA4U0wFx5ygJZ7n4cHuX41p4wLG4SfGrH6wOpZkU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-154 (0)
- D tmp/cache/assets/development/sprockets/v3.0/WJ6hIusM41yE3NZwq23YxgqnPnt1DL1dr_11Jqf2NKc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-155 (0)
- D tmp/cache/assets/development/sprockets/v3.0/WQ-wGankiHJ5Wif6SgGzAtj7HERrJ-tL28fJYnzE4wg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-156 (0)
- D tmp/cache/assets/development/sprockets/v3.0/WeoGCJtiCgyKsVv0rNv_8TqNQGmWOqeSGabfKnPkNyw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-157 (0)
- D tmp/cache/assets/development/sprockets/v3.0/WsbAJCKyHq9vWsVMJ-eYKfAavP0DCYrFzDXKx5fsxEk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-158 (0)
- D tmp/cache/assets/development/sprockets/v3.0/WyKcDRJ5f-Ysi3me2ZNtGlKAx6r-M9ekyNsh1ObkHMw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-159 (0)
- D tmp/cache/assets/development/sprockets/v3.0/XI1Fig1M69Sf8xhvBTLe54w94Trt_MRhemJ4w1vMtRU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-160 (0)
- D tmp/cache/assets/development/sprockets/v3.0/XjTkdDfuf3HrdygPSwIYkqLC7rTlEBTWsDM4_5ydh5E.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-161 (2)
- D tmp/cache/assets/development/sprockets/v3.0/XyBL-aemefy36OD7gxieOJek0MAYqyZJbdmPvCQeAeM.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-162 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Y3sWzJhDXrRU_fM_ce6VWtl1XEpsuNH8ehXU2AcaQHc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-163 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Y3werGxLZf87aOauhYutPkeDcgZl8mzPwpG7MLzK9GU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-164 (1)
- D tmp/cache/assets/development/sprockets/v3.0/YNyHWTKuvQHaRHwSpXo1-oHxk8qnWbSicavmQVhetfs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-165 (1)
- D tmp/cache/assets/development/sprockets/v3.0/Z6pdFAnVcwKXD79uGbLZI_UynXv62Yf8fyRUDcgdSow.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-166 (1)
- D tmp/cache/assets/development/sprockets/v3.0/_lCCRveOWRmSWMjrD_KIzC9ORRMqVo3t4dlH2uFyFPA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-167 (0)
- D tmp/cache/assets/development/sprockets/v3.0/a21i_m9GAIVqIxMHTNdrKQKezVUTlcKPZXAxoUrtPVc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-168 (0)
- D tmp/cache/assets/development/sprockets/v3.0/aAtunoCy5gVrgLc_L1ZOiDzuJdstZkS8HalU_qfo_5I.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-169 (1)
- D tmp/cache/assets/development/sprockets/v3.0/aI9nv1dqULYj024dPcwEqAcHwCv7glBnjyt7n6R5fJU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-170 (1)
- D tmp/cache/assets/development/sprockets/v3.0/aocMXIzTvUCObnzPHudSRarqZQ1yLu4Q9e9s-uV_YVo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-171 (2)
- D tmp/cache/assets/development/sprockets/v3.0/areZBo8cm-yxjkoJCBLc73YWOCv-Mir2howpWx3Q3Tk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-172 (1)
- D tmp/cache/assets/development/sprockets/v3.0/aua0G5MgDqTJQAVxUPPYZub3bS1egPa3ff86r_f_NQc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-173 (0)
- D tmp/cache/assets/development/sprockets/v3.0/bc1mOJW8yK5ay2dzApEFwZ-N0k3Qoi6jtB9UYMH1XhI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-174 (1)
- D tmp/cache/assets/development/sprockets/v3.0/bd7NgXysmG9euy-chw7FeZX6TBF6why-_k8l3NiwhLo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-175 (0)
- D tmp/cache/assets/development/sprockets/v3.0/cATrbT-Gz8Dsie7wVZ6_G7ajMBOEdAQC5n_FoVWhKjs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-176 (0)
- D tmp/cache/assets/development/sprockets/v3.0/cVHXhT3XnRxBDUeDyd_t42RATEP0tft-0kfS-04WKnk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-177 (1)
- D tmp/cache/assets/development/sprockets/v3.0/ccoLN44Dd-Wg1zi_BDEXZ0WjftNbo3r1Gz1jfV7tmvA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-178 (2)
- D tmp/cache/assets/development/sprockets/v3.0/chayapXG3JSR0ZCTp-co8A26UbuKXRUuOrzoJ16JgiY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-179 (1)
- D tmp/cache/assets/development/sprockets/v3.0/ciqrl3XdnhhnszWAWg225LX6vpRKwz8wYzQwQvMc6x8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-180 (2)
- D tmp/cache/assets/development/sprockets/v3.0/cplmX-Bboq5RmXvzfBeOwvCNpDZMruf25MA0xGTKzQM.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-181 (0)
- D tmp/cache/assets/development/sprockets/v3.0/cyClcwMfAX_5jatogFpgv36Uh3A08PpLFVyx5Ym8pN0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-182 (0)
- D tmp/cache/assets/development/sprockets/v3.0/dAmq49QmcNbBe0Fny_Qz_kjdG910x1bc1W2ClHvT9A4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-183 (1)
- D tmp/cache/assets/development/sprockets/v3.0/dFwMkWjpUGdhjQmw5LKMHTd0wZrzdVC2E7cSQpfNnJ0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-184 (1)
- D tmp/cache/assets/development/sprockets/v3.0/dQq0d2-w7HwGhuO0KfXY-6VuDQ7pOctHB1-wdhATS1k.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-185 (2)
- D tmp/cache/assets/development/sprockets/v3.0/eM-qknR454Fm0DCbSQ1aQU2LAwBm-r2QZfC5DRusHfQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-186 (0)
- D tmp/cache/assets/development/sprockets/v3.0/fEC-tHmAlGKJm9z_hA_042EowPzrazXRW0hOOjtFA2s.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-187 (0)
- D tmp/cache/assets/development/sprockets/v3.0/fPlGMLSJmKjokUh5Y3-FVZFXX9_Gt6pa9oc3AkNwazw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-188 (0)
- D tmp/cache/assets/development/sprockets/v3.0/fbyK-_WYL__OGtGEIdu9UDYzOgt3h4HB-bYajlN6f80.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-189 (1)
- D tmp/cache/assets/development/sprockets/v3.0/fjoDEkBTt6BLr6VdxYAWhH4nNOWgI5airqcrkBOlCp4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-190 (1)
- D tmp/cache/assets/development/sprockets/v3.0/fktKeX6gbNdzGVWp2Xl28Mq7Rdr3vOkvTKe8TWARTKQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-191 (0)
- D tmp/cache/assets/development/sprockets/v3.0/g6Fh0_46wjzQ_mpICndbj9srUWgjjWWgNy3eyEP1b1A.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-192 (0)
- D tmp/cache/assets/development/sprockets/v3.0/gBy6fFU_YZbJHhS8wjoGKl6M_HNGl63A3dnBP-j12Go.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-193 (2)
- D tmp/cache/assets/development/sprockets/v3.0/gMJzXunVHSVzAbr_AOgTSylZnMFj4W954tq9HOqua7M.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-194 (0)
- D tmp/cache/assets/development/sprockets/v3.0/gf7VVW1A8sU9U58-jhSGKlGNbrGOxp_1LEEmWvhfEyE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-195 (1)
- D tmp/cache/assets/development/sprockets/v3.0/gqWxhBfMjhShNHBdPiD6XXdhaiPkpTN3sHdgaSn_WkA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-196 (1)
- D tmp/cache/assets/development/sprockets/v3.0/gtqC5QdjH55VlLE08Wnj16rzljM210SSa4OuTCVRkEk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-197 (4)
- D tmp/cache/assets/development/sprockets/v3.0/hdygCaXCHFnaZoi7b231-52FkHYr6ERnHfivJ1kSB-8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-198 (1)
- D tmp/cache/assets/development/sprockets/v3.0/hqD3fm2YAYG4mV0oh7WU4wlanYjZOn2Kpbeee68ZIbk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-199 (0)
- D tmp/cache/assets/development/sprockets/v3.0/hrmvCqODOT-nMlojEPQUDu-NTsSCni64Hj0HRIvfS6A.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-200 (1)
- D tmp/cache/assets/development/sprockets/v3.0/iAhkmvoGN74wjizFvQBIVJnLGDdS6YEydJ0qXYeGiX4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-201 (2)
- D tmp/cache/assets/development/sprockets/v3.0/iCfbB2NPbnYx1-WLrKKMqKyRY7i2EKtpGvK5nf1nC-E.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-202 (1)
- D tmp/cache/assets/development/sprockets/v3.0/iFfld9_aFYeMh6V1fCJn06XhQSpKodMuJs0wU5Ky-Cw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-203 (1)
- D tmp/cache/assets/development/sprockets/v3.0/iH2XX2S1WZcp_aP94LF98-n6HlIJIfUQU9n8mw8eHxU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-204 (2)
- D tmp/cache/assets/development/sprockets/v3.0/iPpLuwD4c5ws3kUdtQd84uERPVn0BTwmo_eNUi17yV4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-205 (1)
- D tmp/cache/assets/development/sprockets/v3.0/iQGiy3K3kr24oi3jxbHP2JfokvDsAZaZLAljm6NRUvU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-206 (2)
- D tmp/cache/assets/development/sprockets/v3.0/ihYiacmdf6EBI2PVKi3cI_oR8h5JrV9v8ydrM_lpZyY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-207 (1)
- D tmp/cache/assets/development/sprockets/v3.0/j1cQN--ihXXcz_gVptqVF22uC6ivFnWRbS4wgi5Z6q8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-208 (1)
- D tmp/cache/assets/development/sprockets/v3.0/jHE7TN9dW0JDupYpoiHGUWlo0SDqxKwbW4phVUuj1nE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-209 (0)
- D tmp/cache/assets/development/sprockets/v3.0/jS85rfCWadde-yvb9x9_DW3Qzly0gJnsDqhtVXXAY_I.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-210 (0)
- D tmp/cache/assets/development/sprockets/v3.0/jUL6mS1dNBnRSKSbgPQgbr_wLaDkxBbasSKLTbe-MdI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-211 (0)
- D tmp/cache/assets/development/sprockets/v3.0/jce8TQj6EHczzkvG8AHS4J47G09Vyn5MGYBd7Hky0Gs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-212 (0)
- D tmp/cache/assets/development/sprockets/v3.0/jf5JLMj54lkS1iAZNf7UFNd91wnxctgzqqJIOjUJNAU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-213 (0)
- D tmp/cache/assets/development/sprockets/v3.0/jlYNUwe3qu8sNk0eO0Scc6CeBOpB1LGURvMHEe7ovwQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-214 (0)
- D tmp/cache/assets/development/sprockets/v3.0/kNi97qbAlGkn4vWaVW-SrDYrjuBtVdzlfvmMHc5uSL0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-215 (0)
- D tmp/cache/assets/development/sprockets/v3.0/kOLQr5cSOI5x51CNwV-tY566HfuUiz-hnPeR4W7II6M.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-216 (0)
- D tmp/cache/assets/development/sprockets/v3.0/kTZfVZLPUcFid4-vUYJf9jOL7zYZo4zh1hOqtmgWGcw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-217 (1)
- D tmp/cache/assets/development/sprockets/v3.0/kYhsB11CMqF_7-4QVgEyQit8W4kl85C-tQB52yTxJ4k.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-218 (0)
- D tmp/cache/assets/development/sprockets/v3.0/kc5eceXsij6Q_ea5PazHV_lr-EubalDBYJrnunyto5Q.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-219 (1)
- D tmp/cache/assets/development/sprockets/v3.0/khHnrSxdljVKSw-lw5gFcZIUF3CMHcl173PE6hbyonQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-220 (1)
- D tmp/cache/assets/development/sprockets/v3.0/kitupDTvFVn9sRRwVBfWkdxCDq5KZi44LqBYiWMLV1Y.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-221 (0)
- D tmp/cache/assets/development/sprockets/v3.0/kwvCBJYjEle_pMcEGc9TffqeMEmn80aWfvsvkJzIQIo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-222 (2)
- D tmp/cache/assets/development/sprockets/v3.0/lCrzrebgrPiv_XzEiIzknCJaVVevaim0GKkWK-IPadE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-223 (1)
- D tmp/cache/assets/development/sprockets/v3.0/lUbvUshJmFx1INfa6qgq4vVpEJzTR82fjJRXZPwMCGI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-224 (0)
- D tmp/cache/assets/development/sprockets/v3.0/lYZ334TluCs4HOVM9KAjtZpgtt6YFiYVG5uS8G_pBt8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-225 (1)
- D tmp/cache/assets/development/sprockets/v3.0/lbXXvOYPsSNWsvyh9v-DVOEhzd9zTRlGj6WeaplFG7c.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-226 (1)
- D tmp/cache/assets/development/sprockets/v3.0/lezEHBqMM9cE5UCs9rW8tOzNxebqDP4no34bRWaDH30.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-227 (1)
- D tmp/cache/assets/development/sprockets/v3.0/liuhZlD1S8sjaP-9CJsC-gtw0kba5sMFtx-pymaJBfQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-228 (0)
- D tmp/cache/assets/development/sprockets/v3.0/ln50VTHAZNBQ49hAeErvqXLmMYMl-7lvjNoYr5AvuJA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-229 (0)
- D tmp/cache/assets/development/sprockets/v3.0/lp0IStHVvNFkfsun7kGK-JTVkggmOl-14TqLk82iWak.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-230 (1)
- D tmp/cache/assets/development/sprockets/v3.0/lrtP0NtO7o9rZv9k7glOlTGdPcaP0inNq4K1YJHWPN0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-231 (1)
- D tmp/cache/assets/development/sprockets/v3.0/lv6L_YZGlAO3Bgtp8qETGjYRPZPWq17xqeJKVJEaMUw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-232 (0)
- D tmp/cache/assets/development/sprockets/v3.0/ly6WTjfH9KNnYI2EqpErytfCTlrkx1ebfe2Sh-W2A1g.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-233 (1)
- D tmp/cache/assets/development/sprockets/v3.0/mDrDiikvRYB6eJn9tK-vtE1vQK2cO95vFWuUDvaZi5E.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-234 (2)
- D tmp/cache/assets/development/sprockets/v3.0/mY-TiVn3a1eG-HucEpqcItdBNPVVSqsJKBJXFoY-yZw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-235 (2)
- D tmp/cache/assets/development/sprockets/v3.0/m_NHjgA39Ffp3xgglSmUX2JuaTiv10sVYe2A3miMI9M.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-236 (1)
- D tmp/cache/assets/development/sprockets/v3.0/mmCE4IPzl9ZxA5sZZGynWHPNcrj51L500fdIBEgXNmg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-237 (0)
- D tmp/cache/assets/development/sprockets/v3.0/mzGSC2_juBeqwRv6A03RjT_YhAvHLK8UMyxBdey754g.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-238 (0)
- D tmp/cache/assets/development/sprockets/v3.0/nBREeCwMGKoNzRJFJawrIVeg3_n3dQ0gStRXcVJyjUk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-239 (0)
- D tmp/cache/assets/development/sprockets/v3.0/nIRFV-LuMx1xIni8zGCi9ApMGv_Ypfoy0d0JWOIde98.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-240 (0)
- D tmp/cache/assets/development/sprockets/v3.0/nS6VuNsONbPPrQqb0elN7UqHpGOzWhsRsDR0za-GeWQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-241 (1)
- D tmp/cache/assets/development/sprockets/v3.0/nSf4HXtvUPPxoMpPIFc8YdVKGdyWrhIy-GePsg62DL4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-242 (0)
- D tmp/cache/assets/development/sprockets/v3.0/na8T35aKNBBPA_BdSTsx8Y8ShHedi4aSALQ4-qCdV4k.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-243 (1)
- D tmp/cache/assets/development/sprockets/v3.0/ncEhAvyd9K05Tqb87-0coCPtEs7-V9ikc1huUuZPs0U.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-244 (1)
- D tmp/cache/assets/development/sprockets/v3.0/ni-SSyFGgNLdyTeggCYO4CX2GnWVV_qDApTSu-0zzaY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-245 (1)
- D tmp/cache/assets/development/sprockets/v3.0/nsJA0GLp9_FrT2rxEpUzHLsnh-WAbp-vQZ0bNjxW0Hc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-246 (1)
- D tmp/cache/assets/development/sprockets/v3.0/nwNczZwFMuXgrD60sapXgwIIZtjr74TnnuGlj-eZCK8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-247 (0)
- D tmp/cache/assets/development/sprockets/v3.0/oNTqcEbvnU84Qp2XoFnynVVWyNm3TszSAfM0uXv_zdg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-248 (0)
- D tmp/cache/assets/development/sprockets/v3.0/oWvPaCIiLSvCGqiCigf7nWgB2gZKMageoM_LSAsdGz0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-249 (1)
- D tmp/cache/assets/development/sprockets/v3.0/omDrvjpPBU_bKNy5PgiLLY2xs_UwphWYLOhypZ0eMXk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-250 (1)
- D tmp/cache/assets/development/sprockets/v3.0/owc1M1OZyQAlY0kB8eMYGWWV3Uga3htXYgf0EdAID7k.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-251 (0)
- D tmp/cache/assets/development/sprockets/v3.0/p0gw11RL4Pfa7RTYBnFAQFES8it-cZgTM6Iom3l4YBA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-252 (1)
- D tmp/cache/assets/development/sprockets/v3.0/p7aALQiBzJAK2sAtjyYivYcpu8unJLijYL-VMEEzbKk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-253 (0)
- D tmp/cache/assets/development/sprockets/v3.0/pB-FLVHYxfL3MgUgscGss2hevjUMg-rKADJFz-sD_Lo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-254 (1)
- D tmp/cache/assets/development/sprockets/v3.0/pC6T_qlV23D1495c6iIWMbNBUeWjcO50uOk5CuoGzq4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-255 (0)
- D tmp/cache/assets/development/sprockets/v3.0/pzIaRGFLeJT-_vGXVwRTL_SWvtKPQCTSw69QuCNREPQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-256 (0)
- D tmp/cache/assets/development/sprockets/v3.0/qB3SoNtNOkjlwPcKwNic0IQhwT3HJzUDTPo3Rj_hqDA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-257 (0)
- D tmp/cache/assets/development/sprockets/v3.0/qCm4nt_XVKLd5w0tmK3GdsXzap4FWEuUewTpv56WhEQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-258 (1)
- D tmp/cache/assets/development/sprockets/v3.0/q_nkfYm7Ky8T0TXBu5nfGNWb7-5qpwNlWDUroXpnnTk.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-259 (0)
- D tmp/cache/assets/development/sprockets/v3.0/qleNNttUHrNW3xqWvkUJ2inOCt5xybAlRs3xoPwMVA8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-260 (1)
- D tmp/cache/assets/development/sprockets/v3.0/qmJ29XnbM2WfmUw6nc2OZk2nkRBZHqjy2PusZTSNuAg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-261 (1)
- D tmp/cache/assets/development/sprockets/v3.0/qo7la5TMkVnW_pVeyVgfsTSkWhsN-vuFBSVnN0L0TqY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-262 (0)
- D tmp/cache/assets/development/sprockets/v3.0/rGTwMGzVHMd4euYYbnRJjdHsLcUgHJoNrqj2iIa9Rcg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-263 (2)
- D tmp/cache/assets/development/sprockets/v3.0/rPBOpOguvAh5QFiS9t5E-nUpiyw-52G8A4ODq5B8Rso.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-264 (0)
- D tmp/cache/assets/development/sprockets/v3.0/rb3palBbk48uMY3UjpXEtqnB2q-5a6ud7Ue1RKoqMBU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-265 (0)
- D tmp/cache/assets/development/sprockets/v3.0/rmzaovw4DT7pjzie_-fj_jjZ_fxYVP1-YGntce1lUG4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-266 (1)
- D tmp/cache/assets/development/sprockets/v3.0/rn-lhTGSBnPPW7xQzCkOQ4bEDi26mEHXin2c8hl7AUI.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-267 (1)
- D tmp/cache/assets/development/sprockets/v3.0/rvmuBJ6ovDMvV8KtRvvRMY3OK3ie4JbDqwSStM8HlAU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-268 (0)
- D tmp/cache/assets/development/sprockets/v3.0/ryN8R08r3CMIrNrIe2-qoBEOne2LGcYbkKC3DQKn1qo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-269 (1)
- D tmp/cache/assets/development/sprockets/v3.0/s7xpfJDsE4PPtL6w1Aff8V6aJyn34GT3VbovoLCwOwg.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-270 (1)
- D tmp/cache/assets/development/sprockets/v3.0/sfQzzph6SEd0tlZ5HFJLvdHatGbZVh9u4BMB4_UwxHo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-271 (1)
- D tmp/cache/assets/development/sprockets/v3.0/thIby6jzEQsj0aTK9hC3s5YiQcOG6q9pBSu33d0yHnU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-272 (1)
- D tmp/cache/assets/development/sprockets/v3.0/tl-1kgKAr1z5klKvo96Hw1p6s_QQ7I0oAu3daF01FhA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-273 (0)
- D tmp/cache/assets/development/sprockets/v3.0/u1FpS0nFh8JU1EM3itbrN4fyyMWrDSzVG7B0u4ypBVY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-274 (0)
- D tmp/cache/assets/development/sprockets/v3.0/uXY3zaNbCIX-d4rzD2RUXXLoIWTtA4WMjyj4XNRlNcA.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-275 (0)
- D tmp/cache/assets/development/sprockets/v3.0/ud2g6nUM78pJt0x97VFrXgR5zgBviBw8VC5tCzC65bs.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-276 (1)
- D tmp/cache/assets/development/sprockets/v3.0/ulkLa1gko9BKwn8-P89XMzWDdX1Ivav2zZyUHo1sCL0.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-277 (2)
- D tmp/cache/assets/development/sprockets/v3.0/vh8aL6I-vRh-mARA158Giz79bzBhbEZ1W0_JrPpE0Nc.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-278 (0)
- D tmp/cache/assets/development/sprockets/v3.0/vwJ1T0kjqd62T6LQjEYwhR9FH4WvpY8_9USaUfrI4Cw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-279 (0)
- D tmp/cache/assets/development/sprockets/v3.0/wBZB0gwEMK9xOxYBXwfDLf0tit4HfgmcToXutCnGYsY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-280 (1)
- D tmp/cache/assets/development/sprockets/v3.0/wgROcUcnO0wH3Jyf1KniddyKPNP85BlnRFtcdoYUikY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-281 (2)
- D tmp/cache/assets/development/sprockets/v3.0/wqV5lQr7MlV0E9rkrZu2PE9aGr4toaVxzGZrbaXjQPw.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-282 (0)
- D tmp/cache/assets/development/sprockets/v3.0/xxOf51XuzVAGRRFXos_nVzGhINsO2Cy3xXJLpzTpXAo.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-283 (1)
- D tmp/cache/assets/development/sprockets/v3.0/yJgkmm963DoDgZGnpEEf5gSe1QCBqeUC-GbMUtNy5fU.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-284 (1)
- D tmp/cache/assets/development/sprockets/v3.0/yeMGLhMJnUHx4c_7B_D5OCPF8QFkrqEgKb1mu0FrZRY.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-285 (0)
- D tmp/cache/assets/development/sprockets/v3.0/yvHazr-iuNSKJwMReo7ipCZnrlpaEVpp6J__uEizgwQ.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-286 (0)
- D tmp/cache/assets/development/sprockets/v3.0/yw-kWVYKh-EniZtfBbK8DhR7pAc_CEM3dpOZScE7pyE.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-287 (1)
- D tmp/cache/assets/development/sprockets/v3.0/zOjhbeehWch4dUJoUatzYkeNopza8rk9Fp8ffaD9na8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-288 (0)
- D tmp/cache/assets/development/sprockets/v3.0/z_Xpf0ruwFaAwVggbUGmJ3vgwSgmiZq5STgmO3xJFd8.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-289 (2)
- D tmp/cache/assets/development/sprockets/v3.0/zyWsNTkROShbgfexdbEDRWjLivbOQVUlAp9ScnIeBX4.cache https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26/files#diff-290 (1)
Patch Links:
- https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26.patch
- https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26.diff
— Reply to this email directly or view it on GitHub https://github.com/railsgirlsatl/Gem-and-the-Rubygrams/pull/26.
Looks good. :shipit:
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