Xanders

Results 5 issues of Xanders

Hello. Thank you for a great library! It's looks like there is no way to update all the records, without WHERE clause. Both null and {} in where part of...

Hi! Thanks for the greatest project!! I just realized there are some bugs with filesystem encoding on Windows. `Dir.pwd` gives me string in Windows-1251 encoding on my machine, so Pry...

Need for changes in table creation because of that commit: https://github.com/rails/rails/commit/fc88e4a5c317830686e3160bb4ba95e49c681b12

Hello. It's look like changing column type is not working at PostgreSQL. For example: ``` ruby class Some < ActiveRecord::Base field :super_field, as: :integer auto_upgrade! end ``` Works well. Then...

Hello! MiniRecord is awesome, especially with MySQL. While using with SQLite I have some problems with it: - When I use decimal columns, everytime I call auto_upgrade! it re-create tables....