0
votes
0answers
34 views

zurb foundation icon font with ruby on rails

i am trying to get the zurb foundation icon fonts to work within my rails project, though they dont appear to be working correctly general_foundicons.css.sass /* font-face @font-face ...
0
votes
0answers
25 views

Including off-canvas layouts with the zurb-foundation Rails gem

What is the right way of implementing the Foundation's off-canvas layouts in a Rails project? I am using the zurb-foundation gem, and tried both version 3.x and 4 (with rails generators). The ...
0
votes
1answer
45 views

Foundation 4 | Rails | Passenger — Invalid CSS after “ *”: expected “{”, was “= require found…”

I'm trying to get my rails app running under passenger and am stuck at the following error. rake aborted! Invalid CSS after " *": expected "{", was "= require found..." (in ...
0
votes
2answers
22 views

rails assets precompile css order

I'm using zurb with rails. I overrode some of zurbs default css by adding changes to app/assets/stylesheets/application.css But precompilation seems to append all the other css files to this one. Is ...
0
votes
1answer
16 views

Can you use Foundation Icons within Foundation pre/postfix labels and actions?

I am attempting to use a calendar icon from Foundation Icon set next to a rails form input, and figured a quick way to align the two while making it look good was to use Foundation's postfix labels. ...
0
votes
2answers
93 views

Foundation 4 suddenly not working in Heroku and all pages error out

Any idea what might be causing the following error? I've made the tiniest simple text-only change in one of the webpages since the last update that worked fine. Any page I try to view gives me this in ...
0
votes
0answers
29 views

Foundation 4 Top-bar Nav Not Rendering

I'm experiencing a bizarre error when trying to implement Foundation's (4.1.1) top-bar nav menu. On the local server, the menu works fine on desktop & mobile - it's properly compressed, the menu ...
0
votes
2answers
61 views

jquery doesn't work with rails and foundation 4

I've added Foundation 4 to an existing Rails app using the directions on the Foundation Rails page. The problem I'm having is that my custom jQuery code doesn't work with Foundation. Here is the only ...
0
votes
2answers
56 views

Foundation Navigation Bar blocking form fields

So this seems like a dumb problem to have. I may be going about it wrong so if anyone could suggest another way of doing this i would love to try it out. I have a FIXED Navigation bar built with ...
1
vote
0answers
93 views

emberjs and foundation4

i am trying to use emberjs and foundation 4 which is now using the zepto framework, though as soon as i added the emberjs includes into my application.js the foundation code stops working. is there ...
1
vote
0answers
93 views

Using Foundation Icons with AddThis Social Plugins

I was wondering if anyone has been able to use Foundation Icons from http://foundation.zurb.com/icon-fonts.php, http://www.zurb.com/playground/foundation-icons with AddThis social plugins - ...
0
votes
0answers
300 views

Default paragraph font-size in Zurb Foundation 4

I'm having a bit of a problem understanding Foundation's unit calculations. I have $em-base: 14px; Does this mean that 1em should equal to 14 pixels? I'm asking this because, further down the ...
0
votes
1answer
199 views

Cant override variables - Adding Zurb-Foundation to Spree

I am trying to rewrite the frontend of our store with the help of the Zurb Foundation Framework, sadly, I run into quite some issues. I included the 'zurb-foundation' gem in my gemfile, and added ...
0
votes
1answer
199 views

Rails Foundation Orbit is not a function

I'm trying zurb foundation framework for the first time. I would like to create a slideshow; however, I receive type error orbit is not a function. This is my application.js file: //= require ...
0
votes
1answer
157 views

upgrade foundation 3 to 4

i have recently just upgraded from foundation 3 to 4, though I have noticed that I cannot get zepto to work correctly. I keep getting the following Started GET "/js/vendor/zepto.js" for 127.0.0.1 at ...
2
votes
1answer
171 views

foundation 3 sass not compiling

Up until recently my SaSS has been compiling without a hitch, earlier tonight I started to get the following errors. I have tried rejigging my Gemfile, but I can not for the live of me workout how to ...
0
votes
1answer
381 views

How do you style form file fields with zurb foundation?

I'm trying to create a button with Zurb Foundation using Rails for uploading a picture. I tried this: <input class="tiny round disabled button" name="picture[picture]" type="file"> ...
0
votes
2answers
435 views

How to override auto-generated html in foundation's orbit?

I'm using the excellent Foundation, but I don't want the 'Prev' and 'Next' buttons on the Orbit slider. In my application.js file I've set the following: $(document).foundation('orbit', { ...
0
votes
1answer
115 views

Render html.erb (not partial) in other html.erb

I'm quite new to Rails and trying to make app with Foundation framework. The problem is with modal window. I have an index.html.erb file in views/users folder, generated by scaffold. Also there is a ...
0
votes
0answers
144 views

How to set height of zurb's orbit slider in rails?

I am using the zurb foundation rails gem for a new app and it works perfectly, except that the orbit slider changes height depending on an images size. I'd like to set a default height of 500px, but ...
0
votes
0answers
212 views

How to get jQuery UI autocomplete and Zurb Foundation to work together with Rails asset pipeline

Ive seen this question Zurb Foundation conflicts with jQuery UI autocomplete?, but I was hoping for some in-detail instructions on how best to configure with the rails asset pipeline, what to require ...
1
vote
1answer
166 views

zurb foundation icon fonts in a Slim template link_to

I am using a slim template file for a Rails form. I'd like to use a Foundation icon-font as the graphic in the link, but cannot seem to find a way to include the font in the link_to. Here is the code ...
0
votes
1answer
127 views

zurb foundation error class not rendering correctly

im using foundation 3, and have set the class of custom on my form, though the issue im having is with the select dropdowns and error class not working the way it should. what i am hoping for is that ...
0
votes
1answer
62 views

pass variable to rails 3

I am trying to pass a variable to a partial so that it can be called within the partial This is how i am rendering the partial = render :partial => "layouts/reveal_delete", :resource => ...
0
votes
0answers
396 views

Foundation Responsive Top Bar Toggle Not Working In Rails 3.2.8 Project

I'm a front-end web developer working on my first serious rails project (v3.2.8). I've successfully installed Foundation version 3.2.0 using the gem. I am having trouble with the navigation toggle, ...
0
votes
0answers
71 views

Validates_presence_of kind of not working with Rails, Zurb, and Simple_form

Everything was working, but stopped after I div(ed) out the whole form to style it with columns and rows. The validates marks are shown with an astrick, and it doesn't allow the sale to go through, ...
0
votes
1answer
329 views

Ruby on Rails Styling Simple Form with Zurb Foundation

I think the foundation's changes took affect in my app, because now the fields stretch to fit the screen. I tried to put in in a row and in a column, but nothing seems to transform the size. How do I ...
4
votes
1answer
261 views

How to disable foundation or bootstrap styling for a block of html code?

I am using mailgun (although this question has nothing to do with mailgun) to parse the incoming email and mailgun will http post the parsed email to my server. When I received the post, I got the ...
0
votes
2answers
200 views

Extending several button classes in Foundation does not inherit their hover state

(This is really hard to explain) I am trying to create a new button class in Foundation like this: .btn { @extend .button; @extend .small; @extend .radius; @extend .secondary; } It works ...
1
vote
0answers
224 views

How to use zurb foundation with Ruby on Rails Gem?

Can't figure out exactly where and how to use the out-of-the-box RTL and be able to switch it according to different locals using the Ruby Gem. http://www.zurb.com/playground/foundation-rtl UPDATE: ...
0
votes
1answer
178 views

can I use variables defined in foundation's scss in my application.css

In my rails application's asset application.css I have the following line /* *= require foundation_and_overrides *= require_self *= require_tree . */ ul#mainmenu li { background-color: ...
2
votes
1answer
701 views

