0
votes
0answers
14 views

Carrierwave remote url and choose file validation

If a user chooses a file (photo) and as well as type in a URL for the :remote_image_url I wanted to know how best to validate this scenario or handle this experience? I'm using fileupload js from ...
0
votes
0answers
32 views

Bootstrap button dropdowns not working while my example works fine?

I have created an example for bootstrap button drop down : <!DOCTYPE html> <html> <head> <title>Button</title> <link rel="stylesheet" ...
0
votes
1answer
21 views

table width an bootstrap

I'm having trouble with my table width in bootstrap, particularly when making it responsive. I have a table, for example <table class="table table-striped table-hover"> <% ...
-1
votes
1answer
22 views

Implement typeahead search with links in Rails

I would like to make a typeahead that searches from Items.all, Objects.all, and Stuff.all (probably a total of a thousand or so things that do not really change) and the suggestions brought up by the ...
1
vote
1answer
25 views

Need instructions integrating a wrapbootstrap theme into a new rails app

I just purchased a theme at wrapbootstrap and fired up a new Rails app to experiment with it. The theme came with no documentation and I am new to Rails, so I could use some help. None of the other ...
0
votes
0answers
33 views

Bootstrap-datetimepicker-rails

I am trying to make bootstrap-datetimepicker-rails work but I'm having issues. I followed the instructions on https://github.com/lubieniebieski/bootstrap-datetimepicker-rails However, when I try to ...
0
votes
2answers
30 views

Incorporating Bootstrap Form Helpers into simple_form

I am trying to implement a select menu with countries, which then filters a select menu with states once a country is selected. I use SimpleForm and Bootstrap so the following seems to suit me ...
1
vote
2answers
63 views

How to make bootstrap & jquery working together in rails 3.2.12 app which has rail engines?

We are working on a rails 3.2.12 apps which has multiple rails engines. There are nav bar and user menu in main app. The functioning module is in rails engine. One of the engine is called customerx ...
0
votes
0answers
28 views

Jquery datapicker and Javascript stop working after adding bootstrap (gem bootstrap-sass) in rails 3.2.12 app [duplicate]

We added bootstrap (with gem bootstrap-sass) to our rails 3.2.12 app. The format is better. However we notice that all the js features, such as inserting text boxes for new data or inserting a partial ...
0
votes
0answers
34 views

twitter boostrap css displaying differently when pushed

I am trying to get the css recognised as '.jumbotron h1' or '.jumbatron .lead' <div class="jumbotron"> <h1>Thousands of clinical guidelines!</h1><br> ...
1
vote
2answers
35 views

why wont this bootstrap drop down menu work in Rails?

I am very new to Rails and I have looked for the answer to this question all over web. I tried many different solutions, but none of them seemed to work.Here is what I have. In my Header: ...
2
votes
0answers
76 views

bootstrap-switch functionality does not load when I re-render a partial with “respond_do”

I use bootstrap-switch and I've implemented it with bootstrap-switch-rails. Awesome feature, but I am having problems with its persistance when using an ajax response to render a partial with it. I ...
0
votes
1answer
53 views

Simple form label class

I want to use simple-form and bootstrap to generate a horizontal form with 2 rows. The first row should have two inputs side by side - one for first name with one label and the second row should have ...
1
vote
2answers
123 views

Twitter bootstrap: do I need both bootstrap-sass and twitter-bootstrap-rails gems?

I have the following entries my (Rails 3.2.13) Gemfile: gem 'twitter-bootstrap-rails' gem 'bootstrap-sass' and in app/assets/javascripts/application.js: //= require twitter/bootstrap and at the ...
0
votes
1answer
183 views

Ember.js and Twitter Bootstrap in Rails

I would like to use a twitter bootstrap layout in my Ember.js driven Rails Application. I am wondering if anyone knows a good way to integrate the generated application.html.erb layout and the ...
0
votes
2answers
56 views

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! <ul class="nav pull-right"> <% if ...
2
votes
1answer
161 views

Bad flot canvas chart size within Bootstrap tab pane on initial page load

