Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Updated old AC::Base for small changes to AV | Yehuda Katz and Carl Lerche | 2009-04-08 | 1 | -1/+2 | |
| | | ||||||
* | | Merge commit 'rails/3-0-unstable' | Yehuda Katz | 2009-01-30 | 1 | -80/+9 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -81/+10 | |
| |/ | ||||||
| * | Clean up view path cruft and split path implementations into Template::Path ↵ | Joshua Peek | 2008-12-29 | 1 | -1/+1 | |
| | | | | | | | | and Template::EagerPath | |||||
* | | Clean up view path cruft and split path implementations into Template::Path ↵ | Joshua Peek | 2009-01-01 | 1 | -1/+1 | |
| | | | | | | | | and Template::EagerPath | |||||
* | | Initial work to merge several places with similar logic | Yehuda Katz | 2008-12-25 | 1 | -1/+1 | |
|/ | ||||||
* | Ensure the template format is always passed to the template finder. Now we ↵ | Joshua Peek | 2008-12-21 | 1 | -57/+5 | |
| | | | | can cleanup some nasty stuff. | |||||
* | Merge with docrails | Pratik Naik | 2008-12-07 | 1 | -2/+6 | |
| | ||||||
* | Silence server backtrace in rescue templates and log files. Also remove some ↵ | Joshua Peek | 2008-12-05 | 1 | -1/+1 | |
| | | | | noise from missing template errors. | |||||
* | Set template_format to html inside rjs templates so renders within it ↵ | Joshua Peek | 2008-12-04 | 1 | -3/+0 | |
| | | | | default to html. | |||||
* | Fix rendering html partials from an rjs template | Sam Stephenson | 2008-12-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Reinstate "Super lazy load view paths in development mode (no indexing or ↵ | Joshua Peek | 2008-11-28 | 1 | -3/+1 | |
| | | | | caching at all). Switch layout finders to use view path api to take advantage of cache." as it killed dev mode reloading." | |||||
* | Revert "Super lazy load view paths in development mode (no indexing or ↵ | David Heinemeier Hansson | 2008-11-27 | 1 | -1/+3 | |
| | | | | | | caching at all). Switch layout finders to use view path api to take advantage of cache." as it killed dev mode reloading. This reverts commit 4d910b033379727e5e7355590c50c72fc75e56db. | |||||
* | Super lazy load view paths in development mode (no indexing or caching at ↵ | Joshua Peek | 2008-11-26 | 1 | -3/+1 | |
| | | | | all). Switch layout finders to use view path api to take advantage of cache. | |||||
* | use autoload instead of explicit requires for ActionView | Joshua Peek | 2008-11-23 | 1 | -1/+1 | |
| | ||||||
* | Changed the default of ActionView#render to assume partials instead of files ↵ | David Heinemeier Hansson | 2008-11-19 | 1 | -7/+16 | |
| | | | | 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 | -1/+2 | |
| | | | | | | 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 | -3/+8 | |
| | | | | accessed. Added ActionView::Base#template to access the template object. | |||||
* | Remove stuff that was deprecated in 2-1-stable | Pratik Naik | 2008-10-21 | 1 | -16/+0 | |
| | ||||||
* | Move controller ivar copying to a separate method | Pratik Naik | 2008-10-05 | 1 | -8/+10 | |
| | ||||||
* | Protect body ivar from being clobbered by the mailer template assigns | Joshua Peek | 2008-09-28 | 1 | -2/+2 | |
| | ||||||
* | Check for uninitialized instance variables | Jeremy Kemper | 2008-09-08 | 1 | -4/+6 | |
| | ||||||
* | Moved layout exemption logic into the view | Joshua Peek | 2008-08-31 | 1 | -52/+55 | |
| | ||||||
* | Prefix ActionView::Base private methods with an underscore | Joshua Peek | 2008-08-31 | 1 | -5/+6 | |
| | ||||||
* | Fix AM tests and add tests for rendering logging | Pratik Naik | 2008-08-31 | 1 | -2/+0 | |
| | ||||||
* | Add lost log messages about template rendering | Pratik Naik | 2008-08-31 | 1 | -0/+3 | |
| | ||||||
* | Move layout rendering logic to ActionView::Base | Pratik Naik | 2008-08-31 | 1 | -17/+28 | |
| | ||||||
* | Move copying ivar logic from ActionController::Base to ActionView::Base | Pratik Naik | 2008-08-31 | 1 | -7/+9 | |
| | ||||||
* | Store application and other context specific helper modules in ↵ | Joshua Peek | 2008-08-26 | 1 | -0/+14 | |
| | | | | ActionView::Base#helpers | |||||
* | Cache JavaScriptGenerator's helper module set on the template | Joshua Peek | 2008-08-26 | 1 | -5/+0 | |
| | ||||||
* | Performance: Cache modules that extend the view context for JavaScriptGenerator | Joshua Peek | 2008-08-25 | 1 | -2/+6 | |
| | ||||||
* | Include all helpers into ActionView::Helper | Joshua Peek | 2008-08-25 | 1 | -13/+0 | |
| | ||||||
* | Removed template_public? because it will always be true since the default ↵ | Joshua Peek | 2008-08-21 | 1 | -5/+0 | |
| | | | | template is never a partial | |||||
* | Cleanup around partial rendering | Ryan Bates | 2008-08-21 | 1 | -35/+8 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Return nil instead of a space when passing an empty collection or nil to ↵ | Ryan Bates | 2008-08-19 | 1 | -1/+1 | |
| | | | | | | 'render :partial' [#791 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Consistently use the framework's configured logger and avoid reverting to ↵ | Joshua Peek | 2008-08-18 | 1 | -1/+2 | |
| | | | | RAILS_DEFAULT_LOGGER unless necessary. | |||||
* | pass yielded arguments to block for ActionView::Base#render with :layout ↵ | Ryan Bates | 2008-08-17 | 1 | -15/+8 | |
| | | | | | | [#847 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Tidy up ActionMailer rendering logic to take advantage of view path cache ↵ | Joshua Peek | 2008-08-06 | 1 | -1/+4 | |
| | | | | instead of using file system lookups | |||||
* | Fixed bc5896e, and added test case for the caching bug it originally introduced. | Joshua Peek | 2008-07-23 | 1 | -0/+3 | |
| | ||||||
* | Revert 'bc5896e' | Joshua Peek | 2008-07-23 | 1 | -3/+0 | |
| | ||||||
* | Memoize ActionView::Base pick_template and find_partial_path for rendering ↵ | Joshua Peek | 2008-07-22 | 1 | -2/+5 | |
| | | | | duration | |||||
* | Fixed spelling mistake in deprecation warning [#381 state:resolved] | Joshua Peek | 2008-07-19 | 1 | -4/+6 | |
| | ||||||
* | Set the response content type to that of found template if not explicitly ↵ | Tom Ward | 2008-07-18 | 1 | -0/+6 | |
| | | | | | | set elsewhere [#444 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler ↵ | Joshua Peek | 2008-07-18 | 1 | -2/+2 | |
| | | | | and Compilable stub so plugins will not have to change anything. | |||||
* | Wrap AssetTagHelper's computed public path cache in a threadsafe store | Joshua Peek | 2008-07-17 | 1 | -4/+0 | |
| | ||||||
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+1 | |
| | ||||||
* | Removed config.action_view.cache_template_loading, use config.cache_classes ↵ | Joshua Peek | 2008-07-15 | 1 | -3/+4 | |
| | | | | instead | |||||
* | Check first render format and extension. Fixes failing ActionMailer test. | Joshua Peek | 2008-07-13 | 1 | -1/+1 | |
| | ||||||
* | Made ActionView::Base#first_render a little more private. And added ↵ | Joshua Peek | 2008-07-13 | 1 | -3/+3 | |
| | | | | _last_render to track the most recent render. Will fix #609 as a side effect. [#609 state:resolved] | |||||
* | Set config.action_view.warn_cache_misses = true to receive a warning if you ↵ | Joshua Peek | 2008-07-12 | 1 | -2/+20 | |
| | | | | perform an action that results in an expensive disk operation that could be cached |