Brian Leonard

Results 80 comments of Brian Leonard

Research: I see that `rack` 1.6.10 at least has: `max_age = "; max-age=" + value[:max_age].to_s if value[:max_age]` Made here: https://github.com/rack/rack/pull/697/files And the current `rack` master does this: `max_age = ";...

Go for it! Or maybe @jamby1100 wants to make a PR and you review.

any success in getting this to work? maybe it's a different node version or something?

@preetb123 @haojiezhang what node and npm versions are you using?

``` BLs-MacBook:ReactNativeSampleApp brian$ npm -v 3.10.5 BLs-MacBook:ReactNativeSampleApp brian$ node -v v5.4.1 ```

maybe this should use `.nvmrc` Anyone have any thoughts on that r what to make it happen?

upgraded node-inspector here since that seemed to help some people: https://github.com/taskrabbit/ReactNativeSampleApp/pull/30

It's been awhile for sure, but I don't see your `database.yml` here. There is some thing to set this `Proxy` to the `adapter:` in your `database.yml`. I'd consider extending to...

I don't believe there is a way to talk to a specific slave. Maybe something you could do under the hood. But there is ``` ActiveRecord::Base.connection.without_sticking do # stuff here...

We pointed background workers always to the primary (writer) for this reason and that they often were doing updates anyway.