summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-22found a weird bug with jbuilder and trying to render the location json node.mo khan
2014-02-22replace hard coded id.mo khan
2014-02-22add more examples to acceptance script.mo khan
2014-02-22update acceptance script.mo khan
2014-02-22mark license as confidential.mo khan
2014-02-22add script to load database with stub data.mo khan
2014-02-22start to write quick visual acceptance test as a shell script.mo khan
2014-02-22add global error handler to respond with internal server error.mo khan
2014-02-22remove unused files.mo khan
2014-02-22update deploy script to seed db and add hconsole script to load heroku console.mo khan
2014-02-22add status to license and fix broken jbuilder spec.mo khan
2014-02-22add the license status to the json response.mo khan
2014-02-22add well types and license statuses to the company licenses json response.mo khan
2014-02-22extract partials for well types and license types.mo khan
2014-02-22add missing specs for confidential status.mo khan
2014-02-22pretty print the expired status.mo khan
2014-02-22pretty print the active status name.mo khan
2014-02-22add license statuses to the json response.mo khan
2014-02-22add well types to the json response.mo khan
2014-02-22add applicant name to json response.mo khan
2014-02-22do not disclose company or well type information for confidential licenses.mo khan
2014-02-22extract partial for company.mo khan
2014-02-22extract partial for location.mo khan
2014-02-22extract well_type partial.mo khan
2014-02-22extract partial to render the license information.mo khan
2014-02-22add json response for licenses#show.mo khan
2014-02-22update json response for company_licenses#index.mo khan
2014-02-22put together todo list for morning.mo khan
2014-02-22add id to json response.mo khan
2014-02-22define json for licenses#index endpoint.mo khan
2014-02-22start view specs for each json response.mo khan
2014-02-22extract let declarations.mo khan
2014-02-22remove database.ymlmo khan
2014-02-22review readme.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-21replace string with hash notation.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-21use a uuid as the primary key for locations.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-21add script to tail heroku logs.mo khan