I am building a Rails 3.2.11 app with Twitter Bootstrap and Flot (also HAML and Coffeescript). In a view, I have Bootstrap tabs implemented like so (partials are rendered in the tab panes.), ...
0
votes
1answer
141 views

AngularJs Scope, variable value get changed

I am totally new to AngularJs, i have taken tutorials, I had been stuck from last 5 hours on following problem, I am using twitterbootstrap and by modal i meant bootstrap modal It show me the modal ...
1
vote
1answer
94 views

Bootstrap (2.3.1) + SimpleForm (2.1) inline label for radio button group

I'm trying to create inline radio buttons which also has its label inline (at the very left). As I state in the title, using Bootstrap and SimpleForm. My code looks like this: <%= f.input ...
0
votes
1answer
37 views

Twitter bootsrap model fade on clicking link_to but black fade appears on the modal

I try to fade modal on clicking the link but black fade appear on the modal popup following is my code of modal and link clicking on the following link modal fade <%= link_to 'New ...
0
votes
0answers
56 views

How can I enable on-off toggle with bootstrap on rails?

I want to implement this on-off toggle on my rails app. http://www.larentis.eu/bootstrap_toggle_buttons/ https://github.com/nostalgiaz/bootstrap-switch So, what I have done is, creating these below ...
0
votes
1answer
46 views

Close window botton - javascript

I tried the following: <a href="JavaScript:window.close()" class="close"></a> But when I try to click, the browser window wouldn't close. In fact there is no effect whatsoever. What ...
0
votes
1answer
54 views

how to remove one js file from bootstrap?

How do I block one JavaScript file from the gem? I'm using the twitter-bootstrap gem. When the rails application loads, the gem will load all the JS files, so I want to block scrollspy.js from ...
0
votes
1answer
49 views

Append/Update params to an existing form using form_for

Fairly new to rails, meaning I believe I have most of the basics down, but definitely still a student of the art. What I'm trying to accomplish: append params to an existing form using form_for. So, ...
0
votes
0answers
38 views

How to align the submenu with the selected item with twitter-boostrap?

With twitter-bootsrap, I want to align the top of the submenu with the position of the selected item of the parent menu. My problem is when the menu is long and the submenu is not long enough, I can ...
-1
votes
1answer
30 views

Rails link_to in templates

When I add a link_to to a pre-made bootstrap template it ends up putting the link below the nav-icon. I'm not sure if this is a CSS problem or if my code is wrong. <li><a href="#"><i ...
0
votes
0answers
72 views

Add prepend and append to simple form bootstrap wrapper

So here is my issue. I have the following code: <div class="span4"> <%= f.input :number, label: "Invoice #:", required: true, input_html: {class: "input-small"}, hint: "( Last Used: ...
0
votes
2answers
55 views

Installing bootstrap in rails - removing current assets

I see https://github.com/seyhunak/twitter-bootstrap-rails how I can add bootstrap to a completely new application, using rails generate scaffold Product name price:decimal --skip-stylesheets. My ...
0
votes
1answer
82 views

simple_form error messages do not go away

I'm using simple_form with twitter bootstrap on Rails. Everything works great, except when showing live validations in a form-inline class. My code for the form is: <%= simple_form_for @message, ...
0
votes
2answers
37 views

Rails locations - where do I locate a gem

In Rails - Where should I locate Gems? I downloaded bootstrap and it's working, as well as a sample Rails app, separately, but I want them to work together. There is a bootstrapped rails gem ...
0
votes
1answer
59 views

link_to paths not linking after adding bootstrap

I have a rails application that is built on the SAAS stripe application that is hosted here: http://railsapps.github.com/rails-recurly-subscription-saas/ I added twitter bootstrap to this and my ...
0
votes
2answers
55 views

Multiple HTML Attributes Simple_form_for

I have a new page with simple_form_for elements as shown below <%= simple_form_for @invoice, :html => { :class => 'form-horizontal' } do |f| %> <%= render "shared/error_messages", ...
0
votes
1answer
175 views

Rails + Multiple DataTables + UI nested accordion

