Skip to content

issues Search Results · repo:ruby-hyperloop/hyper-mesh language:Ruby

Filter by

102 results
 (102 ms)

102 results

inruby-hyperloop/hyper-mesh (press backspace or delete to remove)

Structure question I m trying to implement a offer calculator. I have a structure in the database: class SubscriptionOffer ApplicationRecord has_many :subjects, class_name: SubscriptionOffer::Subject ...
bug
  • johansmitsnl
  • Opened 
    on Aug 14, 2018
  • #110

Mitch VanDuyn @catmando 14:14 @johansmitsnl where is not implmented on the client ATM (probably never will be fully as it would require that we have access to SQL on client.) @catmando 14:15 so for each ...
enhancement
  • johansmitsnl
  • Opened 
    on Aug 14, 2018
  • #109

See HyperMesh broadcast.rb for an example of where the same pattern of checking whether we are on the console or not, and then deciding to either run or call remote. Why can t this just be builtin to ...
  • catmando
  • Opened 
    on Aug 7, 2018
  • #108

when using auth_logic (for example) when a logged user makes ANY request to the server, this updates the user model, which causes data to be pushed to the client which causes the client to update its ...
  • catmando
  • 3
  • Opened 
    on Jul 17, 2018
  • #107

🤔 Recap of includes / n+1 queries Hypermesh doesn t automatically preload / eager load / includes associations (whatever you want to call it). This means big fetches lead to hundreds of individual SELECT ...
  • sfcgeorge
  • Opened 
    on Jul 11, 2018
  • #106

In a few places we have used attr_accessor to allow us to set flags and whatnot remotely. In old versions this just worked, aka you assign on the client and it gets sent via execute_remote and is assigned ...
  • sfcgeorge
  • Opened 
    on Jul 4, 2018
  • #105

bug / feature request, acting_user isn t set in regulate_broadcast after a save so I can t use it as I wanted to increase performance of policies by eliminating unnecessary queries. But I can work around ...
  • sfcgeorge
  • Opened 
    on Jun 28, 2018
  • #104

The following doesn t appear to work. class LoadingComponent Hyperloop::Component render do DIV do Loading... end end end class MainComponent Hyperloop::Router::Component render ...
  • aberios
  • 2
  • Opened 
    on Jun 23, 2018
  • #102

HyperMesh does a temporary save of related records inside of a rolled back transaction without validations so that the client state is setup on the server. This is fine unless you have a Model that must ...
bug
  • catmando
  • 1
  • Opened 
    on Jun 20, 2018
  • #101
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub