Results 50 comments of Max Melentiev

I can not reproduce this. Tested with rspec 3.12. Could you please prepare and share sample app with reproducer?

How long does app run before you get this error? Is it in prod on in dev?

Context is based on session. See how to configure session key in docs https://github.com/telegram-bot-rb/telegram-bot#session By default it only uses user id: https://github.com/telegram-bot-rb/telegram-bot/blob/master/lib/telegram/bot/updates_controller/session.rb#L33

Seems like you can provide directory path to `fs.watch`: http://nodejs.org/api/fs.html#fs_fs_watch_filename_options_listener Doesn't it emit events on new files?

@vindia Rails has `render template: 'template_name'`. Is there something similar in jbuilder?

I had a case when items in collection for `index` action were same as for `show`. So I had to create '_show' template and have `show` just with `json.partial! 'show'`...

Does 264130acc568a166dbbbeb221244e316fa61f8a3 fix it in #12?

Could you share your patch? It can be tricky to have some generic solution: somebody may want to log messages with commands (`/cmd some text`) others may want text of...

There is a test failing. Cannot merge right now. I can take a look later