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
0
votes
3 answers

Twitter Bootstrap displays strange on local machine, fine in production

I've got a strange problem. My rails app looks fine in prod, but I recently started working on it on a different computer, and the front page seems to have forgotten about it's margins. When I commit everything and push it out to production, there…
DVG
  • 17,392
  • 7
  • 61
  • 88
0
votes
1 answer

Rails g bootstrap:install not working

I am getting a problem running the command rails g bootstrap:install as part of the twitter-bootstrap-rails gem. I get the following error: /Users/matty/.rvm/gems/ruby-1.9.3-p327/gems/therubyracer-0.8.2/lib/v8/context.rb:74:in `IsEntered':…
Harry
  • 1,659
  • 5
  • 19
  • 34
0
votes
3 answers

rake assets:precompile error

I'm getting an error when running rake assets:precompile on my production server. As far as I can tell, I didn't do anything differently before this happened. Running rake assets:precompile on my development machine doesn't yield any errors. I'm not…
0
votes
1 answer

Scaffolding with bootstrap:themed is throwing application error

Used rails to generate new project. Added twitter-bootstrap-rails to Gemfile source 'https://rubygems.org' gem 'rails', '3.2.8' # Use thin as webserver gem 'thin' # Mysql gem 'mysql2' # Gems used only for assets and not…
0
votes
1 answer

Nav collapse not working with twitter bootstrap - icon not appearing

Im having the exact same problem as stated on this answered post - nav-collapse not working [Twitter Bootstrap] I apologize for being a newbie but I assume the answer here means that I should place:
nfriend21
  • 2,170
  • 1
  • 21
  • 21
0
votes
2 answers

Why won't my form-inline class be honoured?

I'm defining a form using the built-in 'form_for' utility. I have the bootstrap-sass gem defined (which is correctly being applied). For some reason, my button will not render on the same line as the select box. My view (showing the render…
0
votes
1 answer

Rails 3 and Twitter bootstrap's sidebar (affix) - how?

I have simple RoR 3.2 application with Twitter bootstrap 2.1.0 (i implemented it via twitter-bootstrap-rails gem). I want to integrate sidebar with few links (as you can see on twitter bootstrap page on the left side) but i can't get how to…
0
votes
1 answer

Twitter bootstrap rails simple form formatting

I'm trying to reformat the simple default devise login screen with twitter bootstrap simple form and I'm having major issues. Here is my code:

Sign in

<%= simple_form_for(resource, :as => resource_name, :url =>…
0
votes
2 answers

Rails 3 and Bootstrap 2.1.0 - can't fix my footer

I have Rails application with bootstrap 2.1.0 (i use twitter-bootstrap-rails gem for that). But i can't get working footer. It is not visible unless i scroll down the page. I can't get how to fix that. Application.html.haml !!! %html %head …
0
votes
1 answer

Unable to deploy twitter-bootstrap-rails gem on Heroku because therubyracer fails compilation

I have the following gem in my Gemfile: gem 'twitter-bootstrap-rails', :github => 'seyhunak/twitter-bootstrap-rails' Which is for this project: https://github.com/seyhunak/twitter-bootstrap-rails One of the dependencies is therubyracer (…
0
votes
2 answers

Simpleform + bootstrap: getting rid of the ellipsis and hover text for required fields

I recently upgraded simpleform and bootstrap, which I'm using together. My required fields now have ellipses underneath the asterisks, and when users hover, they get a tooltip. How can I customize or remove that behavior?
bevanb
  • 8,201
  • 10
  • 53
  • 90
0
votes
1 answer

how to include js functions in bootstrap-sass gem

I am relatively new to rails, I found this gem bootstrap-sass which seems to be very nice in the layout. But I want to make the Carousel js plugin work. I found it was documented in the website but I don't quite understand where I need to put //…
Clone
  • 919
  • 4
  • 11
  • 22
0
votes
1 answer

twitter-bootstrap JQuery error

I am using twitter bootstrap rails with jQuery 1.7 When I load my project it works fine, except for an error in jQuery file. I am assuming this is is affecting my highcharts and the graphs are not displayed. However can somebody help me resolve…
anipendakur
  • 85
  • 10
0
votes
1 answer

Has any one had any luck using twitter bootstrap in the rails asset pipeline WITHOUT using a gem?

It seems ridiculous to me to have to use a gem to incorporate some stylesheets. I need a little more control over which of twitter bootstraps modules I'd like to use. It doesn't seem that any of the gems allow a buffet style option of importing what…
0
votes
1 answer

Integrate backbone.js with rails

I have read several tutorials about using backbone on rails but I still have no clue on how to intregrate backbone with the app that I'm developing in rails. The thing is that I have an events page (event is a rails model and an associated…
1 2 3
13
14