Can I build an electron app from rails app? - ruby-on-rails

I am working on a Rails project and I am trying to figure out if I can use Electron to create a desktop app or if there is another way to turn a Rails app into a desktop app.

Related

How to make electron app supports CLI, embed oclif project?

I built an CLI app using oclif, and is planning to support desktop app using electron.
I am wondering if it's possible to let electron supports CLI without opening a window.
It would be the best if I can reuse existing oclif code in the electron project.

How do you deploy a Vue Native app on iOS App Store?

Can anyone point me to how to deploy a Vue Native app on the iOS app store? I have seen a couple of articles explaining how to do this for the Play store, but nothing for iOS.
React Native usually has an iOS build folder which you can open from XCode and deploy your app. But I don't see anything like that for Vue Native.
That is because vue-native runs on Expo, releasing your app to iOS app store can be accomplished through the Expo Docs

How to create Kiosk mode application using Xamarin.iOS

I'm trying to create an application using Xamarin.iOS to works as kiosk mode as done in the following link Github
Need your help on how to create a lock app in iOS with a given pin.

Sencha Application deployment on ios using Linux platform?

I have created a Sencha Touch Application. I have successfully deployed the application to Android using Cordova. Now I have to deploy the application for ios platform. But the problem is that I am using Linux platform and right now I dont have a Mac. Also, the application which I am building is only for demo purpose which will be only used in our company. It will not be published on Apple Store. So is it possible to deploy sencha app to ios without using mac?. If yes, please suggest some link/tutorial or give some steps for deploying the app.
Any help is appreciated.
No you will need a Mac, since you need to iPhone SDK to deploy an app.
Even if you are just building a demo you will need a paid iPhone developers account to register you test devices.

How to use Phonegap with Ruby on rails 3

i am making a mobile web app with ruby on rails 3.
how can i use phonegap at its best ? Any suggestions? The web app will be appearing native to the client. App consist of google maps api v3. Its the same MVC except V->html/erb with google map.
There are some posts you can take a look at:
PhoneGap and rails 3: How to interact with a rails 3 app
Rails 3 / PhoneGap: Converting a Rails app into an Phonegap iOS app?
Using Phonegap as a native container for a Rails 3 App

Resources