twitter-bootstrap-rails Questions
2
Solved
I'm using the rails framework with HAML and I have bootstrap setup. How would I format the field inputs seperately. I want the input field for name to be 60% of the screen float left and the input ...
Dennie asked 6/7, 2013 at 20:59
20
I am trying to use bootstrap 3 in my rails 4 app. Followed this tutorial to set up bootstrap 3 using bootstrap saas from this github page.
Bootstrap is working fine but glyphicons are not working ...
Dichroic asked 23/2, 2014 at 0:58
8
Solved
There seems to be no class for input type 'submit' in font-awesome. Is it possible to use some class from font-awesome for button input? I've added icons to all buttons (which actually links with c...
Rhinoscopy asked 27/7, 2012 at 10:29
2
Solved
I really like the Twitter Bootstrap modal, but showing it with the animation is a bit slow. I'd say around 500ms.
Is there a way to make it faster? I looked in bootstrap-modal.js but couldn't find...
Tokharian asked 26/9, 2012 at 13:40
4
Solved
I am using ajax to submit a form for my registration, but am having an issue trying to setup tooltips to display error messages for errors that come back from the controller.
JavaScript:
$(docume...
Camise asked 3/7, 2013 at 21:13
3
Solved
I'm trying to get this done for quite some time now and i can't figure out whats wrong:
My Link:
<%= link_to '#', tag, class: "tag-tooltip",
:data => {:toggle=>"tooltip"},
'data-origi...
Doxology asked 21/11, 2013 at 19:17
7
Solved
in the bootstrap navigation bar. You can get the effect of a button being clicked by adding the class active . Naturally, I want to use this on my pages. For example if I'm on the about us page I w...
Regenaregency asked 5/7, 2013 at 5:42
4
Solved
I'm trying to create new Twitter Bootstrap buttons in my Rails app so I don't have to override the old ones. Using the Bootstrap-Sass gem, I've figured out how to override the default buttons like ...
Grainfield asked 3/6, 2013 at 15:25
3
Solved
I had to choose from bootstrap-sass and twitter-bootstrap-rails and I've opted for the first as per suggestions on the web.
However, I see that twitter-bootstrap-rails gem has some generators for ...
Medium asked 5/8, 2013 at 17:3
3
Solved
I'm trying to use the twitter-bootstrap-rails gem on my first Rails project, on a Windows 7 machine running
ruby 1.9.3p125 (2012-02-16) [i386-mingw32]
Rails 3.2.1
twitter-bootstrap-rails 2.1.1
...
Escalator asked 28/7, 2012 at 18:41
3
Solved
I'm using RoR to make a one-month rails website. This is the code from the styles.css.scss sheet. It utilizes bootstrap. I am unsure as to why but the button color does not change despite the $btnP...
Glenda asked 31/7, 2013 at 0:37
11
I am trying to set up Rails app with Twitter Bootstrap (the gem twitter-bootstrap-rails), but I still cannot get over the error
File to import not found or unreadable: twitter/bootstrap.
I found...
Piacular asked 3/4, 2013 at 10:22
2
Solved
Very new to Ruby and I've been stuck for hours. Searching everywhere and can't find an answer.
So I'm using the bootstrap datepicker for rails gem.
Because I've changed the date format of the dat...
Public asked 14/6, 2013 at 9:43
5
The website https://wrapbootstrap.com/ has themes which were made using Twitter Bootstrap. Each of these themes include different versions of Twitter Bootstrap along with other various libraries an...
Capitoline asked 8/10, 2012 at 5:8
4
Solved
Trying to user font awesome icons for my buttons but I cant get it to show in the submit_tag
<%= submit_tag icon("search"), class: "btn-primary", style:"width:40px;" %>
output:
<inpu...
Heeheebiejeebies asked 2/8, 2012 at 17:52
3
Anybody knows how to setup the gem bootstrap-datepicker-rails? I followed the steps in http://rubydoc.info/gems/bootstrap-datepicker-rails/0.6.21/frames, basically:
I setup twitter-bootstrap-rail...
Mushroom asked 17/10, 2012 at 7:7
2
Solved
I have bought a twitter bootstrap theme from wrapbootstrap.
I already have a functional rails application. Now, I want to design my application by integrating the bootstrap theme into my applicatio...
Hartz asked 27/3, 2013 at 1:46
3
Solved
another newbie-question regarding rails and bootstrap.
I am using something like this:
<div class="tabbable tabs-left">
<ul class="nav nav-tabs">
<li class="active"><a href=...
Murdoch asked 18/6, 2012 at 23:24
6
Solved
How to use custom variables when using twitter-bootstrap-rails gem? I want to change the default widths for the grid system and have added the following line to my bootstrap_and_overrides file and ...
Dagley asked 10/5, 2012 at 13:7
2
Solved
I'm using Rail's 'f_date_select' with Twitter Boostrap, which results in the look below. However, I want the select boxes to be smaler (~ half the size).
How can I do this?
<%= f.label :start_...
Gymnasiarch asked 14/2, 2013 at 0:10
2
Solved
I get an error while trying to load any page:
ActionView::Template::Error (variable @fontAwesomeEotPath_iefix is undefined)
(in /app/assets/stylesheets/bootstrap_and_overrides.css.less)):
2: <...
Baton asked 4/12, 2012 at 10:45
1
Solved
I think this is a common problem of installing therubyracer gem in Rails. It is a dependency for the twitter-bootstrap-rails gem.
I have tried solution such as this:
`gem install therubyracer` fa...
Testerman asked 4/10, 2012 at 5:39
2
Solved
I've got a Ruby on Rails app running with Bootstrap, which I installed using the gem twitter-bootstrap-rails.
I'd now like to integrate a new Bootswatch theme, but I'm having trouble figuring out ...
Canoodle asked 8/6, 2012 at 20:17
1
I've been working to get twitter-bootstrap-rails gem working on my windows machine and ran into an error attempting to install 'therubyracer' gem which is a dependency of older version of the less ...
Blas asked 7/9, 2012 at 3:26
2
Solved
I want all my anchors in my application look like .btn (Twitter Bootstrap class), is there a way to make this?
I did
a{
@include btn;
}
but it does not work because btn should be a mixin...
Leschen asked 9/7, 2012 at 17:38
1 Next >
© 2022 - 2024 — McMap. All rights reserved.