-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathtuts.rb
31 lines (28 loc) · 1.26 KB
/
tuts.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
tutorial 'emberjs', 'Using EmberJS in RhoMobile Apps','Javascript MVC','https://github.com/rhomobile/rhotut-emberjs' do
gitlabel 'step-0', 'Hello Ember'
gitlabel 'step-1', 'View, Route and Model'
gitlabel 'step-2', 'Creating Records'
gitlabel 'step-3', 'Editing Records'
gitlabel 'step-4', 'Deleting Records'
gitlabel 'step-5', 'Updating Qty From List'
gitlabel 'step-6', 'Using Ember with RhoMobile'
end
tutorial 'rhoconnect', 'RhoConnect tutorial','RhoConnect','' do
gitlabel '1', 'Generating a RhoConnect App'
gitlabel '2', 'Creating Source Adapters'
gitlabel '3', 'Testing Sync From the Client'
gitlabel '4', 'RhoConnect Apps in the Cloud'
end
tutorial 'nocode', 'Example of no code tutorial','Javascript MVC','' do
gitlabel '1', 'This is Step 1'
gitlabel '2', 'This is Step 2'
gitlabel '3', 'This is Step 3'
end
tutorial 'rhohub-rhogallery', 'RhoGallery Tutorial','RhoHub','' do
gitlabel 'add-gallery', 'Adding A Gallery'
gitlabel 'add-apps', 'Adding Applications'
gitlabel 'add-consumers', 'Adding Consumers'
gitlabel 'add-groups', 'Adding Groups'
gitlabel 'add-collaborators', 'Adding Collaborators'
# gitlabel 'on-device', 'Using on a Device'
end