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

Api #17

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

Api #17

wants to merge 38 commits into from

Commits on May 30, 2014

  1. basic lapse api

    pierce-h committed May 30, 2014
    Configuration menu
    Copy the full SHA
    d4fe5f1 View commit details
    Browse the repository at this point in the history
  2. updated paperclip to v 4.1.1

    pierce-h committed May 30, 2014
    Configuration menu
    Copy the full SHA
    f9d4953 View commit details
    Browse the repository at this point in the history
  3. update models with association attribute methods

    pierce-h committed May 30, 2014
    Configuration menu
    Copy the full SHA
    755dc2c View commit details
    Browse the repository at this point in the history
  4. removed extra routes

    pierce-h committed May 30, 2014
    Configuration menu
    Copy the full SHA
    ad191d1 View commit details
    Browse the repository at this point in the history
  5. cleaned up extra controller methods in api

    pierce-h committed May 30, 2014
    Configuration menu
    Copy the full SHA
    c452bca View commit details
    Browse the repository at this point in the history
  6. added request spec @eprothro will you take a look something in rspec …

    …is wonky
    pierce-h committed May 30, 2014
    Configuration menu
    Copy the full SHA
    43fd908 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. api covered with test

    pierce-h committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    bdf287c View commit details
    Browse the repository at this point in the history
  2. removed the puts breaking rspec progress bar

    pierce-h committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    619d9d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. removed controller specs

    pierce-h committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    56a1aaa View commit details
    Browse the repository at this point in the history
  2. cleaned up request specs

    pierce-h committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    8036785 View commit details
    Browse the repository at this point in the history
  3. changed return method

    pierce-h committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    9f84809 View commit details
    Browse the repository at this point in the history
  4. removed unused helper method

    pierce-h committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    bda1185 View commit details
    Browse the repository at this point in the history
  5. code review changes

    pierce-h committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    3633940 View commit details
    Browse the repository at this point in the history
  6. extended spec coverage on moments

    pierce-h committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    ba4ea50 View commit details
    Browse the repository at this point in the history
  7. extended spec coverage on lapses

    pierce-h committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    1f8fe82 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. updated lapse api errors

    pierce-h committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    aa29ad5 View commit details
    Browse the repository at this point in the history
  2. dirty research with yard

    eprothro committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    b569e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b67272c View commit details
    Browse the repository at this point in the history
  4. fixup

    eprothro committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    1d3b47f View commit details
    Browse the repository at this point in the history
  5. some quick and dirty styles

    eprothro committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    ee6137a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6158223 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0183f7d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #18 from rocketmobile/api-doc

    Api doc
    eprothro committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    9873ae3 View commit details
    Browse the repository at this point in the history
  9. syntax highlighting

    eprothro committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    f3352f2 View commit details
    Browse the repository at this point in the history
  10. error refactor

    pierce-h committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    1ce6014 View commit details
    Browse the repository at this point in the history
  11. style tweaks

    eprothro committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    963a974 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. update error response format

    pierce-h committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    03172b9 View commit details
    Browse the repository at this point in the history
  2. change to json builder gem

    pierce-h committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    f839691 View commit details
    Browse the repository at this point in the history
  3. add specs for lapse patch with invalid id

    pierce-h committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    151a23e View commit details
    Browse the repository at this point in the history
  4. remove erb template and replace with jbuilder

    pierce-h committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    3a4069b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad13699 View commit details
    Browse the repository at this point in the history
  6. change 422 response to 400

    pierce-h committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    12d3336 View commit details
    Browse the repository at this point in the history
  7. url param inputs JS

    eprothro committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    4f7184b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fefa15 View commit details
    Browse the repository at this point in the history
  9. doc copy

    eprothro committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    d92356c View commit details
    Browse the repository at this point in the history
  10. tweaked the param and full messages method

    pierce-h committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    9043acf View commit details
    Browse the repository at this point in the history
  11. doc style tweak

    eprothro committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    daa4de7 View commit details
    Browse the repository at this point in the history
  12. spec tweak

    pierce-h committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    3d566fb View commit details
    Browse the repository at this point in the history