Jean Boussier

Results 43 issues of Jean Boussier

EJS.escape_function is now a formatting string. Example: ``` ruby EJS.escape_function = '_.escape(%s)' ```

Ref: https://bugs.ruby-lang.org/issues/11788

This way, rails-api users will not have to manually include CanCan::ControllerAdditions. Regards.

As @matthewd pointed out, PG exceptions offer an API to get metadata about the exception, notably the concerned columns: http://www.rubydoc.info/gems/pg/PG/Result#error_field-instance_method It might be worth investigating.

enhancement

This one is a bit weird I admit, but our Slack team have over 1200 users and 1000 channels. So the insertion on boot actually takes 2 good seconds. Which...

We use capistrano to deploy on several hundred servers at once, and we noticed capistrano's performance was heavily tied to the number of servers. To prove it I ran the...

bug?

Ref: https://github.com/redis/redis-rb/issues/1070 Ok, let's start the work to see what kind of roadblocks we'll run into. One idea I'm toying with right now, is that rather than delegate everything to...

As discussed in https://github.com/redis/redis-rb/pull/509 The idea here is to fail loudly if such unlikely race condition happened. @djanowski is this more acceptable to you?