CHANGELOG

Path: CHANGELOG
Last Update: Sat Oct 13 14:38:50 -0600 2007

ActiveResourceIntegrationDSL (ARID)

0.4 — 10/13/2007

This version is NOT backwards compatible with tests for prior versions.

Changes

  • :expected_response option is now just :expects
  • creates_ and updates_ methods no longer go through the new and edit actions.
  • added builds_ and edits_ methods that do continue on to creates_ or updates_ if passed a :params hash.
  • renamed reads_ method to shows_ and aliased lists_ to shows_.
  • renamed deletes_ to destroys_.

Bug Fixes

  • significant updates to previously sparse documentation, now RDoc-able.

Ehancements

  • added option to add HTTP headers to requests
  • added support for textarea and select fields
  • added support for nested resource paths

0.3 — 06/27/07

Bug Fixes

  • fix so that tests can access the index action of controllers.

Misc.

  • Updates to the readme
  • smal typo fixes

0.2 — 06/22/07

Bug Fixes

  • end of session now logs user out with sessions/destroy

Enhancements

  • add sess.exercises_<thing> method
  • add support for AJAX requests
  • add support to pass params to read and destroy actions.

Misc.

0.1 — 6/16/07 (Initial Release)

[Validate]