reststop commits

RevisionAuthorDateDescription
58gunark19 Jun 2008 15:56:41

Freeze of 0.3.0 public release.

57gunark19 Jun 2008 14:10:07

preparing for 0.3.0 release

56gunark17 Jun 2008 17:01:19

* `R` helper method should now work properly when a Restful object is fed as
input along with a custom action. The final argument can be a Hash and
will be translated into URL parameters. For example:
R(Kittens, 'list', 'colour' => 'black')

55gunark23 May 2008 15:37:22

* Restr has been moved out to its own gem, and should now work properly with
Rails 2.x (fixes bug #17421).
* Version changed to 0.3.0 from 0.2.1

54gunark17 Mar 2008 11:27:12

check to make sure that logger supports progname=

53gunark10 Mar 2008 16:50:55

nodot

52gunark10 Mar 2008 14:35:30

added History.txt to make Hoe happy

51gunark10 Mar 2008 14:35:00

50gunark10 Mar 2008 14:33:38

back to 0.2.0... svn will add beta version number

49gunark10 Mar 2008 14:31:49

fixed R() method for object input and custom action

48gunark10 Mar 2008 14:31:21

working on next release

47gunark10 Mar 2008 14:30:53

changed param separator from ; to &... this may have been necessary for compatibility with Rails 2.0 (fixes #17421)

46gunark10 Mar 2008 13:58:54

added docs for implementing custom methods