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

Don't merge - Steven for review #33

Open
wants to merge 148 commits into
base: review-base
Choose a base branch
from
Open

Don't merge - Steven for review #33

wants to merge 148 commits into from

Commits on Apr 10, 2015

  1. Initial commit

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    0dd9f7f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/kevalwell/StackOverflow

    Hoa Nguyen & Kevin Alwell & Malcolm Bouzi & Awesome Ninja Fighter committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    d9d0748 View commit details
    Browse the repository at this point in the history
  3. complete question/answer migrations

    Hoa Nguyen & Kevin Alwell & Malcolm Bouzi & Awesome Ninja Fighter committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    e50a028 View commit details
    Browse the repository at this point in the history
  4. complete header styling

    mbouzi committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    e0bb83a View commit details
    Browse the repository at this point in the history
  5. columns

    Hoa Nguyen & Kevin Alwell & Malcolm Bouzi & Awesome Ninja Fighter committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    d653b67 View commit details
    Browse the repository at this point in the history
  6. set database relationships

    Hoa Nguyen & Kevin Alwell & Malcolm Bouzi & Awesome Ninja Fighter committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    3082aa4 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'Malcolm_header'

    Conflicts:
    	db/schema.rb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    efa3b80 View commit details
    Browse the repository at this point in the history
  8. Ready User Controller

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    ca75cfa View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from kevalwell/ka/NewUser

    Ready User Controller
    Malcolm Bouzi committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    8008fb1 View commit details
    Browse the repository at this point in the history
  10. finished seed file

    samguergen committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    25cb8eb View commit details
    Browse the repository at this point in the history
  11. created link_to signup

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    50f5b4b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec9d235 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3 from kevalwell/Sam_seed

    Sam seed
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    62ff66b View commit details
    Browse the repository at this point in the history
  14. created signup link

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    ee13ebd View commit details
    Browse the repository at this point in the history
  15. Made question skeleton

    	new file:   app/controllers/questions_controller.rb
    	new file:   app/views/questions/new.html.erb
    	modified:   config/routes.rb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    ab12982 View commit details
    Browse the repository at this point in the history
  16. Created User Essentials

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    8847f11 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ac9589a View commit details
    Browse the repository at this point in the history
  18. Finish question/new

    	modified:   app/controllers/questions_controller.rb
    	modified:   app/views/questions/new.html.erb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    3418b94 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #4 from kevalwell/question_new

    Question new
    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    405dd5d View commit details
    Browse the repository at this point in the history
  20. Merge pull request #5 from kevalwell/Sam_User_Index

    added index method to user controller
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    38d08b4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    43aad9f View commit details
    Browse the repository at this point in the history
  22. Made question/show page

    	new file:   app/views/questions/show.html.erb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    3578d61 View commit details
    Browse the repository at this point in the history
  23. Made show action method for the question controller

    	modified:   app/controllers/questions_controller.rb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    c1a64fb View commit details
    Browse the repository at this point in the history
  24. finished login controller

    samguergen committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    295c257 View commit details
    Browse the repository at this point in the history
  25. Create view for new user

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    c9674e4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    42b7513 View commit details
    Browse the repository at this point in the history
  27. Made show page for question controller. shows question, answers, and …

    …the user of each
    
    	modified:   app/views/questions/show.html.erb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    828ea94 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0651f74 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #6 from kevalwell/Sam_Login

    Sam login
    samguergen committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    8970673 View commit details
    Browse the repository at this point in the history
  30. Add answers controller routes

    	modified:   config/routes.rb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    d4325ce View commit details
    Browse the repository at this point in the history
  31. create user form

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    df9698d View commit details
    Browse the repository at this point in the history
  32. Merge branch 'master' into ka/NewUser

    Fix user issues
    
    Conflicts:
    	app/controllers/user_controller.rb
    
    	new file:   app/controllers/questions_controller.rb
    	modified:   app/controllers/users_controller.rb
    	new file:   app/views/questions/new.html.erb
    	new file:   app/views/user/index.html.erb
    	new file:   app/views/user/login.html.erb
    	modified:   config/routes.rb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    d6f2abb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0e40eb2 View commit details
    Browse the repository at this point in the history
  34. Users working

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    db7ae59 View commit details
    Browse the repository at this point in the history
  35. Made answer create form

    	modified:   app/controllers/questions_controller.rb
    	modified:   app/views/questions/show.html.erb
    hoathenguyen85 committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    af4693b View commit details
    Browse the repository at this point in the history
  36. view user page

    kevalwell committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    eead885 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2015

  1. Configuration menu
    Copy the full SHA
    1d15602 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from kevalwell/ka/NewUser

    Ka/new user
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    3d3dae6 View commit details
    Browse the repository at this point in the history
  3. made Answer Controller

    	new file:   app/controllers/answers_controller.rb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    24a427d View commit details
    Browse the repository at this point in the history
  4. Add answer form

    	modified:   app/views/questions/show.html.erb
    	deleted:    app/views/user/index.html.erb
    	deleted:    app/views/user/login.html.erb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    445d33f View commit details
    Browse the repository at this point in the history
  5. Fix routes by merging into resource block

    	modified:   config/routes.rb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    28b0f32 View commit details
    Browse the repository at this point in the history
  6. Moved erb back

    	new file:   app/views/users/index.html.erb
    	new file:   app/views/users/login.html.erb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    09392cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d1c79a View commit details
    Browse the repository at this point in the history
  8. Save answer from question#show

    	modified:   app/controllers/answers_controller.rb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    5280d2b View commit details
    Browse the repository at this point in the history
  9. header auth additions/routes additions/questions index/answers edit/s…

    …essions controller for logoutu
    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    f06a96f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9 from kevalwell/question_show

    Question show
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    78da0cb View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into Malcolm_Friday

    Conflicts:
    	app/controllers/answers_controller.rb
    	app/controllers/questions_controller.rb
    	app/views/layouts/application.html.erb
    	config/routes.rb
    
    	new file:   .DS_Store
    	modified:   Gemfile
    	modified:   Gemfile.lock
    	new file:   app/.DS_Store
    	modified:   app/assets/stylesheets/application.css
    	modified:   app/controllers/answers_controller.rb
    	modified:   app/controllers/questions_controller.rb
    	new file:   app/controllers/users_controller.rb
    	modified:   app/models/answer.rb
    	modified:   app/models/question.rb
    	modified:   app/models/user.rb
    	new file:   app/views/.DS_Store
    	modified:   app/views/layouts/application.html.erb
    	new file:   app/views/questions/new.html.erb
    	new file:   app/views/questions/show.html.erb
    	new file:   app/views/users/.DS_Store
    	new file:   app/views/users/index.html.erb
    	new file:   app/views/users/login.html.erb
    	new file:   app/views/users/new.html.erb
    	new file:   app/views/users/show.html.erb
    	modified:   config/routes.rb
    	modified:   db/migrate/20150410161434_create_questions.rb
    	modified:   db/migrate/20150410161442_create_answers.rb
    	modified:   db/schema.rb
    	modified:   db/seeds.rb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    3a163ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8421eb View commit details
    Browse the repository at this point in the history
  13. Fixed minor question code

    	modified:   app/controllers/questions_controller.rb
    	modified:   app/views/questions/index.html.erb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    fb39f8e View commit details
    Browse the repository at this point in the history
  14. clean up controllers

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    5e24a30 View commit details
    Browse the repository at this point in the history
  15. link to users

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    55f9b1c View commit details
    Browse the repository at this point in the history
  16. questions index

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    9d9ffa1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ca5bdd2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    39d4906 View commit details
    Browse the repository at this point in the history
  19. user show

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    4d5a15b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    84b645b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    41fe156 View commit details
    Browse the repository at this point in the history
  22. finished add question link

    samguergen committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    6544d88 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #12 from kevalwell/Sam_Delete_Create_Question

    Sam delete create question
    samguergen committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    ff48b5f View commit details
    Browse the repository at this point in the history
  24. Merge branch 'master' into Malcolm_front_pt_1

    Conflicts:
    	app/controllers/questions_controller.rb
    
    	modified:   app/controllers/questions_controller.rb
    	modified:   app/views/layouts/application.html.erb
    	modified:   app/views/questions/show.html.erb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    3f7d072 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fc0a375 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0156e1f View commit details
    Browse the repository at this point in the history
  27. Update answer#create/update

    	modified:   app/controllers/answers_controller.rb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    3f44129 View commit details
    Browse the repository at this point in the history
  28. fixed comment edit route

    samguergen committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    7ec6c60 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'master' into Sam_AnswerDeleterouteEditLink

    Conflicts:
    	app/views/answers/edit.html.erb
    
    	modified:   app/assets/stylesheets/application.css
    	modified:   app/controllers/answers_controller.rb
    	modified:   app/controllers/questions_controller.rb
    	deleted:    app/controllers/sessions_controller.rb
    	modified:   app/controllers/users_controller.rb
    	modified:   app/helpers/application_helper.rb
    	modified:   app/views/answers/edit.html.erb
    	modified:   app/views/layouts/application.html.erb
    	modified:   app/views/questions/index.html.erb
    	modified:   app/views/users/index.html.erb
    	modified:   app/views/users/login.html.erb
    	modified:   app/views/users/new.html.erb
    	modified:   app/views/users/show.html.erb
    	modified:   config/routes.rb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    f330df7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5fce53f View commit details
    Browse the repository at this point in the history
  31. Merge pull request #13 from kevalwell/answer

    Update answer#create/update
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    0c97e87 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0d1ba30 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    33a37fc View commit details
    Browse the repository at this point in the history
  34. Fix Login/logout on layout

    Alwell authored and Alwell committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    3981edf View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    438e5fe View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f8a8d42 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7649419 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #15 from kevalwell/ka/login

    Fix Login/logout on layout
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    33c8c45 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #16 from kevalwell/Sam_User_EditDelete

    Sam user edit delete
    samguergen committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    f315335 View commit details
    Browse the repository at this point in the history
  40. fix auth for header

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    32aac22 View commit details
    Browse the repository at this point in the history
  41. fixed header

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    4f30139 View commit details
    Browse the repository at this point in the history
  42. fix header

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    1e17abd View commit details
    Browse the repository at this point in the history
  43. fixed header

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    7537732 View commit details
    Browse the repository at this point in the history
  44. Merge branch 'master' of https://github.com/kevalwell/StackOverflow i…

    …nto Malcolm_front_pt_1
    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    ca233c6 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #17 from kevalwell/Malcolm_front_pt_1

    Malcolm front pt 1
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    115c8be View commit details
    Browse the repository at this point in the history
  46. fix login

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    59c3ba4 View commit details
    Browse the repository at this point in the history
  47. final header fix

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    9fdb57f View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    12bd93a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4abb427 View commit details
    Browse the repository at this point in the history
  50. Made polymorphic comments and votes table

    	modified:   app/models/answer.rb
    	new file:   app/models/comment.rb
    	modified:   app/models/question.rb
    	new file:   app/models/vote.rb
    	new file:   db/migrate/20150411205231_create_comments.rb
    	new file:   db/migrate/20150411205924_create_votes.rb
    	modified:   db/schema.rb
    Hoa Nguyen & Malcolm Bouzi & Awesome Ninja Fighter committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    9fa6e22 View commit details
    Browse the repository at this point in the history
  51. edit show

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    8274da3 View commit details
    Browse the repository at this point in the history
  52. Add links for user and question

    Alwell authored and Alwell committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    764b21e View commit details
    Browse the repository at this point in the history
  53. Merge pull request #19 from kevalwell/poly_tables

    Made polymorphic comments and votes table
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    5e7491b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    67a2908 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d913054 View commit details
    Browse the repository at this point in the history
  56. Merge pull request #20 from kevalwell/ka/question_links

    Add links for user and question
    kevalwell committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    31d2f0f View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a813ff5 View commit details
    Browse the repository at this point in the history
  58. question show user sections

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    259ac78 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1b8a36d View commit details
    Browse the repository at this point in the history
  60. Merge pull request #21 from kevalwell/question_show_frontend

    Question show frontend
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    8e6bd4f View commit details
    Browse the repository at this point in the history
  61. user cant answer unless logged in

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    9d84042 View commit details
    Browse the repository at this point in the history
  62. Merge pull request #22 from kevalwell/answer_question_auth

    user cant answer unless logged in
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    79e7123 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    7974aa1 View commit details
    Browse the repository at this point in the history
  64. created comments resource

    kevalwell committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    f9800da View commit details
    Browse the repository at this point in the history
  65. made links

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    8523e2b View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    ee044b4 View commit details
    Browse the repository at this point in the history
  67. more styling

    mbouzi committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    bfad446 View commit details
    Browse the repository at this point in the history
  68. Merge pull request #23 from kevalwell/sign_login_ajax

    Sign login ajax
    
    not ajax but looks cool!
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    9f7512c View commit details
    Browse the repository at this point in the history
  69. altered comment controller

    kevalwell committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    16f10c3 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    724ff8d View commit details
    Browse the repository at this point in the history
  71. Fix bug...use reg variable and not instance variable

    	modified:   app/controllers/answers_controller.rb
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    b62593e View commit details
    Browse the repository at this point in the history
  72. Merge pull request #25 from kevalwell/answer_bug

    Fix bug...use reg variable and not instance variable
    hoathenguyen85 committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    292797d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. Configuration menu
    Copy the full SHA
    831556a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8feba3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5087c2d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into Sam_Votes, also updated the comment & vote…

    … model
    
    Conflicts:
    	app/views/questions/show.html.erb
    
    	modified:   app/assets/stylesheets/application.css
    	modified:   app/controllers/answers_controller.rb
    	modified:   app/controllers/application_controller.rb
    	modified:   app/models/comment.rb
    	modified:   app/models/vote.rb
    	modified:   app/views/layouts/application.html.erb
    	modified:   app/views/questions/index.html.erb
      modified:   app/views/questions/show.html.erb
    	modified:   app/views/users/login.html.erb
    	modified:   app/views/users/new.html.erb
    	modified:   app/views/users/show.html.erb
    Hoa Nguyen & Hoa Nguyen committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    62fc16d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Sam_Votes'

    Hoa Nguyen & Hoa Nguyen committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    acdade0 View commit details
    Browse the repository at this point in the history
  6. user index names

    mbouzi committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    b0f9938 View commit details
    Browse the repository at this point in the history
  7. question index links fix

    mbouzi committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    79235ed View commit details
    Browse the repository at this point in the history
  8. user index contents height fix

    mbouzi committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    5d38de8 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into ka/comments

    Conflicts:
    	config/routes.rb
    
    	modified:   app/assets/stylesheets/application.css
    	modified:   app/controllers/answers_controller.rb
    	modified:   app/controllers/application_controller.rb
    	modified:   app/controllers/comments_controller.rb
    	modified:   app/controllers/questions_controller.rb
    	new file:   app/controllers/votes_controller.rb
    	modified:   app/models/comment.rb
    	modified:   app/models/vote.rb
    	modified:   app/views/comments/new.html.erb
    	modified:   app/views/layouts/application.html.erb
      modified:   app/views/questions/show.html.erb
    	modified:   app/views/users/login.html.erb
    	modified:   app/views/users/new.html.erb
    	new file:   app/views/votes/_vote.html.erb
    	new file:   app/views/votes/new.html.erb
    	modified:   config/routes.rb
    Hoa Nguyen & Hoa Nguyen committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    86b1bf8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6264ce7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d10130 View commit details
    Browse the repository at this point in the history
  12. Update link to use id and type of the comment table

    	modified:   app/controllers/comments_controller.rb
    	modified:   app/views/questions/show.html.erb
    Hoa Nguyen & Hoa Nguyen committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    cd11a54 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    02e17ce View commit details
    Browse the repository at this point in the history
  14. Comment Working

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    2a0fe9f View commit details
    Browse the repository at this point in the history
  15. answer amount on question show

    mbouzi committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    8e1dff1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ad240f View commit details
    Browse the repository at this point in the history
  17. Create spec files

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    c051be0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1720753 View commit details
    Browse the repository at this point in the history
  19. User_spec && Question Spec

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    10ea860 View commit details
    Browse the repository at this point in the history
  20. edited gemfile

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    c87b57c View commit details
    Browse the repository at this point in the history
  21. reformatted comments

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    db2f9d5 View commit details
    Browse the repository at this point in the history
  22. rspecs failing but running

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    c6d7f91 View commit details
    Browse the repository at this point in the history
  23. vote answers in votes controller

    mbouzi committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    ee93eba View commit details
    Browse the repository at this point in the history
  24. Validations on user email

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    5451a96 View commit details
    Browse the repository at this point in the history
  25. Tests Not passing yet

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    ed2b8fe View commit details
    Browse the repository at this point in the history
  26. Merge pull request #28 from kevalwell/ka/comment_working

    Ka/comment working
    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    cf0a34b View commit details
    Browse the repository at this point in the history
  27. Add a comment

    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    41b2221 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #29 from kevalwell/ka/tweaks

    Add a comment
    kevalwell committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    2e1d119 View commit details
    Browse the repository at this point in the history
  29. Comment saves for answers and questions

    	modified:   app/controllers/answers_controller.rb
    	modified:   app/controllers/comments_controller.rb
    	modified:   app/views/comments/new.html.erb
    Hoa Nguyen & Hoa Nguyen committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    77fe045 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'ka/comments'

    Hoa Nguyen & Hoa Nguyen committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    7742d7c View commit details
    Browse the repository at this point in the history
  31. answer votes

    mbouzi committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    4686095 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #30 from kevalwell/Malcolm_Sunday_edits

    Malcolm sunday edits
    hoathenguyen85 committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    59b18cb View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. 1 Configuration menu
    Copy the full SHA
    68ff5f6 View commit details
    Browse the repository at this point in the history
  2. comment/edit/delete styling

    mbouzi committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    ae425a2 View commit details
    Browse the repository at this point in the history
  3. delete/edit styling

    mbouzi committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    78a687d View commit details
    Browse the repository at this point in the history
  4. footer

    mbouzi committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    48b8561 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #32 from kevalwell/final_edits

    Final edits
    Malcolm Bouzi committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    92928a5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #31 from kevalwell/ka/search_bar

    Nifty Search Bar for User Index
    kevalwell committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    95db26d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/kevalwell/StackOverflow

    Conflicts:
    	app/controllers/comments_controller.rb
    	app/views/comments/new.html.erb
    	app/views/questions/show.html.erb
    Hoa Nguyen & Hoa Nguyen committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    ff5dce3 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/kevalwell/StackOverflow

    Conflicts:
    	app/views/comments/new.html.erb
    	app/views/questions/show.html.erb
    Hoa Nguyen & Hoa Nguyen committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    f3d2037 View commit details
    Browse the repository at this point in the history