summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Collapse)Author
2014-02-27the object that owns the data should operate on the date.mo khan
2014-02-27fix bug related to expiration time boundaries. apparently time is a moving ↵mo khan
target.
2014-02-22switch from has_one to belongs_to relationship.mo khan
2014-02-22found a weird bug with jbuilder and trying to render the location json node.mo khan
2014-02-22add status to license and fix broken jbuilder spec.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 applicant name to json response.mo khan
2014-02-22add specs for active status.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-21replace string with hash notation.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-21load well statuses and well types with each request to the company licenses ↵mo khan
controller.
2014-02-21inplement query method to find matching status strategy.mo khan
2014-02-21move active and expired to license status namespace.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-21extract query method to look up the matching status.mo khan
2014-02-20filter by license status and townshipmo khan
2014-02-20implement index action on company licenses controller.mo khan
2014-02-20fix broken spec after switch from sqlite to pg.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-20start to define the index action.mo khan
2014-02-20rails new .mo khan