Achilleas

Results 41 comments of Achilleas

Yes I see what you mean. I guess it depends on how @ask11 feels about updating backbone-offline to work more modularly and allowing for modularity in picking storage engines. Then...

I just ran into a situation where `sort_by` is not faster, per se, in fact 2.95x slower. But it has something to do with the number of items in the...

It would be really helpful if next time you'd write proper commits (messages & structure). Although I might assume that during a Hackathon this isn't really an issue. It does...

@DeepInTheCode No need to apologise of course :) it is just that it would have made reviewing easier. Is there a live demo somewhere? The project sounds cool.

All activerecord 5 runs seem to fail because of missing json support for sqlite, but from what I've found, support for json columns was added in 5. There is this...

@haffla Yes I agree with it not being `jsonb_accessor`'s responsibility, good point. What I do find strange is that in that gem's readme it says that json support for sqlite...

Haha ok it won't work, the gem depends on active_record 4, etc. So I agree with what you are saying, we should simply dismiss tests that run in situations that...

> @abuisman you can use `bundle exec appraisal rspec` to run against all Rails versions on your local machine. Thanks! I did it another way an hour ago. But now...

@haffla It is necessary because for some reason in ActiveRecord 5, dirty checking doesn't work when it is `:json` 🤷 I have now implemented the whole multiple database thing a...

@haffla Hi again, I have made some more final changes to my PR in which I have actually implemented full query support for SQLite which I am pretty excited about....