Rustam Mamadaminov

Results 54 comments of Rustam Mamadaminov

Idea: merge `*Update` and `*Insert `events into `*Save` event

@pleerock https://github.com/typeorm/typeorm/issues/1527#issuecomment-447701324

> save already does it. So what's the difference between `*Update` and `*Insert` events?

@ematipico see https://github.com/typeorm/typeorm/issues/1527#issuecomment-447701324

Yes. We have plan for mongodb transactions

We need to discuss whether environment variables should be cached.

Also need document - [ ] auto response options (take it from README or router) - [ ] locale based URLs https://github.com/yiisoft/demo/pull/422/files

We recently added host support to the router, now you can split the admin (aka backend) by specifying the host. For example: ```php Group::create()->routes( // your admin routes here. )->host('admin.{_host}')...

Adding benchmarking would be great.