Zurb Foundation radio buttons and checkboxes not working in Rails

I've installed foundation into my Rails project using their gem and running the following 2 commands: rails g foundation:install rails g foundation:layout Everything seems to be working great, the ...
2
votes
3answers
1k views

Zurb Foundation Nav has Limited Style in Rails Project

I'm using Zurb Foundation 3 via the zurb-foundation gem on a rails project. Everything is going well until I've tried to add a navigation bar: <body> <div id="container" class="twelve ...
2
votes
1answer
162 views

Foundation zurb nav not showing in rails

It's the first time I use foundation for my Rails project. In the past I only used Bootstrap. I followed the steps described here http://foundation.zurb.com/docs/gem-install.php#simple2 and I can't ...
0
votes
1answer
566 views

Responsive design captcha/recaptcha

So I'm creating a rails application signup page. I've used the Zurb Foundation grid in order to create the site layout. The problem I'm having is that when the grid is resizing, the recaptcha isn't ...
2
votes
2answers
2k views

Foundation 3.0.5 installing issue with rails 3.2.6

I just started a new project and added zurb-foundation to the Gemfile. Bundle install show a sass compatibility problem so i run bundle update and bundle install and everything seems ok. But when I ...
2
votes
1answer
2k views

zurb-foundation javascripts are not working

Javascripts are not working. Am i missing something ? I can see that javascript and css files are in the generated html. Thanks. gemfile group :assets do gem 'sass-rails', '~> 3.2.3' gem ...
1
vote
1answer
306 views

Rails vendor folder

I'm using the zurb-foundation gem, but it uses foundation 2 while foundation 3 came out today. Looking at the gem repository, there is a folder called vendor/assets which holds all of the assets ...
2
votes
1answer
445 views

gmaps4rails infowindow appears distorted with zurb foundation

I am attaching the screenshot of the infowindow below.It appears distorted and the left side bar is also not coming properly. Here is my gmaps4rails.css .map_container { padding: 6px; ...
4
votes
2answers
801 views

Integration Simple-form 2.0.0 and Zurb

In the new simple_form gem ( 2.0.0 ), there are a wrapper to twitter. But I prefer using zurb-foundation. So I try create this wrapper. Anyone has some input to create the wrapper ?
0
votes
0answers
300 views

does anybody have a solution for using formtastic with zurb foundation

There is a gem at https://github.com/aliang/formtastic-zurb-foundation but it has only just been started.
4
votes
2answers
4k views

How to override Zurb Foundation css properties using rails 3.1?

Hi there im working on a new rails app and i just started to use Foundation. I did the installation using rails g foundation:install Everything is working as espected (i mean by that i can see ...
0
votes
3answers
1k views

Rails - how to link to assets outside the app directory

I'm brand new to Rails. I installed the Zurb foundation front-end framework as described here: http://www.zurb.com/article/814/yetify-your-rails-new-foundation-gem-and- When I open ...