aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
Commit message (Expand)AuthorAgeLines
* Merge branch 'scope-comments' into rails-3-developLouise Crow2015-05-26-1/+3
|\
| * Restore methods with deprecation noticesLouise Crow2015-05-26-0/+6
| * Remove unused methodHenare Degan2015-05-22-4/+0
* | Merge remote-tracking branch 'jpmckinney_github/class_methods' into rails-3-d...Louise Crow2015-05-26-21/+21
|\ \
| * | Declare class methods the idiomatic Ruby wayJames McKinney2015-05-21-21/+21
| |/
* | Merge remote-tracking branch 'jpmckinney_github/unused_method' into rails-3-d...Louise Crow2015-05-22-13/+0
|\ \
| * | InfoRequest: Remove unused methodJames McKinney2015-05-21-13/+0
| |/
* | Merge remote-tracking branch 'jpmckinney_github/extract_method' into rails-3-...Louise Crow2015-05-22-15/+11
|\ \
| * | InfoRequest#add_conditions_from_extra_params should be class methodJames McKinney2015-05-22-1/+1
| * | Extract a method to add conditions from extra_params in InfoRequestJames McKinney2015-05-20-15/+11
* | | Remove all optional parentheses for method calls in RubyJames McKinney2015-05-21-13/+13
| |/ |/|
* | Add a AdminColumn concernJames McKinney2015-05-20-7/+3
|/
* Merge branch 'set-file-encodings' into rails-3-developLouise Crow2015-05-15-1/+1
|\
| * Add source file encoding for all ruby files.Louise Crow2015-05-15-1/+1
* | Merge branch 'hotfix/0.21.0.28' into rails-3-developGareth Rees2015-05-13-2/+9
|\ \
| * | Discard rejected responses with malformed From:Gareth Rees2015-05-13-1/+6
| * | Add explaining commentsGareth Rees2015-05-13-0/+2
| * | Sensible error messageGareth Rees2015-05-13-1/+1
* | | Merge branch '2241-admin-summary-performance' into rails-3-developGareth Rees2015-05-13-1/+17
|\ \ \
| * | | Use database attributes to find public_response_eventsGareth Rees2015-05-12-1/+8
| * | | Use existing attributeGareth Rees2015-05-07-0/+9
| | |/ | |/|
* | | InfoRequest#initial_request_text performanceGareth Rees2015-05-12-1/+3
* | | InfoRequest#initial_request_text minor improvementGareth Rees2015-05-12-2/+1
|/ /
* | Don't load PublicBody when initalizing InfoRequestGareth Rees2015-05-07-1/+2
* | Add InfoRequest#move_to_public_bodyGareth Rees2015-05-07-0/+24
* | Merge branch 'add-widget' into rails-3-developLouise Crow2015-04-28-0/+1
|\ \
| * | Add model to track "votes" for a requestJody McIntyre2015-04-27-0/+1
* | | Merge branch 'hotfix/0.21.0.23' into rails-3-developGareth Rees2015-04-27-5/+2
|\ \ \ | |/ / |/| / | |/
| * Tidy InfoRequest#initial_request_textGareth Rees2015-04-27-5/+2
| * Only load the outgoing messages that will be usedGareth Rees2015-04-27-1/+1
* | Destroy associated censor rules and comments.Louise Crow2015-04-13-0/+3
* | Remove unneeded references to self.Louise Crow2015-04-13-7/+7
|/
* Allow custom states to be tested.Louise Crow2015-02-09-5/+3
* Remove unused lineLouise Crow2015-02-09-1/+0
* Remove duplicate method.Louise Crow2015-01-12-10/+0
* Merge branch 'brakeman_fixes' into rails-3-developLouise Crow2014-12-18-3/+3
|\
| * Improve InfoRequest.find_in_state SQLGareth Rees2014-12-18-3/+3
* | Refactor the application of masks and censor rules to messages.Louise Crow2014-12-15-0/+16
* | Only mark email_subject_request as HTML safe when used in email subject.Louise Crow2014-12-12-4/+9
|/
* Return a list of all cache directories for the requestLouise Crow2014-09-01-4/+10
* Use request dirs method.Louise Crow2014-09-01-2/+1
* Use path relative to Rails root.Louise Crow2014-09-01-1/+1
* Move method to model to make it more testable, add spec.Louise Crow2014-09-01-0/+8
* Refactor state update API, better error handlinglizconlan2014-07-28-0/+10
* Rename XXX comments with TODO:Gareth Rees2014-06-10-5/+5
* Merge branch 'feature/batch-requests' into rails-3-developLouise Crow2014-01-29-3/+28
|\
| * Make method names for finding existing objects clearerLouise Crow2013-12-04-1/+1
| * Simple code for the happy pathLouise Crow2013-12-04-0/+14
| * Add InfoRequestBatch model.Louise Crow2013-12-04-0/+3
| * Handle the application of censor rules to a batch request template.Louise Crow2013-12-04-1/+4