#!/bin/bash # Must use gsed on Mac if [[ "$OSTYPE" == "darwin"* ]] then export SED=`which gsed` else export SED=`which sed` fi if [ ! -x "$SED" ] then echo "Sed not found, install gsed on Mac or sed on Linux" exit 1 fi me_entries.rb?h=2.6.2' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/db/migrate/032_create_time_entries.rb
blob: 9b9a54eb1cdfd1a63a2243bad3e441b636006f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ption value='feature/vaadin8-book'>feature/vaadin8-book




















 
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/frameworkwww-data
aboutsummaryrefslogtreecommitdiffstats
blob: 712b99f25f5314a70c7751dfd943939a64f71e06 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63