Marc Gayle

Results 14 issues of Marc Gayle

Per the documentation, to check if a user has the ability to do something to any element in the view, you do something like this: ``` erb ``` Or you...

I am using both this gem and bootstrap-sass gem. When I do `` even though I can see the FontAwesome arrow, I can kinda see the glyphicon icon behind it...

I have a Rails 4.2 app that I would love to use this with....can I with no compatibility issues? Also, I am using heavy caching on my views - everytime...

I am not using `Bundler` to manage my dependencies. I just have a regular script that has a bunch of `requires` at the top. ``` #!/usr/bin/env ruby require 'rubygems' require...

I am looking for a variety of recipes, and would love to see a list of recipes that other people have created. Is that available anywhere? I am really looking...

feature request

I need to use Vimeo's API soon, so I am wondering if it makes sense to explore this gem? Are there any Rails 5 issues?

This PR fixes the issues described in [this issue](https://github.com/rails/sprockets/issues/687) and in [this comment](https://github.com/rails/sprockets/issues/96#issuecomment-653684209). ### Expected behavior When a Rails or Sprockets project is placed in a directory with spaces in...

### Expected behavior When a Rails or Sprockets project is placed in a directory with spaces in the folder names in the path, it shouldn't throw any errors. It should...

What I would like to do, is within the branch I am deploying to, I want the static files to be deployed to a subfolder within the repo (i.e. not...

For some reason, this specific question is throwing an error: ``` ruby > Serel::Question.find(55984).get [INFO][2013-04-01 14:32:11] Making request to /2.0/questions/55984?site=stackoverflow&key=kljhalwkjenlansd NameError: undefined local variable or method `name' for # from...