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

A few days from tuesday #2

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

Commits on Apr 16, 2014

  1. updated styling for profile page

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    c8b96a6 View commit details
    Browse the repository at this point in the history
  2. Adding helper methods for profile display

    * time formatting
    * station name formatting
    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    14b29bd View commit details
    Browse the repository at this point in the history
  3. user trips show up on profile

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    36048c5 View commit details
    Browse the repository at this point in the history
  4. Beginning to add fake trip logic

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    df5d6c9 View commit details
    Browse the repository at this point in the history
  5. New route for fake trip form

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    ae02657 View commit details
    Browse the repository at this point in the history
  6. fake trips working

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    a12dfe0 View commit details
    Browse the repository at this point in the history
  7. Add before filter to tripscontroller.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    4753887 View commit details
    Browse the repository at this point in the history
  8. Took out duplicate sign up link.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    76791cd View commit details
    Browse the repository at this point in the history
  9. Add breaks to form.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    7861bb5 View commit details
    Browse the repository at this point in the history
  10. finishing fake trip interface

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    9d262ac View commit details
    Browse the repository at this point in the history
  11. removing duplicate file

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    b9794a9 View commit details
    Browse the repository at this point in the history
  12. Reverse Geolocation implemented

    Lat & long translated to address using ajax call to google api
    Apprentice authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    4ad6c11 View commit details
    Browse the repository at this point in the history
  13. Added route for stations index

    Apprentice authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    9f1ee78 View commit details
    Browse the repository at this point in the history
  14. Renaming

    Apprentice authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    4386679 View commit details
    Browse the repository at this point in the history
  15. find location also finds closest bart station and selects it

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    653ada6 View commit details
    Browse the repository at this point in the history
  16. added stations controller to return json of all stations

    and their properties
    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    2f7fd21 View commit details
    Browse the repository at this point in the history
  17. Add edit, update, and destroy actions.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    f5230ce View commit details
    Browse the repository at this point in the history
  18. delete form, made it a partial.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    539363b View commit details
    Browse the repository at this point in the history
  19. add link to edit page.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    f0c1a20 View commit details
    Browse the repository at this point in the history
  20. Partial form.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    61a7a58 View commit details
    Browse the repository at this point in the history
  21. remove p statments

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d88ddf9 View commit details
    Browse the repository at this point in the history
  22. removing twilio controller model

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    6148d8b View commit details
    Browse the repository at this point in the history
  23. updating gitignore for env files

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    3fae903 View commit details
    Browse the repository at this point in the history
  24. began refactoring bart.rb

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    157a513 View commit details
    Browse the repository at this point in the history
  25. renaming files and models

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    6d0a2bf View commit details
    Browse the repository at this point in the history
  26. made BartURLBuilder class

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    e2d4017 View commit details
    Browse the repository at this point in the history
  27. renaming models, extracting methods out

    * renamed Trip to BartTrip
    * moved URL building for API calls to a new model
    * changed Bart model to RealtimeBartDepartures
    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    686c07d View commit details
    Browse the repository at this point in the history
  28. changed trip path

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    5c0b8ae View commit details
    Browse the repository at this point in the history
  29. moved XML parsing shit to another model, tests pass

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d09bb10 View commit details
    Browse the repository at this point in the history
  30. all tests passing

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    0ec02a3 View commit details
    Browse the repository at this point in the history
  31. searching for trips works once more

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    a53e8b6 View commit details
    Browse the repository at this point in the history
  32. removing form javascripts

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d580333 View commit details
    Browse the repository at this point in the history
  33. update migration for stations

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    666110e View commit details
    Browse the repository at this point in the history
  34. changing correct user to current user

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    09d49aa View commit details
    Browse the repository at this point in the history
  35. downcasing user file

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d9e2e84 View commit details
    Browse the repository at this point in the history
  36. fully refactored realtime bart departure model

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    801256d View commit details
    Browse the repository at this point in the history
  37. using button tags instead of raw for main page

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    e199bf1 View commit details
    Browse the repository at this point in the history
  38. fixing javascript geolocation

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    9f134e8 View commit details
    Browse the repository at this point in the history
  39. moved seed information to new StationBuilder model

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    418cb5e View commit details
    Browse the repository at this point in the history
  40. updated seeds file with new logic

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    bd9f6a1 View commit details
    Browse the repository at this point in the history
  41. fixing whitespace in geolocation.js

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    80adb3d View commit details
    Browse the repository at this point in the history
  42. removing geolocation

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    37a0830 View commit details
    Browse the repository at this point in the history
  43. used euclidean distance to be more accurate

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    eda485c View commit details
    Browse the repository at this point in the history
  44. cleaned up unused methods

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    15cb3c9 View commit details
    Browse the repository at this point in the history
  45. Changes to get closest bart without geolocation. WIP

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    01f6fc7 View commit details
    Browse the repository at this point in the history
  46. Added instance methods for GoogleMaps class.

    Left old methods in until we can remove dependencies.
    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d5e0c3e View commit details
    Browse the repository at this point in the history
  47. Refactored tests to work with the new model instance methods.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d1e30c5 View commit details
    Browse the repository at this point in the history
  48. Removed test for deprecated method.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    0b82459 View commit details
    Browse the repository at this point in the history
  49. Removed tests for deprecated method.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    dbba0ee View commit details
    Browse the repository at this point in the history
  50. Made a test a little more specific

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    bbf9b5d View commit details
    Browse the repository at this point in the history
  51. removed private keyword

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    50e919d View commit details
    Browse the repository at this point in the history
  52. moving all depart time logic to realtime bart departures model

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    5e1850e View commit details
    Browse the repository at this point in the history
  53. Updated to reflect new button and field names

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    11d9842 View commit details
    Browse the repository at this point in the history
  54. moving logic to proper places from within bart trip model

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    44728c4 View commit details
    Browse the repository at this point in the history
  55. Removed old methods

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    3c3a4c8 View commit details
    Browse the repository at this point in the history
  56. Substituting old calls for new instance method calls

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    63a4457 View commit details
    Browse the repository at this point in the history
  57. drying up logic for fake trips

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    5671332 View commit details
    Browse the repository at this point in the history
  58. used each_with_object to refactor

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    1db33eb View commit details
    Browse the repository at this point in the history
  59. cleaned up and removed extra js files

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    4ff19f4 View commit details
    Browse the repository at this point in the history
  60. Removed forms.js and moved jquery calls into geolocate.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    bbcd88a View commit details
    Browse the repository at this point in the history
  61. Removed jquery.formance as we no longer need it.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    2f7c8ea View commit details
    Browse the repository at this point in the history
  62. refactored to use Geolocate.Binder.bind()

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    647088d View commit details
    Browse the repository at this point in the history
  63. minor cleanup geolocation.js

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    a0d62fd View commit details
    Browse the repository at this point in the history
  64. removed whitespace

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    6ba3d10 View commit details
    Browse the repository at this point in the history
  65. removed extra semicolon

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    7bc6b40 View commit details
    Browse the repository at this point in the history
  66. more refactoring on bart trip model

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    9572830 View commit details
    Browse the repository at this point in the history
  67. Redid fix to new GoogleMaps model

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    7acd7fa View commit details
    Browse the repository at this point in the history
  68. Removed self from GoogleMaps model.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    31b88f5 View commit details
    Browse the repository at this point in the history
  69. Adjust css colors.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    2246698 View commit details
    Browse the repository at this point in the history
  70. Adjust content and form size for mobile.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    16f5d61 View commit details
    Browse the repository at this point in the history
  71. Adjust nav background img.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    06eef8d View commit details
    Browse the repository at this point in the history
  72. Adjust find me button, and create button. Also empty drop down first …

    …option.
    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    789686e View commit details
    Browse the repository at this point in the history
  73. Adjust find me button to link, empty first drop down option, submit l…

    …abel.
    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    a0bc443 View commit details
    Browse the repository at this point in the history
  74. Add link_to links.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    b41d309 View commit details
    Browse the repository at this point in the history
  75. Adjust form

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    c64d618 View commit details
    Browse the repository at this point in the history
  76. delete duplicate link for logout.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    0581485 View commit details
    Browse the repository at this point in the history
  77. Made the button a link_to.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    e43bdb2 View commit details
    Browse the repository at this point in the history
  78. Remove comments.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    7b8da61 View commit details
    Browse the repository at this point in the history
  79. remove old files, add new images

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    16ede1d View commit details
    Browse the repository at this point in the history
  80. Format bart trip show and find message

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    2f06314 View commit details
    Browse the repository at this point in the history
  81. Added jasmine-rails gem

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    b2c5189 View commit details
    Browse the repository at this point in the history
  82. Gemfile.lock updated with jasmine dependencies

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    3b515bb View commit details
    Browse the repository at this point in the history
  83. Jasmine dependency added to routes

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    2fa7850 View commit details
    Browse the repository at this point in the history
  84. A couple basic jasmine tests of the geolocation.js

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    6cc1e39 View commit details
    Browse the repository at this point in the history
  85. Small change to disable Find Me button

    New button is actually a link, and need to be disabled after clicked so the API isn't spammed
    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    6fdd40e View commit details
    Browse the repository at this point in the history
  86. updated logic to find more than a single line for a given origin/dest…

    …ination
    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d3d595f View commit details
    Browse the repository at this point in the history
  87. now returning array with all times from multiple lines, formatted

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d77fc3a View commit details
    Browse the repository at this point in the history
  88. Adjust buttons.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    7d7b9d4 View commit details
    Browse the repository at this point in the history
  89. Add class to submit button.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    7de22f2 View commit details
    Browse the repository at this point in the history
  90. Fix bug, change create to .new.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    5e2c42a View commit details
    Browse the repository at this point in the history
  91. Add class to submit button.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    86f1986 View commit details
    Browse the repository at this point in the history
  92. Add label to submit button.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    03801e7 View commit details
    Browse the repository at this point in the history
  93. Deleted initialize method.... again.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    64e4443 View commit details
    Browse the repository at this point in the history
  94. Removed unused distance method. again.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    b894411 View commit details
    Browse the repository at this point in the history
  95. Added a couple more basic tests and commented out WIP tests.

    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    35cd1ef View commit details
    Browse the repository at this point in the history
  96. Removed done from function parameter.

    Made note of it because it was working and will be needed for later testing.
    Michael Gleason & Jordan Luyke authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    532d3e4 View commit details
    Browse the repository at this point in the history
  97. multiple routes working, cleaned up a bit

    lilkraftwerk authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    8c46eda View commit details
    Browse the repository at this point in the history
  98. Create a separate log in page to store form.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    0130ef4 View commit details
    Browse the repository at this point in the history
  99. Create selector for submit button.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    e92e327 View commit details
    Browse the repository at this point in the history
  100. Align and style buttons and links.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    46fbecb View commit details
    Browse the repository at this point in the history
  101. Create an action new.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    f9c7b8a View commit details
    Browse the repository at this point in the history
  102. Change redirect to signed in homepage, not user profile.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    346df72 View commit details
    Browse the repository at this point in the history
  103. Add selector to submit.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    7d781ac View commit details
    Browse the repository at this point in the history
  104. Update link selectors for css.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    ad131c6 View commit details
    Browse the repository at this point in the history
  105. Added indirection to log in, redirects to new login page.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    730ff5f View commit details
    Browse the repository at this point in the history
  106. Added new to sessions resource.

    nicholascu authored and Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    193e2b2 View commit details
    Browse the repository at this point in the history
  107. steven misc comments

    Steven G. Harms committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d39d698 View commit details
    Browse the repository at this point in the history