Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why there's no gem for Rails ? #228

Open
ahmadseleem opened this issue May 29, 2014 · 4 comments
Open

Why there's no gem for Rails ? #228

ahmadseleem opened this issue May 29, 2014 · 4 comments

Comments

@ahmadseleem
Copy link

Why there's no gem for Rails ? I mean up-to-date one. officially from you guys ?

@ahmadseleem
Copy link
Author

How do you suggest the best way to use it with rails and assets-pipeline ?

@natsu871
Copy link

I recommend using this gem.

https://github.com/afnecors/gumby

I had the same difficulties as you.
and, I solved this problem as follows.

In my Gemfile,

gem 'gumby'
gem 'jquery-rails'
gem 'modernizr-rails'
$ bundle install

and, in app/assets/javascripts/application.js, write down like this

//= require modernizr

then, open the file app/assets/stylesheets/application.css

*= require gumby

It was going to work for me. (with Rails 4.1.1)

Thanks.

@ahmadseleem
Copy link
Author

Thanks, I should give it a try soon!

@jgrannas
Copy link

jgrannas commented Jan 8, 2015

@natsu871 -- Using this gem does not use the scss that gumby has available... so you can not override the var/_default.scss file with different grid sizes...

how did you go about accomplishing overrides to the default gumby css?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants