| Commit message (Expand) | Author | Age | Files | Lines |
* | Address CVE-2014-4671 (JSONP Flash exploit) | Greg Campbell | 2014-07-09 | 1 | -1/+1 |
* | CSRF protection from cross-origin <script> tags | Jeremy Kemper | 2013-12-17 | 1 | -2/+2 |
* | Add changelog entry for jsonp mimetype change, fix failing test | Carlos Antonio da Silva | 2012-04-29 | 1 | -1/+1 |
* | Merge pull request #2321 from omjokine/master | José Valim | 2012-04-29 | 1 | -1/+1 |
|\ |
|
| * | fixed test case test_render_json_with_callback to use content_type applicatio... | Olli Jokinen | 2011-07-28 | 1 | -1/+1 |
* | | Moving to logger methods to ActiveSupport Logger | Karunakar (Ruby) | 2011-12-24 | 1 | -1/+2 |
* | | Revert the serializers API as other alternatives are now also under discussion | José Valim | 2011-11-25 | 1 | -48/+0 |
* | | Rely solely on active_model_serializer and remove the fancy constant lookup. | José Valim | 2011-11-23 | 1 | -1/+15 |
* | | Initial commit of serializer support | Jose and Yehuda | 2011-10-15 | 1 | -0/+34 |
|/ |
|
* | render_to_string must ensure that response_body | Neeraj Singh | 2011-01-25 | 1 | -0/+10 |
* | renderer calls object.to_json when rendering :json => object [#5655 state:res... | Diego Carrion | 2010-09-27 | 1 | -0/+13 |
* | Always downstream given options in :json, :xml and :js renderers and add test... | José Valim | 2010-04-22 | 1 | -0/+18 |
* | Cleanup render callstack and make render(:json => {}, :status => 401) work ag... | José Valim | 2010-02-24 | 1 | -0/+10 |
* | Namespace TestControllers inside their test case class | Joshua Peek | 2009-09-19 | 1 | -27/+31 |
* | Ported over render :file tests. | Yehuda Katz + Carl Lerche | 2009-05-13 | 1 | -0/+80 |