summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2014-02-22start view specs for each json response.mo khan
2014-02-22extract let declarations.mo khan
2014-02-22add specs for active status.mo khan
2014-02-21add specs for expired license.mo khan
2014-02-21refactor specs to target the filter licenses method.mo khan
2014-02-21move search filter method from controller down to model.mo khan
2014-02-21add License.status specs.mo khan
2014-02-21add spec for License.township.mo khan
2014-02-21add integration test and add township query method.mo khan
2014-02-21rename method and use relation to create new license.mo khan
2014-02-21create users table and save applicant with the license.mo khan
2014-02-21create location model.mo khan
2014-02-21add well type to licenses table.mo khan
2014-02-21define well types table.mo khan
2014-02-21start to build the json specs.mo khan
2014-02-21load well statuses and well types in application controller.mo khan
2014-02-21load well statuses and well types with each request to the company licenses c...mo khan
2014-02-21inplement query method to find matching status strategy.mo khan
2014-02-21add confidential well license status.mo khan
2014-02-21move status filtering behaviour to separate status classes.mo khan
2014-02-21define relationship between company and licenses and return active licenses.mo khan
2014-02-20filter by license status and townshipmo khan
2014-02-20implement index action on company licenses controller.mo khan
2014-02-20add routes to companies/:company_id/licensesmo khan
2014-02-20stub out the finder.mo khan
2014-02-20return a json response.mo khan
2014-02-20create show action.mo khan
2014-02-20add route to licenses#show.mo khan
2014-02-20return the paginated set of results.mo khan
2014-02-20create licenses table and return most recently created.mo khan
2014-02-20use named parameters for better readability and ensure a json response is ret...mo khan
2014-02-20allow clients to specify the number of items per page.mo khan
2014-02-20return a specific page of results.mo khan
2014-02-20start to define the index action.mo khan
2014-02-20create route to licenses#index.mo khan
2014-02-20install rspec and cleanup default gem file.mo khan