aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/respond_with
Commit message (Collapse)AuthorAgeFilesLines
* Fixing repond_with working directly on the options hashBlueHotDog2013-10-091-0/+0
| | | | | | | | This fixes an issue where the respond_with worked directly with the given options hash, so that if a user relied on it after calling respond_with, the hash wouldn't be the same. Fixes #12029
* Make sure respond_with with :js tries to render a template in all casesJosé Valim2011-06-301-0/+1
|
* removes the RJS template handlerXavier Noria2011-04-131-1/+0
|
* pass respond_with options to controller render when using a template for api ↵Josh Kalderimis2011-03-311-0/+1
| | | | | | navigation Signed-off-by: José Valim <jose.valim@gmail.com>
* only try to display an api template in responders if the request is a get or ↵Josh Kalderimis2011-03-311-0/+1
| | | | | | there are no errors Signed-off-by: José Valim <jose.valim@gmail.com>
* Raise an error if respond_with is invoked and no format is declared.José Valim2010-01-104-3/+0
|
* Add nagivational behavior to respond_with.José Valim2009-08-074-1/+3
|
* Added respond_with.José Valim2009-07-291-0/+1
| | | | Signed-off-by: Yehuda Katz <wycats@gmail.com>
* Added tests for respond_to class method.José Valim2009-07-294-0/+4
Signed-off-by: Yehuda Katz <wycats@gmail.com>