aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove workaroundHenare Degan2012-12-12-2/+0
|
* Update view test assignment APIHenare Degan2012-12-12-26/+26
|
* The run_callbacks API has changedHenare Degan2012-12-12-1/+1
| | | | https://rails.lighthouseapp.com/projects/8994/tickets/5472-unable-to-manually-run-activerecord-object-callbacks
* Add more spec helper methods and update acts_as_xapian to make info_request ↵Henare Degan2012-12-12-27/+26
| | | | model specs pass
* Overwriting validate_on_create in your models has been deprecatedHenare Degan2012-12-12-13/+15
|
* Update to new RSpec module namesHenare Degan2012-12-12-1/+1
|
* Allow the IncomingMessage model specs to runHenare Degan2012-12-12-19/+19
|
* We don't need to specify the attribute againHenare Degan2012-12-12-1/+1
| | | | Makes FoiAttachment model specs pass
* Allow the FoiAttachment specs to runHenare Degan2012-12-12-8/+7
|
* Overwriting validate in your models has been deprecatedHenare Degan2012-12-12-3/+5
| | | | User model specs now pass with no deprecation warnings
* Errors#add_to_base(msg) has been deprecated, use Errors#add(:base, msg) insteadHenare Degan2012-12-12-2/+2
|
* Overwriting validate in your models has been deprecatedHenare Degan2012-12-12-9/+11
|
* safe_mock_model doesn't seem to be needed, also tested in Ruby 1.9Henare Degan2012-12-12-27/+26
|
* Fix up some DB migration issues with Rails 3Henare Degan2012-12-11-3/+4
| | | | | * The public_body_tags table had already been removed * The index has_tag_string_tags generated a name longer than the Postgres maximum of 63 characters. It was ignored in earlier Rails versions, see: https://rails.lighthouseapp.com/projects/8994/tickets/6187-postgresql-and-rails-303-migrations-fail-with-index-name-length-64-chars
* Add the error to each attribute which would display the error next to each ↵Henare Degan2012-12-11-1/+3
| | | | input field
* Load fixtures in the same way as beforeHenare Degan2012-12-11-0/+17
| | | | Makes a simple model like Holiday pass, yay
* Reintroduce the scary, I-can't-believe-I'm-copy-and-pasting-this HTML ↵Henare Degan2012-12-11-64/+65
| | | | validation code back in via it's own file
* Why are we testing a controller in view tests?Henare Degan2012-12-11-1/+1
|
* Upgrade remaining matchersHenare Degan2012-12-11-10/+10
|
* The have_tag selector is no longer available so use webrat matchersHenare Degan2012-12-11-2/+9
|
* The include_text selector is no longer availableHenare Degan2012-12-11-1/+1
|
* New way of assigning variables to view specsHenare Degan2012-12-11-6/+6
|
* Change to a more common way of calling renderHenare Degan2012-12-11-12/+10
|
* Let's get a simple model working. First of all, this is not a Rails modelHenare Degan2012-12-11-1/+1
|
* Set aside the Rails 2 spec_helper and generate a new oneHenare Degan2012-12-11-265/+304
| | | | We'll bring stuff from it back in gradually to remove unnecessary cruft
* REVERT ME: Disabling some things during the upgrade so the test server can bootHenare Degan2012-12-11-5/+7
|
* integrate_views is render_views RSpec 2Henare Degan2012-12-11-47/+47
|
* RSpec Rake tasks now live in the gemHenare Degan2012-12-11-147/+0
|
* Upgrade rspec-rails gemHenare Degan2012-12-11-9/+17
|
* Add some new Rails 3 settings and tidy up environments filesHenare Degan2012-12-11-8/+13
|
* Mark translations as html_safeHenare Degan2012-12-11-1/+8
|
* Using #request_uri is deprecatedHenare Degan2012-12-11-17/+17
|
* RAILS_ROOT is deprecatedHenare Degan2012-12-11-1/+1
|
* These should be long unusedHenare Degan2012-12-11-44/+0
|
* Method-style callbacks are deprecated for after_initializeHenare Degan2012-12-11-57/+74
|
* include ActionController::UrlWriter is deprecatedHenare Degan2012-12-11-1/+1
|
* named_scope has been renamed to scopeHenare Degan2012-12-11-5/+5
|
* Thought I got this in b0ae75aba63d40146cfbc7e6af27e1d6051f1804 but it must ↵Henare Degan2012-12-11-3/+0
| | | | have been set twice - safety first!
* Require public_body_categories like the other things in libHenare Degan2012-12-11-0/+1
|
* The with_locale has been removed in Globalize3Henare Degan2012-12-11-50/+47
| | | | | | I think Globalize is supposed to pick up the locale from I18n anyway so I don't know if these are needed. I think I still haven't done the right thing but it's time to move on.
* Don't reduce the log level in developmentHenare Degan2012-12-11-2/+0
|
* Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2012-12-11-10676/+74
|
* Switch to new method nameHenare Degan2012-12-11-29/+29
|
* Upgrade globalizeHenare Degan2012-12-11-1897/+9
|
* Disable rescue customisations until we can move it to rackHenare Degan2012-12-11-13/+14
|
* This is deprecated and now set in application.rbHenare Degan2012-12-11-3/+0
|
* Move middleware insertionHenare Degan2012-12-11-5/+4
|
* tmail is used by Alaveteli in Ruby 1.8 and is no longer included in RailsHenare Degan2012-12-11-0/+3
|
* RAILS_ROOT is deprecatedHenare Degan2012-12-11-1/+1
|
* Move Rails config overHenare Degan2012-12-11-57/+36
|