Is it okay to ask for more detail in these error messages? I do not know 
where these dep warnings are triggered.

DEPRECATION WARNING: Single arity template handlers are deprecated.  
Template handlers must
now accept two parameters, the view object and the source for the view 
object.
Change:
  >> Class#call(template)
To:
  >> Class#call(template, source)
 (called from <top (required)> at $HOME/Projects/toy_app/Rakefile:6)

...

DEPRECATION WARNING: Single arity template handlers are deprecated.  
Template handlers must
now accept two parameters, the view object and the source for the view 
object.
Change:
  >> Class#call(template)
To:
  >> Class#call(template, source)
 (called from <top (required)> at 
$HOME/Projects/toy_app/config/environment.rb:5)


Thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to