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
1 answer

Installing Less in Ruby - Windows

I'm on Windows and i'm Trying to install The Flat UI Pro which need's Twitter Bootstrap Rails 3.1. But whenever i try to install The Less Stylesheets, i'm getting a lot of weird errors about therubyracer gem an the V8 file. I need to run rails…
0
votes
1 answer

Cannot find icons

I am using rails3 with bootstrap-sass gem. I'm having an error: ActionController::RoutingError (No route matches [GET] "/img/glyphicons-halflings.png"): my bootstrap_and_overrides.css.scss is: @import "bootstrap"; body { padding-top: 60px;…
0
votes
1 answer

Rails bootstrap gem created css problems

Okay I am running into a bit of an issue. When I am using the gem the page renders as below. However when I include the link to the actual bootstrap css stylesheet, the navbar shows up correctly. Any idea what could be causing this problem? I have…
user1000232
  • 219
  • 2
  • 4
  • 14
0
votes
0 answers

bootstrap on ipad - carrousel not working properly

i use bootstrap. On the homepage i have a carrousel with a few items.(starts auto) On my desktop/latop is works fine, but on the ipad the browsers shocks when a new item loads in the carrousel. Is this problem know and does someone know the…
Remco
  • 681
  • 1
  • 6
  • 20
0
votes
1 answer

Served asset /css/bootstrap.css - 404 Not Found, rails 3.2.3, form is not loaded, RailsSpace

please help me. I would like to create a social networking website as in the book RailsSpace. Unfortunately, the book is old and I use Rails 3.2.3, devise for Authentifiaction and bootstrap. I've just created a model, controller and views for…
0
votes
0 answers

chrome throwing Uncaught RangeError: Maximum call stack size exceeded

Am trying to build a simple widget using bootstrap popover UW.UI.ProjectMember = { dropdown: ".project-member-select-dropdown", input: ".member-search-field", options: { container: $('.project-member-select'), trigger: "click", …
MrFoh
  • 2,693
  • 9
  • 42
  • 77
0
votes
1 answer

Datepicker options not working on Rails

The gems i'm using are twitter-bootstrap-rails and jquery-rails. Basically what I'm, trying to do is set the minDate on the date picker however none of the options are being accepted. $(selector).datepicker minDate: 0 Weirdly enough when I do a .on…
eytanfb
  • 443
  • 4
  • 17
0
votes
2 answers

Model Name Not Showing in Rails View

I'm building a simple trivia app and am using bootstrap generators for my forms. In the new and update forms for my models, the model names aren't showing up in my views. Here's the code for app/views/questions/new.html.erb:
Ryan Clark
  • 764
  • 1
  • 8
  • 29
0
votes
1 answer

What is the best (less code) to use angularjs and twitter-bootstrap for forms backed in rails?

I want to handle closer to 100% of my client side code with angularjs, I'm using twitter-bootstrap also, so the thing is twitter-bootstrap make me do so much html code to create forms, i like solutions like simple-form, but they consist in a model…
0
votes
2 answers

Updating latest FontAwesome icons with Rails Less Bootstrap

FontAwesome released a bunch of awesome new icons and I'm having trouble getting them with my current configuration. I have a rails application using the "twitter-bootstrap-rails" gem which comes with Fontawesome automatically but it has the old…
0
votes
1 answer

Twitter Bootstrap Rails Datetime picker

I would like to include the following datetime picker in my rails application. http://www.malot.fr/bootstrap-datetimepicker/ I am using twitter bootstrap for rails, but can't get it to work. I tried adding the .js file to the assets/javascripts…
Jack
  • 3,878
  • 15
  • 42
  • 72
0
votes
1 answer

margins and alignment in input element in bootstrap

I am having trouble getting an input element and a button to align correctly. This is what it looks like: This comes from the following code:
Siddharth Ram
  • 546
  • 5
  • 15
0
votes
1 answer

RSpec: uninitialized constant RSpec::Rails::ControllerExampleGroup::ActionController (NameError)

I'm writing some tests for this gem's generator methods and getting this error. I'm wondering what I'm missing in the config to test this properly. It seems to be related to loading the rails config in this method: def use_coffeescript? …
Todd Baur
  • 995
  • 8
  • 22
0
votes
2 answers

Bootstrap is adding more icons than called for in rails

I am trying to add a user icon to my header. bootstrap is adding more icons than what my code calls for, what is going on? Thanks in advance!
0
votes
3 answers

Rails 3.2 and jQuery function not working in production

I'm having a bit of trouble getting my javascript function that is compiled by the Asset Pipeline to work in production. It is working fine in development. Javascript # app/assets/javascript/subscribe.js $(function() { …