Ivan Malykh

Results 7 comments of Ivan Malykh

`snake_case`, but really confusing when mixing up with iOS frameworks or CocoaPods libs. Shouldn't RubyMotion allow us to decide? i.e. providing us with `tableView(tableView, cellForRowAtIndexPath: indexPath)` as well as `table_view(table_view,...

Same here on v 0.7.2: ``` Error: connect ECONNREFUSED 127.0.0.1:3000 at Object.exports._errnoException (util.js:1026:11) at exports._exceptionWithHostPort (util.js:1049:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14) ``` Graphql server is running within a Rails app...

Nope, GraphiQL app went straight into the Trash. Sent from my iPhone > On 26 Feb 2020, at 17:20, joshglenn wrote: > >  > Also having the same problem....

I only use Graphiql in `development` environment, so I only put this line into my `config/environments/development.rb`: ```ruby config.assets.precompile += ['graphiql/rails/application.js', 'graphiql/rails/application.css'] ``` Note: don't forget to restart the rails server...

> > > I only use Graphiql in `development` environment, so I only put this line into my `config/environments/development.rb`: > > > ```ruby > > > config.assets.precompile += ['graphiql/rails/application.js', 'graphiql/rails/application.css']...