index
:
interviews/petrofeed.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
Age
Commit message (
Collapse
)
Author
2014-02-27
load locations in controller
mo khan
2014-02-27
add a homepage to display the different types of routes.
mo khan
2014-02-22
display errors in dev mode.
mo khan
2014-02-22
rename active_licenses to licenses to match jbuilder template.
mo khan
2014-02-22
remove explicit render :json.
mo khan
2014-02-22
found a weird bug with jbuilder and trying to render the location json node.
mo khan
2014-02-22
add global error handler to respond with internal server error.
mo khan
2014-02-21
move search filter method from controller down to model.
mo khan
2014-02-21
load well statuses and well types in application controller.
mo khan
2014-02-21
load well statuses and well types with each request to the company licenses ↵
mo khan
controller.
2014-02-21
extract query method to look up the matching status.
mo khan
2014-02-20
extract search filter method.
mo khan
2014-02-20
filter by license status and township
mo khan
2014-02-20
implement index action on company licenses controller.
mo khan
2014-02-20
add routes to companies/:company_id/licenses
mo khan
2014-02-20
return a json response.
mo khan
2014-02-20
create show action.
mo khan
2014-02-20
use named parameters for better readability and ensure a json response is ↵
mo khan
returned.
2014-02-20
extract filter to prepare pagination fields.
mo khan
2014-02-20
allow clients to specify the number of items per page.
mo khan
2014-02-20
return a specific page of results.
mo khan
2014-02-20
start to define the index action.
mo khan
2014-02-20
create route to licenses#index.
mo khan
2014-02-20
rails new .
mo khan