summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-27add integration tests for company licenses.HEADmastermo khan
2014-02-27add integration test for v1/licenses/:idmo khan
2014-02-27add integration test for v1/licenses.mo khan
2014-02-27remove comments.mo khan
2014-02-27extract functino in acceptance script.mo khan
2014-02-27load locations in controllermo khan
2014-02-27add a homepage to display the different types of routes.mo khan
2014-02-27the object that owns the data should operate on the date.mo khan
2014-02-27remove unnecessary stub.mo khan
2014-02-27move shared partials into shared folder.mo khan
2014-02-27fix bug related to expiration time boundaries. apparently time is a moving ta...mo khan
2014-02-27switch to ruby 2.1.1mo khan
2014-02-22Merge pull request #1 from mokhan/solutionGavin Miller
2014-02-22switch host.mo khan
2014-02-22hardcode ids in sample script.mo khan
2014-02-22create a new heroku app.mo khan
2014-02-22switch from has_one to belongs_to relationship.mo khan
2014-02-22load the location as expected.mo khan
2014-02-22display errors in dev mode.mo khan
2014-02-22move solution notes to a separate file.mo khan
2014-02-22add solution notes to readme.mo khan
2014-02-22pass location json to partial. active records lazy instantiation of has_one r...mo khan
2014-02-22remove .json extension from jbuilder templates.mo khan
2014-02-22rename active_licenses to licenses to match jbuilder template.mo khan
2014-02-22remove explicit render :json.mo khan
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