Aral Balkan

Results 312 comments of Aral Balkan

So here’s what I’ve found: 1. Tried to reproduce locally on OS-X running Ruby 2.2.3, Rails 4.2.1, i18n 0.7.0, http_accept_language 2.0.5 and couldn’t 2. On my OpenStack-based deployment environment where...

Do you think we could get away with tacking ‘index.html’ and ‘/‘ onto the array there or is there a cleaner way to do this?

@mattfox Balto looks awesome. Here’s hoping the Stripe folks use it to create a simple way for folks on elementary OS (like me), Ubuntu, etc., to install (the wonderful) Stripe...

Just a quick update, I have a very basic integration of the Learn theme’s search functionality into Cupper. Doesn’t look good, haven’t had a chance to look into how accessible...

@rugk Good point on documenting that the database files should not be kept in web directories. However, in this regard, it is no more or less secure than any other...

Hey @DJSundog, you already can! The returned results are proxies and are thus reactive :) Try: ```js db.cars.where('model').is('F5').getFirst().model = 'F150' db.cars.where('year').isLessThan(2000).get().forEach(car => car.needsSmogTest = true) ``` For the first one,...

Also, this makes me realise that we need a section along the lines of “Updating data” in the readme. I’ll wait for your thoughts and then possibly open two internal...

Tracking internally at: - Documentation: https://source.small-tech.org/site.js/app/-/issues/251 - `getFirst()` and `getLast()` methods potential behaviour change in return value when item does not exist: https://source.small-tech.org/site.js/app/-/issues/252

(Note: this is on the paid proprietary app, not this outdated open source version.)