index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
metal
/
responder.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in action_controller responder.rb
dvsuresh
2013-12-12
1
-1
/
+1
*
Fix typo in method description in Responder class
Lin Reid
2013-11-01
1
-1
/
+1
*
Fail informatively in #respond_with when no appropriate #api_behavior rendere...
Ben Woosley
2013-08-17
1
-0
/
+6
*
Remove duplicate letter 'a'. [ci skip]
Uģis Ozols
2013-06-19
1
-1
/
+1
*
Add `respond_with` `location` option to the docs
Tute Costa
2013-06-18
1
-2
/
+6
*
Multiple changes to 1,9 hash syntax
AvnerCohen
2012-10-27
1
-10
/
+10
*
Fix example code: use tasks instead of comments
Erik Behrends
2012-09-02
1
-1
/
+1
*
Fix code comment to reflect its intent.
Selem Delul
2012-07-11
1
-1
/
+1
*
Fix AC responder example
Alexey Vakhov
2012-04-04
1
-1
/
+1
*
Always passing a respond block from to responder
Prem Sichanugrist
2012-03-05
1
-2
/
+11
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-6
/
+7
*
search private / protected methods in trunk ruby
Aaron Patterson
2012-02-20
1
-1
/
+1
*
Clean up a bit default_response handling and cache format negotiation.
José Valim
2012-02-04
1
-2
/
+1
*
Merge pull request #3613 from mitio/fix-actionpack-responder-docs
Xavier Noria
2011-11-11
1
-4
/
+4
|
\
|
*
Fix wording and minor typos in the Responder RDoc
Dimitar Dimitrov
2011-11-11
1
-4
/
+4
*
|
Responders now return 204 No Content for API requests without a response body...
José Valim
2011-10-26
1
-21
/
+1
|
/
*
JSON responder should return errors with :error root
Denis Odorcic
2011-10-10
1
-1
/
+9
*
find(:all) => all
Akira Matsuda
2011-07-08
1
-1
/
+1
*
Make sure respond_with with :js tries to render a template in all cases
José Valim
2011-06-30
1
-0
/
+5
*
Update respond_with docs to deal better with collections.
José Valim
2011-05-05
1
-1
/
+6
*
Improve docs.
José Valim
2011-03-31
1
-0
/
+31
*
pass respond_with options to controller render when using a template for api ...
Josh Kalderimis
2011-03-31
1
-1
/
+1
*
only try to display an api template in responders if the request is a get or ...
Josh Kalderimis
2011-03-31
1
-4
/
+9
*
when using respond_with with an invalid resource and custom options, the defa...
Josh Kalderimis
2011-03-31
1
-1
/
+2
*
Remove misleading reference to polymorphic_url.
José Valim
2011-02-11
1
-2
/
+0
*
No need to symbolize these.
José Valim
2010-12-27
1
-2
/
+2
*
Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state...
Szymon Nowak
2010-10-12
1
-0
/
+20
*
escape constant names
Joost Baaij
2010-08-26
1
-5
/
+5
*
Use attribute readers as they are faster in general.
José Valim
2010-08-19
1
-8
/
+2
*
Small changes to responder:
José Valim
2010-06-26
1
-5
/
+13
*
Fix a bug where responders were not working properly on method override.
José Valim
2010-05-24
1
-1
/
+1
*
Move the error raising to api_behavior.
José Valim
2010-04-07
1
-1
/
+2
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-1
/
+1
*
Ensure json is loaded before using responders.
José Valim
2010-03-17
1
-0
/
+2
*
Merge docrails
Pratik Naik
2010-01-17
1
-17
/
+17
*
Responder redirects to resource if destroy fails.
José Valim
2009-12-07
1
-2
/
+7
*
Allow ActionController::Responder to have a common entry point for all formats.
José Valim
2009-12-01
1
-3
/
+8
*
Split mime responder into smaller chunks and allow action to be configured.
José Valim
2009-11-13
1
-17
/
+27
*
Only undef to_json if it's defined
Jeremy Kemper
2009-10-19
1
-1
/
+1
*
Ensure that blocks are also handled inside the responder.
José Valim
2009-08-29
1
-5
/
+20
*
Attempt to render the template inside the responder, so it can be used for ca...
José Valim
2009-08-29
1
-5
/
+9
*
Ensure collections are not treated as nested resources.
José Valim
2009-08-13
1
-5
/
+5
*
Renamed ActionController::Renderer to ActionController::Responder and ActionC...
José Valim
2009-08-08
1
-0
/
+181