summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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-20extract search filter method.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-20remove the assets directory.mo khan
2014-02-20return a json response.mo khan
2014-02-20fix broken spec after switch from sqlite to pg.mo khan
2014-02-20create show action.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 ↵mo khan
returned.
2014-02-20extract filter to prepare pagination fields.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-20rails new .mo khan