Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove workaround | Henare Degan | 2012-12-12 | -2/+0 |
| | ||||
* | Update view test assignment API | Henare Degan | 2012-12-12 | -26/+26 |
| | ||||
* | The run_callbacks API has changed | Henare Degan | 2012-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 Degan | 2012-12-12 | -27/+26 |
| | | | | model specs pass | |||
* | Overwriting validate_on_create in your models has been deprecated | Henare Degan | 2012-12-12 | -13/+15 |
| | ||||
* | Update to new RSpec module names | Henare Degan | 2012-12-12 | -1/+1 |
| | ||||
* | Allow the IncomingMessage model specs to run | Henare Degan | 2012-12-12 | -19/+19 |
| | ||||
* | We don't need to specify the attribute again | Henare Degan | 2012-12-12 | -1/+1 |
| | | | | Makes FoiAttachment model specs pass | |||
* | Allow the FoiAttachment specs to run | Henare Degan | 2012-12-12 | -8/+7 |
| | ||||
* | Overwriting validate in your models has been deprecated | Henare Degan | 2012-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) instead | Henare Degan | 2012-12-12 | -2/+2 |
| | ||||
* | Overwriting validate in your models has been deprecated | Henare Degan | 2012-12-12 | -9/+11 |
| | ||||
* | safe_mock_model doesn't seem to be needed, also tested in Ruby 1.9 | Henare Degan | 2012-12-12 | -27/+26 |
| | ||||
* | Fix up some DB migration issues with Rails 3 | Henare Degan | 2012-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 Degan | 2012-12-11 | -1/+3 |
| | | | | input field | |||
* | Load fixtures in the same way as before | Henare Degan | 2012-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 Degan | 2012-12-11 | -64/+65 |
| | | | | validation code back in via it's own file | |||
* | Why are we testing a controller in view tests? | Henare Degan | 2012-12-11 | -1/+1 |
| | ||||
* | Upgrade remaining matchers | Henare Degan | 2012-12-11 | -10/+10 |
| | ||||
* | The have_tag selector is no longer available so use webrat matchers | Henare Degan | 2012-12-11 | -2/+9 |
| | ||||
* | The include_text selector is no longer available | Henare Degan | 2012-12-11 | -1/+1 |
| | ||||
* | New way of assigning variables to view specs | Henare Degan | 2012-12-11 | -6/+6 |
| | ||||
* | Change to a more common way of calling render | Henare Degan | 2012-12-11 | -12/+10 |
| | ||||
* | Let's get a simple model working. First of all, this is not a Rails model | Henare Degan | 2012-12-11 | -1/+1 |
| | ||||
* | Set aside the Rails 2 spec_helper and generate a new one | Henare Degan | 2012-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 boot | Henare Degan | 2012-12-11 | -5/+7 |
| | ||||
* | integrate_views is render_views RSpec 2 | Henare Degan | 2012-12-11 | -47/+47 |
| | ||||
* | RSpec Rake tasks now live in the gem | Henare Degan | 2012-12-11 | -147/+0 |
| | ||||
* | Upgrade rspec-rails gem | Henare Degan | 2012-12-11 | -9/+17 |
| | ||||
* | Add some new Rails 3 settings and tidy up environments files | Henare Degan | 2012-12-11 | -8/+13 |
| | ||||
* | Mark translations as html_safe | Henare Degan | 2012-12-11 | -1/+8 |
| | ||||
* | Using #request_uri is deprecated | Henare Degan | 2012-12-11 | -17/+17 |
| | ||||
* | RAILS_ROOT is deprecated | Henare Degan | 2012-12-11 | -1/+1 |
| | ||||
* | These should be long unused | Henare Degan | 2012-12-11 | -44/+0 |
| | ||||
* | Method-style callbacks are deprecated for after_initialize | Henare Degan | 2012-12-11 | -57/+74 |
| | ||||
* | include ActionController::UrlWriter is deprecated | Henare Degan | 2012-12-11 | -1/+1 |
| | ||||
* | named_scope has been renamed to scope | Henare Degan | 2012-12-11 | -5/+5 |
| | ||||
* | Thought I got this in b0ae75aba63d40146cfbc7e6af27e1d6051f1804 but it must ↵ | Henare Degan | 2012-12-11 | -3/+0 |
| | | | | have been set twice - safety first! | |||
* | Require public_body_categories like the other things in lib | Henare Degan | 2012-12-11 | -0/+1 |
| | ||||
* | The with_locale has been removed in Globalize3 | Henare Degan | 2012-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 development | Henare Degan | 2012-12-11 | -2/+0 |
| | ||||
* | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2012-12-11 | -10676/+74 |
| | ||||
* | Switch to new method name | Henare Degan | 2012-12-11 | -29/+29 |
| | ||||
* | Upgrade globalize | Henare Degan | 2012-12-11 | -1897/+9 |
| | ||||
* | Disable rescue customisations until we can move it to rack | Henare Degan | 2012-12-11 | -13/+14 |
| | ||||
* | This is deprecated and now set in application.rb | Henare Degan | 2012-12-11 | -3/+0 |
| | ||||
* | Move middleware insertion | Henare Degan | 2012-12-11 | -5/+4 |
| | ||||
* | tmail is used by Alaveteli in Ruby 1.8 and is no longer included in Rails | Henare Degan | 2012-12-11 | -0/+3 |
| | ||||
* | RAILS_ROOT is deprecated | Henare Degan | 2012-12-11 | -1/+1 |
| | ||||
* | Move Rails config over | Henare Degan | 2012-12-11 | -57/+36 |
| |