-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
With ReActionView enabled, .js.coffee are not processed as expected. The CoffeeScript file is rendering a partial:
$('tbody').append("<%= j render(:partial => 'patient', :collection => @patients) %>")
The partial contains a basic <tr><td>...</td></tr> structure with various ERB tags. The table structure is lost and there is some rendering of objects that looks more like inspect:
#<foo::Bar:0x0000000118ae3e90>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working