In application.html.erb file i have following code to show a tab controller.
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.7.1.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/bootstrap-tab.js"></script>
<div class="tabbable">
<ul class="nav nav-tabs">
<li class="active"><a href="https://www.google.co.in" data-toggle="tab">Individual</a></li>
<li><a href="https://www.yahoo.com" data-toggle="tab">All</a></li>
</ul>
</div>
They appear correctly,and when clicking on the links the tabs changes .But the problem is href is not working.it is not redirecting .