Filipe Goncalves

Results 6 issues of Filipe Goncalves

In [babosa 1.0.4](https://github.com/norman/babosa/blob/7b6a723b3d5d9d72e7c445ca690b99607272400a/lib/babosa/identifier.rb) emojis were kept when using `normalize`, now they seem to be removed. Example: In 1.0.4 `'Emojis on slug 😋'.to_slug.normalize.to_s # => 'emojis-on-slug-😋'` In 2.0.0 `'Emojis on slug...

This is just an idea for a future development. Google have a Batch API implemented in Ruby to do batch processing of the API requests. Might be a good idea...

In the past I had a ruby 2.2 app with a GUI with tk that I was able to create an executable in ocra and run in any computer. I...

In the last version of the http_router the controllers with a wildcard don't seem to be working correctly: I'm trying to do: get :subpermalinks, :map => "/:permalink/*subpermalinks", :priority => :low...

If you have regex controllers it won't work because on line 43 will try to compare a regex against other regex. https://github.com/padrino/padrino-contrib/blob/master/lib/padrino-contrib/auto_locale.rb