Mitch VanDuyn

Results 207 issues of Mitch VanDuyn

+ `Hyperstack::Policy.policy_dump_for` Very useful routine, make sure sure its documented in the policy section + Not documented that server_method should begin with some kind of protection (like denied! unless acting_user.admin?)

needs doc

Not sure why but unless you use mini-racer the ContexturalRenderer will not initialize. Have tried the rails default (node) and the ruby racer, and both fail in the same way.

when debugging server side rendering if you encounter errors you need to see the files generated. ``` module MiniRacer class Context alias original_eval eval def eval(str, options = nil) original_eval...

enhancement

If you DON'T use webpacker, then the instructions in the install generator for adding jQuery may not be clear. I'm not even sure this is a problem, but it would...

If `foo` is some instance of an activerecord model then `foo.loading?` should return true if *any* of the attributes in foo are loading. Right now `loading?` only works with attributes,...

enhancement

These methods are only useful on the client, but for isomorphic methods they should be also defined on the server. On the server `loaded?` should always return true, and `unloaded?`...

enhancement
good first issue

For example if you want to use Sidekiq

enhancement

Typical system running under light load may have several hundred active connections. Lets make sure the broadcast policy mechanism does not do stupid things like iterate over all connections, and...

performance

When a new browser is opened, a temporary "session" connection is made to hold all messages until the push connection is made (in the case of polled transport this session...

performance

And perhaps other issues. Bottom line should be able to rerun the install, and have things work

enhancement