| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark that render tests crash Ruby 1.9 | Jeremy Kemper | 2007-12-15 | 1 | -0/+1 |
* | render :xml and :json preserve custom content types. Closes #10388. | Jeremy Kemper | 2007-12-09 | 1 | -10/+30 |
* | Refactor the default rendering out to a method called default_render to provi... | Michael Koziarski | 2007-10-25 | 1 | -0/+22 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -3/+3 |
* | Fixed JSON encoding to use quoted keys according to the JSON standard (closes... | David Heinemeier Hansson | 2007-09-30 | 1 | -3/+3 |
* | Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] | Michael Koziarski | 2007-09-03 | 1 | -35/+30 |
* | Send freshness information when sending Etags. Without this internet explore... | Michael Koziarski | 2007-08-12 | 1 | -0/+1 |
* | Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714 | Michael Koziarski | 2007-07-17 | 1 | -4/+1 |
* | Allow you to render views with periods in the name. Closes #8076 [norbert] | Rick Olson | 2007-07-01 | 1 | -0/+9 |
* | Assume html format when rendering partials in RJS. #8076 [Rick] | Rick Olson | 2007-06-05 | 1 | -0/+15 |
* | add test case for js.erb partials on *.js formatted requests | Rick Olson | 2007-05-15 | 1 | -0/+5 |
* | Assume that rendered partials go by the HTML format by default | Rick Olson | 2007-05-15 | 1 | -0/+19 |
* | Added that render :xml will try to call to_xml if it can [DHH] | David Heinemeier Hansson | 2007-04-24 | 1 | -9/+0 |
* | Added :location option to render so that the common pattern of rendering a re... | David Heinemeier Hansson | 2007-04-24 | 1 | -0/+10 |
* | The default respond_to blocks don't set a specific extension anymore, so that... | Rick Olson | 2007-04-12 | 1 | -0/+6 |
* | Change ActionView template defaults. Look for templates using the request fo... | Rick Olson | 2007-04-02 | 1 | -0/+20 |
* | Its ETag not Etag | David Heinemeier Hansson | 2007-02-19 | 1 | -6/+6 |
* | Move etagging down to response, so renders with layouts dont screw it up [DHH] | David Heinemeier Hansson | 2007-02-19 | 1 | -0/+1 |
* | Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper... | David Heinemeier Hansson | 2007-02-18 | 1 | -0/+6 |
* | Allow people to set their own etags, if they want more control over the proce... | David Heinemeier Hansson | 2007-02-18 | 1 | -0/+7 |
* | Etagging ignores appended and block responses. | Jeremy Kemper | 2007-02-18 | 1 | -5/+5 |
* | Added that rendering will automatically insert the etag header on 200 OK resp... | David Heinemeier Hansson | 2007-02-17 | 1 | -0/+46 |
* | Allow Controllers to have multiple view_paths instead of a single template_ro... | Rick Olson | 2007-02-04 | 1 | -2/+2 |
* | Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek] | Rick Olson | 2006-12-19 | 1 | -0/+11 |
* | More thorough JSON tests. Use application/json by default, per rfc4627. Refer... | Jeremy Kemper | 2006-12-06 | 1 | -4/+6 |
* | respond_to recognizes JSON. render :json => @person.to_json automatically set... | Jeremy Kemper | 2006-12-06 | 1 | -0/+18 |
* | render_text may optionally append to the response body. render_javascript app... | Jeremy Kemper | 2006-10-09 | 1 | -0/+21 |
* | Deprecation: @request will be removed after 1.2. Use the request method instead. | Jeremy Kemper | 2006-09-29 | 1 | -19/+0 |
* | added passing test for using partials with an xml builder | Rick Olson | 2006-09-06 | 1 | -0/+9 |
* | Backed out of locals hash as it caused trouble with Builder, see ticket for more | David Heinemeier Hansson | 2006-09-06 | 1 | -22/+0 |
* | Added locals hash to partials, which makes for convenient access of some time... | David Heinemeier Hansson | 2006-09-04 | 1 | -0/+22 |
* | deprecated render assertions | Jeremy Kemper | 2006-09-04 | 1 | -2/+7 |
* | Dont raise deprecation warning on render :action => "stuff" | David Heinemeier Hansson | 2006-09-04 | 1 | -28/+17 |
* | no more render_to_string deprecation warnings | Jeremy Kemper | 2006-09-04 | 1 | -1/+1 |
* | deprecated render tests | Jeremy Kemper | 2006-09-04 | 1 | -26/+37 |
* | Added defaults to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 1 | -16/+0 |
* | Added option to render action/template/file of a specific extension (and here... | David Heinemeier Hansson | 2006-03-12 | 1 | -56/+61 |
* | Ensure backwards compatibility with symbolized action names for render_action... | David Heinemeier Hansson | 2006-02-19 | 1 | -1/+10 |
* | Reset template variables after using render_to_string. Closes #2559 | Nicholas Seckar | 2005-10-25 | 1 | -0/+9 |
* | Make string-keys locals assigns optional | Nicholas Seckar | 2005-10-17 | 1 | -2/+6 |
* | Add temporary support for passing locals to render using string keys | Nicholas Seckar | 2005-10-16 | 1 | -0/+11 |
* | Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com] | David Heinemeier Hansson | 2005-10-13 | 1 | -0/+11 |
* | Improved performance with 5-30% through a series of Action Pack optimizations... | David Heinemeier Hansson | 2005-07-23 | 1 | -1/+8 |
* | Partly tuned docs for release (AP) | David Heinemeier Hansson | 2005-07-06 | 1 | -4/+4 |
* | r2879@asus: jeremy | 2005-07-05 16:15:16 -0700 | Jeremy Kemper | 2005-07-05 | 1 | -0/+1 |
* | r2874@asus: jeremy | 2005-07-05 16:13:39 -0700 | Jeremy Kemper | 2005-07-05 | 1 | -2/+2 |
* | render(:template) applies a layout by default. render("foo/bar") works with a... | Jamis Buck | 2005-06-15 | 1 | -14/+0 |
* | Make sure the benchmarking render method always returns the result of the ren... | Jamis Buck | 2005-05-30 | 1 | -2/+4 |
* | Added accessors to logger, params, response, session, and headers from the vi... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+10 |
* | Added that render_partial called from a controller will use the action name a... | David Heinemeier Hansson | 2005-04-17 | 1 | -0/+9 |