Arkadiy Zabazhanov

Results 54 comments of Arkadiy Zabazhanov

What do you mean? Activeuuid is evolving. For example, now you can do Person.find("0320cdfa-04d2-11e1-a1a1-14dae903e06a"). UUID fields now acts as native AR types. So, what is wrong? Describe your problem.

Could you please post an exception and more info?

Dude, Can you rebase your patch please, or I'll do it )

I tried to implement this on top of master, but my specs failed because of after_initialize - reload with fields specified is not working. Also I've recall why I did...

Could you please add the adapter as travis env?

It doesn't work actually, if you could make it work - I'll merge it.

It is foken osom! I could not even bring myself to do this patch. It's sad that AR dumper source is so old and unpatchable (

You need to implement adapter patches to make it work.

It's all because of the rails migrator and schema dumpers. Internally, migrator users `:primary_key` `create_table` option only for creation integer id field. The same is for schema dumper - if...

Is sqlite you have the latest version? Is it sqlite3?