aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-20/+20
| | | | .rhtml is deprecated in favour of .erb in Rails 3
* Fix some missing variablesHenare Degan2013-02-26-2/+2
|
* Upgrade UserMailer to new ActionMailer APIHenare Degan2013-02-26-28/+24
|
* Upgrade TrackMailer to new ActionMailer APIHenare Degan2013-02-26-7/+8
|
* We don't need this now we're not using Rails 2.xHenare Degan2013-02-26-51/+0
|
* file_name is passed as a string not an arrayHenare Degan2013-02-26-25/+24
|
* Upgrade more of RequestMailer to new ActionMailer APIHenare Degan2013-02-26-23/+19
| | | | Also change name of body instance method so it doesn't collide
* Upgrade some of RequestMailer to new ActionMailer APIHenare Degan2013-02-26-71/+87
|
* Interpolation makes this easier to readHenare Degan2013-02-26-1/+1
|
* Upgrade OutgoingMailer to new ActionMailer APIHenare Degan2013-02-26-14/+12
|
* Upgrade ContactMailer to new ActionMailer APIHenare Degan2013-02-26-29/+18
|
* create_ is deprecatedHenare Degan2013-02-25-37/+37
|
* Overwriting validate is deprecatedHenare Degan2013-02-25-2/+4
|
* Update to new mail sending APIHenare Degan2013-02-25-16/+24
|
* Update to new mail sending APIHenare Degan2013-02-25-27/+27
|
* Mailers have their own home in Rails 3Henare Degan2013-02-25-16/+0
|
* New way of sending an emailHenare Degan2013-02-25-1/+1
|
* response.flash has been deprecatedHenare Degan2013-02-25-6/+6
|
* and_return with should_not_receive is deprecated. Fixes #826Henare Degan2013-02-25-2/+2
|
* This is dumb, let's remove it nowHenare Degan2013-02-22-2/+1
|
* Add comments and spacing back so it's not just a heaving mess hopefully will ↵Henare Degan2013-02-22-0/+81
| | | | make it easier to clean up later
* id's not required, the controller uses incoming_message_id instead (!?)Henare Degan2013-02-22-1/+1
| | | | In Rails 2 id was optional but I'm removing it completely because it's confusing and doesn't do anything
* Add the routing filter backHenare Degan2013-02-22-1/+2
|
* Make id optional even though it's probably not neededHenare Degan2013-02-22-1/+2
|
* We don't need format here eitherHenare Degan2013-02-22-4/+4
|
* Remove format, it's not needed and screws up the syntaxHenare Degan2013-02-22-7/+7
|
* Fix error and comment out incorrectly generated filterHenare Degan2013-02-22-2/+2
|
* Replace routes with autogenerated replacementHenare Degan2013-02-22-242/+148
|
* Cast to a string so it's not saved to the DB as an object under Ruby 1.9.3Henare Degan2013-02-21-1/+1
|
* Correct syntax and reload for Ruby 1.9.3Henare Degan2013-02-21-1/+1
|
* Under Ruby 1.9 this saved to the DB as a Ruby ActiveSupport::SafeBuffer ↵Henare Degan2013-02-21-1/+1
| | | | object but we want it saved as a String
* Our older version of Mail returns a different class so cast it to a StringHenare Degan2013-02-21-1/+1
|
* We're using an older version of Mail that returns a different classHenare Degan2013-02-21-3/+3
|
* ruby-debug19 is not maintained; debugger isHenare Degan2013-02-21-15/+9
|
* Specify the full path as Ruby 1.9.3 doesn't include the current directory in ↵Henare Degan2013-02-20-2/+2
| | | | the load path
* Mark this test as pending until it's fixed. See #819Henare Degan2013-02-20-6/+9
|
* Upgrade script script/runner by Doing The Dumb Thing. #822Henare Degan2013-02-20-3/+2
|
* Rails.env should never not be set, I think this is a relic of RAILS_ENVHenare Degan2013-02-20-5/+1
|
* Remove deprecated constants - #589Henare Degan2013-02-20-3/+3
|
* <% %> style block helpers are deprecatedHenare Degan2013-02-19-65/+65
|
* Shouldn't be needed as we use TravisHenare Degan2013-02-19-5/+0
|
* I don't think there's anything else we need from hereHenare Degan2013-02-19-114/+0
|
* Speed up tests by brining the garbage collection hack over tooHenare Degan2013-02-19-15/+14
|
* Use Spork instead of writing our ownHenare Degan2013-02-19-224/+128
|
* Upgrade script script/stop-new-responses-on-old-requestsHenare Degan2013-02-19-5/+1
|
* This is what 'config.order' is forHenare Degan2013-02-19-81/+0
|
* Remove unnecessary scriptHenare Degan2013-02-19-10/+0
|
* Upgrade script script/purge-varnishHenare Degan2013-02-19-2/+2
|
* Upgrade script syntax (not fully tested)Henare Degan2013-02-19-3/+3
|
* Remove unused scriptHenare Degan2013-02-19-4/+0
|