Is there a reason why render :update does not take the :status
parameter as most other forms of render do?

Unless I'm missing something, looking at ActionController::Base, this
should be as easy to fix as:

line 770 in actionpack-1.13.3/lib/actioncontroller/base.rb:

  render_javascript(generator.to_s)

becomes...

  render_javascript(generator.to_s, options[:status])


This is too easy, so there must be a good reason why it was explicitly
left out, right?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to