1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# TDE Config File
[General]
Name=Ruby On Rails
Comment=This generates a Ruby On Rails project
Category=Ruby
Icon=rails.png
FileTemplates=rb,ShellStyle,rhtml,XMLStyle,html.erb,XMLStyle,rxml,XMLStyle,xml.builder,XMLStyle,rjs,ShellStyle,js.rjs,ShellStyle,css,CPPStyle,js,CPPStyle
ShowFilesAfterGeneration=%{dest}/script/server
Archive=rails.tar.gz
[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[MSG]
Type=message
Comment=A Ruby On Rails project created in %{dest}
|