Gabriel Sobrinho

Results 59 issues of Gabriel Sobrinho

## Description preexec_functions does not run early enough for chruby work soon enough for RPS1. Another way of fixing is calling `chruby_auto` on `~/.zshrc` but precmd_functions seems more appropriate. Maybe?...

bug

This will add support to update functions without dropping and recreating dependencies.

Closes #44

``` /vagrant/mysql2postgres (2.1.3p242) λ mysqltopostgres /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- mysql2psql/connection (LoadError) from /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /var/lib/gems/2.1.0/gems/mysqltopostgres-0.2.15/lib/mysql2psql/postgres_db_writer.rb:2:in `' from /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /var/lib/gems/2.1.0/gems/mysqltopostgres-0.2.15/lib/mysqltopostgres.rb:22:in `' from...

bug

Hey, I tested this project against two dongles, wired and wireless, and the interface is too slow compared to using the APK in an Android device. What can be done...

Hi mate :) We are working in a project that have a lot of decimal columns with different precisions. Currently we are workarounding with decorators: ``` ruby class PublicityDecorator <...

Hey mate, Seems like we have a "integration" problem with active record and i18n alchemy but I'm not sure. Just to you follow my production code, we can't accept nested...

Contrived example: ```ruby class Category < ActiveRecord::Base end class Post < ActiveRecord::Base belongs_to :category, optional: false end Post.create!(category_id: nil) #=> ActiveRecord::RecordInvalid: Validation failed: Category must exist Post.create!(category_id: -1) #=> ActiveRecord::RecordInvalid:...

docs

There is a lot of people requesting a way to handle slave failures. Some questions: 1. What exactly defines a slave as failed? 2. In what moment we will mark...

Feature Request