I have a dropdown menu in my layout/applications.html.erb done with twitter bootstrap
<li class="divider-vertical"></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" > <%= current_user.name %> </a>
<ul class="dropdown-menu">
<%= link_to 'Preferinte',edit_user_path(current_user) %>
<a href="/logout">Iesire</a>
</ul>
</li>
Everything works fine on my local machine but when I uploaded it on EngineYard the dropdown won't work .