Questions tagged [twitter-bootstrap-rails]

twitter-bootstrap-rails is a toolkit from Twitter designed to kickstart development of webapps and sites.

Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.

See https://github.com/seyhunak/twitter-bootstrap-rails

201 questions
1
vote
2 answers

How to change bootstrap link_to color on navbar

How to change link_to color on navbar to make it look like this; PROJECT_NAME so far i have .brand = link_to "PROJECT_NAME", root_path but its still blue:(
1
vote
1 answer

Rails bootstrap corrupted

I've got a weird problem. There was no problem until a few moments ago. Without changing anything to the less/css files (never), the appearance of bootstrap buttons and the navbar title have suddenly changed in their appearance. On the first picture…
Linus
  • 4,643
  • 8
  • 49
  • 74
1
vote
1 answer

How do I redirect to open a modal

Say I have a comment section and when a user enters a comment, if the user is not logged in, I want to show the sign in form in a modal box. Once the user is logged in, it should proceed to post the comment. I tried the following but it is…
1
vote
1 answer

twitter bootstrap icons are not showing,when assets is serving through amazon cdn

I am working on RoR. Using twitter bootstarp for my website front end design. And planning to use amazon cdn as asset host. I pushed all the static files to amazon. I am using amazon-s3 as cdn origin. Pushed the sprite images glyphicons-halflings…
apr
  • 676
  • 1
  • 9
  • 21
1
vote
2 answers

Wells are exceeding the row

I'm trying to put 3 Wells in one row, like this

Luiz E.
  • 6,769
  • 10
  • 58
  • 98

1
vote
1 answer

Bootstrap tooltip and popover clashes

I have a form where bootstrap tooltips are appended via Javscript. These elements have HTML title attributes (just like in the bootstrap example), and there are also elements in the form that have popovers which have been added using HTML as…
Panther
  • 8,938
  • 3
  • 23
  • 34
1
vote
0 answers

bootstrap 2 sidebar with two links per line

what I want to do is to create a sidebar not only with one link per line, but with two links per line. I tried almost everything but there is something I'm missing and I don't know what. The links could also be an image. Btw, I working in Rails…
1
vote
2 answers

What version of twitter bootstrap is supported by the twitter-bootstrap gem

http://rubygems.org/gems/twitter-bootstrap-rails The current version of twitter-bootstrap gem is 2.2.6, how would I find the twitter bootstrap version which is supported by this gem. The twitter bootstrap version which is available for download from…
Sam
  • 8,387
  • 19
  • 62
  • 97
1
vote
0 answers

Unable to use Rails Composer on Windows

Rails Composer is a tool for auto-generating template rails applications. Maybe I'm stupid but I can't get it up and running on Windows. I managed to create an app using rails new myapp -m…
1
vote
1 answer

Rails: Assets are not rendered correctly in development

I've been struggling with this for a few days now - I added bootstrap (and some other gems) to my rails app, but for some reason the appropriate CSS files are not rendering and thus the bootstrap styles are not showing up. Here are the relevant…
Noah Gilmore
  • 1,319
  • 2
  • 15
  • 24
1
vote
4 answers

How do I use Twitter Bootstrap with Ruby on Rails 3.2.12?

I'm switching from PHP to Ruby on Rails and I'm loving it, the only thing is I'm so used to Twitter Bootstrap for most of my designs and now I feel crippled without it, I followed some tutorials like adding bootstrap-sass and what not to my Gemfile,…
1
vote
1 answer

Can I dynamically compile new CSS based on Bootstrap LESS variables?

I have a Rails 3.2 application where each user has his own subdomain. He is able to change the look and feel of a few things. The way I used to do this before Bootstrap was: 1) Keep a template of a customizable CSS file. 2) Solicit input for…
1
vote
1 answer

Bootstrap 'home button always pressed'

I've got this strange problem with bootstrap, and I've searched around stack overflow as well as other sources to no avail. Basically, my 'Home' button on my nav is always pressed in, even when I am on the 'About' page or any other for that…
user2109855
1
vote
2 answers

Twitter bootstrap thumbnails offsets

I'm having a problem with thumbnails not collapsing correctly, and the code: https://gist.github.com/4676514 Not sure why that 5th thumbnail is collpasing to the right, and why it wouldn't start a new row?
deep
  • 97
  • 1
  • 8
1
vote
2 answers

Is there something similar to Twitter Bootstrap that uses Mustache templates?

Looking for HTML/CSS/Javascript template for a Rails app, but one that uses Mustache templates. Does something like this exist?
B Seven
  • 44,484
  • 66
  • 240
  • 385