Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Additional template render test for backup files [#2367 state:resolved] | Cezary Baginski | 2009-04-02 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | Fixed simplified render with nested models [#2042 state:resolved] | Joshua Peek | 2009-03-07 | 1 | -0/+1 | |
| | | ||||||
| * | fix HTML fallback for explicit templates [#2052 state:resolved] | Matt Jones | 2009-03-07 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | missed template fixtures with ~ | Joshua Peek | 2009-02-24 | 3 | -0/+3 | |
| | | ||||||
| * | correctly handle layouts for AJAX requests and regular js files [#2052 ↵ | Matt Jones | 2009-02-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | make action_controller/layouts pick templates from the current instance's ↵ | Sven Fuchs | 2009-02-20 | 1 | -0/+0 | |
| | | | | | | | | | | | | view_paths instead of the class view_paths [#1974 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | ~ backup files don't clobber original templates [#1818 state:resolved] | Joshua Peek | 2009-02-07 | 1 | -0/+1 | |
| | | ||||||
| * | Render implicit html template when xhr request now supports localization ↵ | José Valim | 2009-02-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | [#1886 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | Added support to dashed locales in templates localization [#1888 state:resolved] | José Valim | 2009-02-06 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb ↵ | Eugene Pimenov | 2009-02-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | templates can use utf-8 properly [#1881 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | implicitly rendering a js response should not use the default layout [#1844 ↵ | Adam McCrea | 2009-02-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
| * | Added localized rescue (404.da.html) [#1835 state:committed] | José Valim | 2009-02-02 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | | Started implementing render :action | Yehuda Katz | 2009-03-19 | 1 | -0/+1 | |
| | | ||||||
* | | Implemented basic template rendering in AC::Base2: | Yehuda Katz | 2009-03-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | * Created several macros for writing simpler specs * Finished making Rack::Test work right * Implemented render_to_string * Status Codes * render :text => nil | |||||
* | | Merge commit 'rails/3-0-unstable' | Yehuda Katz | 2009-01-30 | 1 | -0/+1 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/base.rb actionpack/lib/action_dispatch/http/mime_type.rb actionpack/lib/action_dispatch/http/request.rb actionpack/lib/action_view/base.rb actionpack/lib/action_view/paths.rb actionpack/test/controller/session/cookie_store_test.rb actionpack/test/dispatch/rack_test.rb actionpack/test/dispatch/request_test.rb | |||||
| * | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 1 | -0/+1 | |
| | | ||||||
* | | Restore implicit rendering for XHR requests that want a HTML template [#1590 ↵ | Joshua Peek | 2009-01-27 | 1 | -0/+1 | |
| | | | | | | | | state:resolved] | |||||
* | | Add localized templates | Joshua Peek | 2009-01-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | # Default locale app/views/messages/index.html.erb # I18n.locale is set to :da (Danish) app/views/messages/index.da.html.erb | |||||
* | | Remove the irrelevant fixture added in fe6ffce51dc16285094be49244b26591956c2dd6 | Pratik Naik | 2009-01-24 | 1 | -8/+0 | |
| | | ||||||
* | | Make sure inner scope conditions get a preference over the outer ones | Pratik Naik | 2009-01-24 | 1 | -1/+9 | |
|/ | ||||||
* | Allow empty files to be uploaded | Joshua Peek | 2009-01-20 | 2 | -1/+11 | |
| | ||||||
* | Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved] | Mislav Marohnić | 2009-01-20 | 1 | -0/+9 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Add failing test for file uploads with unrewindable input | Joshua Peek | 2009-01-02 | 1 | -0/+1 | |
| | ||||||
* | Fix rendering html partials from an rjs template | Sam Stephenson | 2008-12-04 | 4 | -0/+4 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Validate template extensions [#1187 state:resolved] | Joshua Peek | 2008-12-03 | 1 | -0/+1 | |
| | ||||||
* | Allow helpers directory to be overridden via ↵ | Sam Pohlenz | 2008-11-23 | 1 | -0/+3 | |
| | | | | | | ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Changed the default of ActionView#render to assume partials instead of files ↵ | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 | |
| | | | | when not given an options hash [DHH] | |||||
* | Fix rendering html partial via inline render when with :js format [#1399 ↵ | Luke Melia | 2008-11-18 | 1 | -0/+1 | |
| | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Dup local assigns for partial collections so nil values doesn't get ↵ | Joshua Peek | 2008-10-30 | 1 | -1/+1 | |
| | | | | overwritten [#1250 state:resolved] | |||||
* | Ensure @content_for_* is checked before yielding to block in render :layout ↵ | Ryan Bates | 2008-10-28 | 2 | -0/+5 | |
| | | | | | | [#8994 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Track rendered templates in stack so the current template can always be ↵ | Joshua Peek | 2008-10-28 | 1 | -0/+1 | |
| | | | | accessed. Added ActionView::Base#template to access the template object. | |||||
* | Fixed missing template paths on exception [#1082 state:resolved] | Claudio Poli | 2008-09-20 | 1 | -0/+1 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | pass yielded arguments to block for ActionView::Base#render with :layout ↵ | Ryan Bates | 2008-08-17 | 2 | -0/+4 | |
| | | | | | | [#847 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Fix rendering partials at the top level [#795 state:resolved] | Joshua Peek | 2008-08-13 | 2 | -0/+2 | |
| | ||||||
* | Added tests for partial collection counters [#766 state:resolved] | Cameron Yule | 2008-08-09 | 1 | -0/+1 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Set the response content type to that of found template if not explicitly ↵ | Tom Ward | 2008-07-18 | 1 | -0/+2 | |
| | | | | | | set elsewhere [#444 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Improved test coverage for fragment cache helper | Joshua Peek | 2008-07-15 | 3 | -0/+14 | |
| | ||||||
* | Made ActionView::Base#first_render a little more private. And added ↵ | Joshua Peek | 2008-07-13 | 1 | -0/+2 | |
| | | | | _last_render to track the most recent render. Will fix #609 as a side effect. [#609 state:resolved] | |||||
* | Improve test coverage and create fixtures for ↵ | Joshua Peek | 2008-07-12 | 5 | -0/+5 | |
| | | | | RenderPartialWithRecordIdentificationTests | |||||
* | Rendering default template for missing actions works with non-word ↵ | Jeremy Kemper | 2008-07-09 | 1 | -0/+1 | |
| | | | | characters in action name | |||||
* | Add :recursive option to javascript_include_tag and stylesheet_link_tag to ↵ | Damian Janowski | 2008-07-08 | 2 | -0/+2 | |
| | | | | | | be used along with :all. [#480 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Make sure render :collection doesnt set nil local when :as is absent | Pratik Naik | 2008-07-02 | 1 | -0/+1 | |
| | ||||||
* | Add :as option to render a collection of partials with a custom local ↵ | Pratik Naik | 2008-07-02 | 1 | -0/+1 | |
| | | | | variable name. [#509 state:resolved] [Simon Jefford, Pratik Naik] | |||||
* | Made ActionView::Base#render_file private | Joshua Peek | 2008-06-25 | 1 | -1/+1 | |
| | ||||||
* | Check whether blocks are called from erb using a special __in_erb_template ↵ | Jeremy Kemper | 2008-06-19 | 1 | -1/+1 | |
| | | | | variable visible in block binding. | |||||
* | Remove some internal dead code that supported content_for | Jeremy Kemper | 2008-06-06 | 2 | -4/+0 | |
| | ||||||
* | Ensure render :file works inside templates | Pratik Naik | 2008-06-05 | 1 | -0/+1 | |
| | ||||||
* | Improve PartialTemplate tests | Pratik Naik | 2008-05-02 | 1 | -0/+1 | |
| | ||||||
* | Fixed render :template for templates in top level of view path. [#54 ↵ | Pratik Naik | 2008-05-01 | 1 | -0/+1 | |
| | | | | state:resolved] | |||||
* | Forgot these | David Heinemeier Hansson | 2008-04-30 | 3 | -0/+8 | |
| |