Moncef Belyamani
Moncef Belyamani
The creator of the Hub gem does not recommend installing Hub via RubyGems, as it's slower than the standalone version. See the README: https://github.com/defunkt/hub#rubygems The Hub gem is used by...
The GitHub repo section of the extras recipe should make sure git is included as a recipe and should automatically add it if it's not included. Currently, if git is...
I'm trying to figure out if I'm using this gem correctly or if I'm missing something that's not mentioned in the documentation. I installed the gem, making sure to place...
This might be an edge case, but I am using this gem to validate zip codes entered into a search field. I need to be able to make sure that...
Hi. I just upgraded to 0.9.9 and I'm getting this error during precompilation of assets: ``` uninitialized constant Sprockets::DigestUtils ``` This is because `Sprockets::DigestUtils` is only available in sprockets 3.0+,...
Rails 3.2.13, Ruby 2.0.0, Mongoid config/application.rb: ``` ... config.middleware.use Rack::Cors do allow do origins '*' # location of your API resource '/api/*', :headers => :any, :methods => [:get, :post, :options,...
It would be great to add a command similar to `teardown` that will remove my email address from Surge.
This is a 🔦 documentation change. ## Summary As reported in #9613, the latest version of bundler requires Ruby version 3.0.0 or greater, so when people follow the quickstart instructions...