aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/public_body_spec.rb
Commit message (Expand)AuthorAgeLines
* Merge branch '2134-fix-same-attribute-value-across-locales' into rails-3-developLouise Crow2015-02-23-4/+289
|\
| * Use before methods for object setup, model existing behaviour.Louise Crow2015-02-23-50/+16
| * Create bodies in before call.Louise Crow2015-02-23-19/+25
| * Include tag_string from csv in tags expected.Louise Crow2015-02-23-2/+2
| * Comprehensive specs for CSV Import tag_string fieldGareth Rees2015-02-23-0/+297
| * Give example csv file .csv extensionLouise Crow2015-02-23-2/+2
| * Refactor massive import method into smaller instance level methodsLouise Crow2015-02-23-2/+2
| * Test localised value for import against existing localised valueLouise Crow2015-02-23-0/+16
* | Move logic to modelLouise Crow2015-02-20-0/+22
* | Remove spec redundancy following code refactor.Louise Crow2015-02-20-30/+31
* | Use correct method name in error.Louise Crow2015-02-20-1/+1
* | Refactor common logicLouise Crow2015-02-20-6/+6
* | Add some specs for current behaviourLouise Crow2015-02-20-0/+102
* | Merge branch 'hotfix/0.20.0.6' into rails-3-developLouise Crow2015-02-05-0/+98
|\ \
| * | Fix submission of form containing both existing and new translationsLouise Crow2015-02-03-25/+17
| * | Add specs for PublicBody#translated_versions=Gareth Rees2015-01-30-0/+110
| |/
* | Use map instead of creating empty arrayGareth Rees2015-02-04-0/+12
* | Nicer capitalize first letter onlyGareth Rees2015-02-04-0/+11
* | Add PublicBody#type_of_authority specsGareth Rees2015-01-23-0/+87
|/
* Fix test failures in PublicBody overrideable CSV import specsSteven Day2014-08-22-2/+2
* Make csv import fields a class attribute that can be overridenSteven Day2014-08-22-0/+52
* Merge branch 'issues/1415-bulk-update-public-bodies' into rails-3-developGareth Rees2014-06-25-0/+14
|\
| * Move PublicBody domain logic from controllerGareth Rees2014-06-06-0/+14
* | Rename XXX comments with TODO:Gareth Rees2014-06-10-1/+1
|/
* Handle validation errors in PublicBody.import_csvGareth Rees2014-04-14-0/+13
* Add missing validation to PublicBodyGareth Rees2014-04-14-0/+6
* Annotate modelsGareth Rees2014-04-09-1/+1
* Add further tests for creation of the internal admin bodyMark Longair2014-01-09-0/+31
* Merge branch 'feature/locale-underscore-fixes' into rails-3-developLouise Crow2013-12-09-0/+18
|\
| * Make sure globalize uses the right locale version when updating.Louise Crow2013-12-05-0/+9
| * Search for bodies using the underscore version of the locale.Louise Crow2013-12-05-0/+9
* | Fix the command-line CSV importer under Ruby 1.9Mark Longair2013-12-03-0/+14
|/
* Don't include public bodies tagged 'test' in public body statisticsMark Longair2013-11-07-0/+44
* For percentage stats, exclude hidden or unclassified requestsMark Longair2013-11-05-0/+30
* Add a info_requests_visible_classified_count column to PublicBodyMark Longair2013-11-05-20/+21
* Update the helpful model schema annotationsMark Longair2013-11-01-17/+20
* Add data to test example given in #1143Louise Crow2013-10-21-11/+14
* Fix upcasing of a non-US-ASCII first letter under Ruby 1.8Mark Longair2013-10-04-0/+11
* Add to fixtures a public body with an accented initial letterMark Longair2013-10-04-7/+7
* Merge branch 'feature/hide-individual-responses' into rails-3-developLouise Crow2013-09-17-0/+23
|\
| * Re-annotate models with database fieldsLouise Crow2013-09-16-0/+23
* | Don't dirty every attribute in checking for whitespace.Louise Crow2013-09-05-15/+31
* | Update tests for changes to fixture file.Louise Crow2013-08-14-14/+18
|/
* Use AlaveteliConfiguration wrapper in test so we can be more specific about t...Louise Crow2013-07-23-1/+1
* Add a test that exposes a problem we have with renaming attributesHenare Degan2013-02-07-0/+8
* Set locale with I18n rather than through globalizeMatthew Landauer2013-01-17-3/+3
* Extract methodMatthew Landauer2012-09-27-1/+1
* Add option to override all public body request emailsMatthew Landauer2012-09-27-0/+8
* Memoize the notes_without_html calculated value for the life of the model ins...Louise Crow2012-09-12-0/+14
* Quote name correctly in query. Fixes #598.Louise Crow2012-09-04-0/+4