Showing posts with label Ruby. Show all posts
Showing posts with label Ruby. Show all posts

Wednesday, June 3, 2009

New release of RDR

As came new rails 2.3 with more n more new stuff and making your app more DRY ( Do not Repeat Yourself) I have gone ahead and released new RDR Rails Dynamic Routes for rails 2.3.
The new release RDR2_3_2 is implemented in Rails 2.3.2 and compatible with Rails 2.2.x and above. I made some changes in new release like create actions with web-service support. for this I have used "respond_to" feature of Action Controller which determines the desired response format(html/xml) from the HTTP Accept header submitted by the client.

Hopefully you will like it..