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
/
models
Age
Commit message (
Expand
)
Author
2014-02-27
the object that owns the data should operate on the date.
mo khan
2014-02-27
fix bug related to expiration time boundaries. apparently time is a moving ta...
mo khan
2014-02-22
switch from has_one to belongs_to relationship.
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 status to license and fix broken jbuilder spec.
mo khan
2014-02-22
add missing specs for confidential status.
mo khan
2014-02-22
pretty print the expired status.
mo khan
2014-02-22
pretty print the active status name.
mo khan
2014-02-22
add applicant name to json response.
mo khan
2014-02-22
add specs for active status.
mo khan
2014-02-21
refactor specs to target the filter licenses method.
mo khan
2014-02-21
move search filter method from controller down to model.
mo khan
2014-02-21
replace string with hash notation.
mo khan
2014-02-21
add integration test and add township query method.
mo khan
2014-02-21
rename method and use relation to create new license.
mo khan
2014-02-21
create users table and save applicant with the license.
mo khan
2014-02-21
create location model.
mo khan
2014-02-21
add well type to licenses table.
mo khan
2014-02-21
define well types table.
mo khan
2014-02-21
load well statuses and well types with each request to the company licenses c...
mo khan
2014-02-21
inplement query method to find matching status strategy.
mo khan
2014-02-21
move active and expired to license status namespace.
mo khan
2014-02-21
add confidential well license status.
mo khan
2014-02-21
move status filtering behaviour to separate status classes.
mo khan
2014-02-21
define relationship between company and licenses and return active licenses.
mo khan
2014-02-21
extract query method to look up the matching status.
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
fix broken spec after switch from sqlite to pg.
mo khan
2014-02-20
return the paginated set of results.
mo khan
2014-02-20
create licenses table and return most recently created.
mo khan
2014-02-20
start to define the index action.
mo khan
2014-02-20
rails new .
mo khan