This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed Mar 26 11:03:47 -0700 2008 | |
| |
README | ||
| |
init.rb | Wed Mar 26 11:03:47 -0700 2008 | |
| |
lib/ | ||
| |
spec/ | ||
| |
uninstall.rb | Wed Mar 26 11:03:47 -0700 2008 |
ExtensionlessFormat =================== A plugin written by David Smalley from Litmus (http://litmusapp.com) to help us interface with RESTful XML webservices that don't support the .xml extension added by ActiveResource as default. This plugin so far just defines the :xml_no_extension format to use in your ActiveResource models. Example ======= class Something < ActiveResource::Base self.site = "http://someone:password@an-app.com" self.prefix = "/api/" self.format = :xml_no_extension end Calls to Something.find(:all) will now generate http://an-app.com/somethings rather than http://an-app.com/somethings.xml Copyright (c) 2008 [David Smalley], released under the MIT license