I'm using multiple similar dataTables within a nested UI accordion. While I've had no problem initializing multiple dataTables using the class-level selector, I'm having a problem getting the header ...
1
vote
1answer
47 views

How do I display data in random order from two loops in a Rails application?

Here is my code: <!-- Start of type 1 --> <%@results.map do |p| %> <li> <%= data1.p.url%> </li> <%end%> <!-- End of type 1 --> <!-- ...
0
votes
1answer
287 views

Bootstrap highlight selected item in a nav list

So I am using bootstrap together with slim to build some navigable pages. Am stuck on highlighting the selected item on the list as "activate" class applied. I did find something called affix or ...
0
votes
1answer
84 views

Rails + best_in_place + Twitter Bootstrap

I have really annoying issue with best in place and Twitter bootstrap. I have spent with that a lot of time. I have gone through several pages - best_in_place github page and Issues. So I thought, ...
0
votes
1answer
232 views

How to integrate a Twitter Bootstrap theme into an Rails application?

I have bought a twitter bootstrap theme from https://wrapbootstrap.com/ this website. I already have a rails application function. Now, I want to design my application by integrating the bootstrap ...
1
vote
1answer
532 views

Rails form_for in Twitter Bootstrap Modal with AJAX/JSON

I'm having trouble getting a Rails form_for form to work in a Bootstrap modal and update a table with AJAX. I've followed the guide at ...
0
votes
2answers
708 views

Customizing twitter-bootstrap table. Header floats left

Currently I am working on table customziation for my project. I am using Twitter Bootstrap rails gem (2.2.6). However I think this should not be an issue when it comes to CSS customization. So ...
0
votes
1answer
70 views

How to timeout flash messages in rails

I currently have standard flash messages with the devise gem for success/failure etc. I have added the option to manually close the message with some bootstrap functionality via a close class. A ...
0
votes
1answer
55 views

Rails Bootstrap Gem on Top of Devise

I'm fairly new to rails and much of the devise login system has been generated for me. However, I tested my application before my twitter-bootstrap gem was applied, and a button I am concerned with ...
0
votes
1answer
33 views

all rails forms appear as though left aligned in span3 div

I'm using twitter bootstrap and all the input fields/forms in the app look like they are in a span3 leftaligned div. How can I fix this and have default input widths? I've used bootstrap on another ...
1
vote
0answers
311 views

Rails, simple_form, bootstrap and datepicker

I'm trying to add date field to my form. So I added bootstrap-datepicker-rails gem, all required css and javascript. Everything is showing ok, but when I actually choose the date in the calendar and ...
0
votes
1answer
51 views

Rails .js render html in modal

I'm passing the following as a parameter to a modal: "<iframe width="350" height="197" src="http://www.youtube.com/embed/jsExp2ebB4s?feature=oembed" frameborder="0" ...
0
votes
4answers
1k views

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 ...
0
votes
0answers
100 views

How to show an bootstrap accordion selection on page load?

I am using Twitter Bootstrap's accordion effect. I'd like to open an accordion selection on page load. I'm considering that something like an HTML anchor. Any ideas?
0
votes
2answers
106 views

how to not improve this code to not repeat the twitter bootstrap modal?

I have a Project that have many Pictures. I am using the first picture as a link to call a twitter bootstrap modal, where some information will be displayed as well as the link for the project`s page. ...
-2
votes
1answer
190 views

Using bootstrap rails gem - less [closed]

Trying to use the bootstrap gem for my rails app (previously had just installed bootstrap manually) but I keep getting an error gemfile in assets gem "therubyracer" gem "less-rails" gem ...
0
votes
2answers
47 views

Website not functioning on all browsers

My website works well on my mac and iphone but in IE it doesn't. In IE some of the navbar features aren't right (i.e. layout is incorrect, searchbox doesn't have placeholder text, one of the navbar ...
2
votes
1answer
111 views

Flash messages appearing twice in rails

My flash messages are appearing twice and my web research tells me this is due to render and redirect displaying the messages. I think I need to use flash.now[] or flash[] somewhere to sort this but ...

1 2 3 4 5 7