Displaying 2 results from an estimated 2 matches for "templatefind".
Did you mean:
template_id
2008 Jan 19
0
[CruiseControl] RubyOnRails build 8671 failed
.../trunk/activerecord/CHANGELOG
M /trunk/activerecord/lib/active_record/aggregations.rb
M /trunk/activerecord/lib/active_record/base.rb
TEST FAILURES AND ERRORS
-----------------------
Name: test_custom_template(ActionMailerTest)
Type: Failure
Message: Exception raised:
Class: <ActionView::TemplateFinder::InvalidViewPath>
Message: <"Unprocessed view path found in [\"./test/fixtures\"]">
---Backtrace---
./test/../lib/../../actionpack/lib/action_view/template_finder.rb:156:in `check_view_paths''
./test/../lib/../../actionpack/lib/action_view/template_finder.rb:1...
2008 Mar 24
2
render not able to locate template in publisher
...sible
for me to invoke publisher methods in after_callbacks of my other
models, just the way we do it for ActionMailer.
My problem is that when I try to update a users profile specifying
location of the view template as a paramater to "profile" method, it
gives an error "ActionView::TemplateFinder::InvalidViewPath
(Unprocessed view path found:
"/home/jatinder/rails_apps/app-name/app/views/."
The call to profile method looks like this,
profile render :partial => "/users/profile", :assigns => {:user =>
user_to_be_updated }
Anybody has a clue where could I be w...