i want to design login page in Ext JS designer and use ruby on rails as back-end..
i have gone through basic example following link :
http://docs.sencha.com/designer/Designer-Getting-Started.pdf
Is there any "basic" tutorial available that can help me out?
Here is a simple CRUD tutorial using ExtJS and Rails 3.0. I hope this help you get started.
Related
I am new to React JS, i have started an online course for react. I followed the steps from the tutorials and encountered this error. Also i checked some solutions on this platform of question posted by others. Please can someone tell me the solution? thanks in advance ;)
install the following package:
tsutils
jquery
popper
I recommend you install Material-UI it's faster and easier web development.
All you need is to visit their web site:
material-ui.com
I have created a SPA dashboard using Vue.JS and Laravel, and now would like to create a script that I can use in other sites I manage to just display the event data I am creating in the dashboard via the APIs I have made. I am using Laravel's webpack.mix to do my bundling. Thus far, I haven't really found anything for this situation that explains what I need to do. Any pointers would be helpful, and I can post my code, if I knew what code would be helpful. :)
I didn't entirely understand what you want to do but maybe this project will help. It's a Vue Component bundled using Laravel Mix and deployed to npm: https://github.com/niiknow/vue-datatables-net
I created a desktop application for my ionic app using electron. Now what I need is I want to implement auto update function for this. I followed several documentations, but neither helps.
https://discuss.atom.io/t/deploy-app-on-users-machine-with-autoupdate/40385/2
Finally I followed steps in this document since it seems to be working after reading the comments. But it also didn't work.
Can someone guide me to resolve this?
I wanted to learn the concept of Routes in Sencha touch 2.2.1 . Can you help me by providing me any easy and live tutorial or demo. Your help will be appreciated. Thanks in advance.
Did you try Google? The very first result is this exact same question from this very site: Using routes in Sencha touch 2
The Sencha Touch docs also provide a pretty good guide: http://docs.sencha.com/touch/2.2.1/#!/guide/history_support
I cant see any "how to test a Sencha 2 app" in the documentation - is there really no framework support for testing? How should one test a Sencha 2 app, whats best pratice?
found a good Sencha blog about testing:
http://www.sencha.com/blog/automating-unit-tests/
Here's a 5 part series covering unit testing using Jasmine (used internally by Sencha) and integration testing using Siesta (built for Sencha app level testing).
http://pivotallabs.com/sencha-touch-bdd-part-1/ - Jasmine unit testing
http://pivotallabs.com/sencha-touch-bdd-part-2/ - Unit testing models.
http://pivotallabs.com/sencha-touch-bdd-part-3/ - Testing Views and Mocking Stores
http://pivotallabs.com/sencha-touch-bdd-part-4/ - Headless testing using PhantomJS
http://pivotallabs.com/sencha-touch-bdd-part-5/ - Controller testing.
Run your app under local server like wampserver, apache tomcat etc.
Be sure to use Web browsers like Chrome, Safari only which supports Webtk engine.
As referenced in the comment links... the best way to do it is to run it localhost. I use xampp to do this. You need to also install Sencha SDK tools, etc. You can find the official guide on how to setuo your application for testing using sencha command here: http://docs.sencha.com/touch/2-0/#!/guide/command
I suggest using a Rails architecture with Cucumber, Capybara and Selenium to to tests your Sencha Touch 2 web application. This is working pretty well for me.