On Jan 8, 2014, at 10:55 AM, Unnikrishnan Patel wrote:
> ruby on rails dosent support bootstrap in windows , can anyone please give an alternative for this situation?
>
Where did you get that impression? Rails is a framework for programming Web applications, written in the Ruby language. Assuming you have the development tools (and chops) to use Rails, you can use any front-end methodology you prefer when writing your views (templates, usually written in HTML + ERB). There is nothing at all that is platform-specific about the views.
Walter