Domande taggate «actionview»

11
Come posso eseguire il rendering di una parte di un formato diverso in Rails?
Sto cercando di generare una risposta JSON che includa del codice HTML. Quindi, ho /app/views/foo/bar.json.erb: { someKey: 'some value', someHTML: "<%= h render(:partial => '/foo/baz') -%>" } Voglio che venga eseguito il rendering /app/views/foo/_baz.html.erb, ma eseguirà solo il rendering /app/views/foo/_baz.json.erb. Passare :format => 'html'non aiuta.
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.