Lev Cheryomukhin
Lev Cheryomukhin
на m1pro тормозит, разница в скорости с google chrome примерно в 7-10 раз, плюс идет нагрузка на проц если какая-то анимация есть на экране, может фризить или падать до 1fps...
same here... i'm able to login through SSH from my mobile phone and kill therapist with "kill -9" command it happens from time to time when i launch or reconnect,...
solved with ``` gem 'userstamp', :git => '[email protected]:kimkong/userstamp.git' ```
thank you for quick reply! ```ruby class WelcomeCell < BaseCell def show render end def menu @menu_items = [ { name: 'links.profile', url: Rails.main_app.profile_path }, { name: 'links.users', url: Rails.main_app.users_path...
```ruby include Rails.application.routes.mounted_helpers ``` makes `main_app` method accessible, but it doesn't work the way it meant: `main_app.profile_path` returns `/tickets/profile` instead of `/profile`
if i pass main_app from view and use it in cell, it works, but need to pass it to each cell, it's a dirty hack
i tried to debug, and came up with using live_preview instead of preview. somehow preview tried to resolve all methods and relations before rollback. i think, this issue can be...