surikat 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +15 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/inspectionProfiles/Project_Default.xml +16 -0
- data/.idea/misc.xml +7 -0
- data/.idea/modules.xml +8 -0
- data/.idea/surikat.iml +50 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +744 -0
- data/.rspec +2 -0
- data/.travis.yml +5 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +21 -0
- data/README.md +399 -0
- data/Rakefile +6 -0
- data/bin/console +11 -0
- data/bin/setup +8 -0
- data/exe/surikat +234 -0
- data/lib/surikat.rb +421 -0
- data/lib/surikat/base_model.rb +35 -0
- data/lib/surikat/base_queries.rb +10 -0
- data/lib/surikat/base_type.rb +3 -0
- data/lib/surikat/configurations.rb +22 -0
- data/lib/surikat/new_app.rb +108 -0
- data/lib/surikat/routes.rb +67 -0
- data/lib/surikat/scaffold.rb +503 -0
- data/lib/surikat/session.rb +35 -0
- data/lib/surikat/session_manager.rb +92 -0
- data/lib/surikat/templates/.rspec.tmpl +1 -0
- data/lib/surikat/templates/.standalone_migrations.tmpl +6 -0
- data/lib/surikat/templates/Gemfile.tmpl +31 -0
- data/lib/surikat/templates/Rakefile.tmpl +2 -0
- data/lib/surikat/templates/aaa_queries.rb.tmpl +124 -0
- data/lib/surikat/templates/aaa_spec.rb.tmpl +151 -0
- data/lib/surikat/templates/application.yml.tmpl +14 -0
- data/lib/surikat/templates/base_aaa_model.rb.tmpl +28 -0
- data/lib/surikat/templates/base_model.rb.tmpl +6 -0
- data/lib/surikat/templates/base_spec.rb.tmpl +148 -0
- data/lib/surikat/templates/config.ru.tmpl +61 -0
- data/lib/surikat/templates/console.tmpl +14 -0
- data/lib/surikat/templates/crud_queries.rb.tmpl +105 -0
- data/lib/surikat/templates/database.yml.tmpl +26 -0
- data/lib/surikat/templates/hello_queries.rb.tmpl +19 -0
- data/lib/surikat/templates/hello_spec.rb.tmpl +39 -0
- data/lib/surikat/templates/routes.yml.tmpl +15 -0
- data/lib/surikat/templates/spec_helper.rb.tmpl +11 -0
- data/lib/surikat/templates/test_helper.rb.tmpl +30 -0
- data/lib/surikat/types.rb +45 -0
- data/lib/surikat/version.rb +3 -0
- data/lib/surikat/yaml_configurator.rb +18 -0
- data/surikat.gemspec +47 -0
- metadata +199 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 024d9192c8cfd34d605d50f5ca7cfa87e0792778
|
4
|
+
data.tar.gz: 55c2cd09bd34135dd428057e6b8bec4e81ef99fb
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fb0ba6e5bf048a2d339b43b6103d422e2a06c490cd25a49bf2c659f8f9659124deef02d492ed7a8f058ab08a3bb2c531773e4462556e7ae6726c8ef15279d35a
|
7
|
+
data.tar.gz: 474b0ed1700a80b09ddb730b862a852994d6f5742e7fd1423a83429d1f4c980720815b188ce05ee1fda699a99b6d8e51a3dc27f827e8fb12318427162aeb4e0b
|
data/.gitignore
ADDED
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<component name="InspectionProjectProfileManager">
|
2
|
+
<profile version="1.0">
|
3
|
+
<option name="myName" value="Project Default" />
|
4
|
+
<inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
|
5
|
+
<inspection_tool class="RubyClassMethodNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
6
|
+
<inspection_tool class="RubyClassModuleNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
7
|
+
<inspection_tool class="RubyClassVariableNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
8
|
+
<inspection_tool class="RubyConstantNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
9
|
+
<inspection_tool class="RubyGlobalVariableNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
10
|
+
<inspection_tool class="RubyInstanceMethodNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
11
|
+
<inspection_tool class="RubyInstanceVariableNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
12
|
+
<inspection_tool class="RubyLocalVariableNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
13
|
+
<inspection_tool class="RubyParameterNamingConvention" enabled="false" level="WARNING" enabled_by_default="false" />
|
14
|
+
<inspection_tool class="RubyQuotedStringsInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
15
|
+
</profile>
|
16
|
+
</component>
|
data/.idea/misc.xml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="JavaScriptSettings">
|
4
|
+
<option name="languageLevel" value="ES6" />
|
5
|
+
</component>
|
6
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.4.1" project-jdk-type="RUBY_SDK" />
|
7
|
+
</project>
|
data/.idea/modules.xml
ADDED
data/.idea/surikat.iml
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$" />
|
8
|
+
<orderEntry type="inheritedJdk" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="actionpack (v5.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="actionview (v5.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="activemodel (v5.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="activerecord (v5.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="activesupport (v5.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="arel (v9.0.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.15.4, RVM: ruby-2.4.1) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.2, RVM: ruby-2.4.1) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.0.5, RVM: ruby-2.4.1) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="crass (v1.0.4, RVM: ruby-2.4.1) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="erubi (v1.7.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="graphql (v1.7.7, RVM: ruby-2.4.1) [gem]" level="application" />
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="graphql-libgraphqlparser (v1.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.0.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="loofah (v2.2.2, RVM: ruby-2.4.1) [gem]" level="application" />
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="method_source (v0.8.2, RVM: ruby-2.4.1) [gem]" level="application" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.3.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.11.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.8.2, RVM: ruby-2.4.1) [gem]" level="application" />
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="oj (v3.6.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="pry (v0.11.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="rack (v2.0.5, RVM: ruby-2.4.1) [gem]" level="application" />
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="rack-test (v1.0.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.0.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.0.4, RVM: ruby-2.4.1) [gem]" level="application" />
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="railties (v5.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v12.3.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.7.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
43
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.7.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
44
|
+
<orderEntry type="library" scope="PROVIDED" name="slop (v3.6.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
45
|
+
<orderEntry type="library" scope="PROVIDED" name="standalone_migrations (v5.2.5, RVM: ruby-2.4.1) [gem]" level="application" />
|
46
|
+
<orderEntry type="library" scope="PROVIDED" name="thor (v0.20.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
47
|
+
<orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.6, RVM: ruby-2.4.1) [gem]" level="application" />
|
48
|
+
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v1.2.5, RVM: ruby-2.4.1) [gem]" level="application" />
|
49
|
+
</component>
|
50
|
+
</module>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,744 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="66400b9f-bfb7-48ab-a1ab-331b1d21e8c6" name="Default" comment="">
|
5
|
+
<change beforePath="$PROJECT_DIR$/lib/surikat/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/surikat/version.rb" afterDir="false" />
|
6
|
+
<change beforePath="$PROJECT_DIR$/surikat.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/surikat.gemspec" afterDir="false" />
|
7
|
+
</list>
|
8
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
9
|
+
<option name="TRACKING_ENABLED" value="true" />
|
10
|
+
<option name="SHOW_DIALOG" value="false" />
|
11
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
12
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
13
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
14
|
+
</component>
|
15
|
+
<component name="FileEditorManager">
|
16
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
17
|
+
<file leaf-file-name="TODO" pinned="true" current-in-tab="false">
|
18
|
+
<entry file="file://$PROJECT_DIR$/TODO">
|
19
|
+
<provider selected="true" editor-type-id="text-editor">
|
20
|
+
<state relative-caret-position="34">
|
21
|
+
<caret line="2" column="22" selection-start-line="2" selection-start-column="22" selection-end-line="2" selection-end-column="22" />
|
22
|
+
</state>
|
23
|
+
</provider>
|
24
|
+
</entry>
|
25
|
+
</file>
|
26
|
+
<file leaf-file-name="README.md" pinned="false" current-in-tab="false">
|
27
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
28
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
29
|
+
<state split_layout="SPLIT">
|
30
|
+
<first_editor relative-caret-position="34">
|
31
|
+
<caret line="2" column="42" selection-start-line="2" selection-start-column="42" selection-end-line="2" selection-end-column="42" />
|
32
|
+
</first_editor>
|
33
|
+
<second_editor />
|
34
|
+
</state>
|
35
|
+
</provider>
|
36
|
+
</entry>
|
37
|
+
</file>
|
38
|
+
<file leaf-file-name=".gitignore" pinned="false" current-in-tab="false">
|
39
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
40
|
+
<provider selected="true" editor-type-id="text-editor">
|
41
|
+
<state relative-caret-position="255">
|
42
|
+
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
43
|
+
</state>
|
44
|
+
</provider>
|
45
|
+
</entry>
|
46
|
+
</file>
|
47
|
+
<file leaf-file-name="surikat.gemspec" pinned="false" current-in-tab="false">
|
48
|
+
<entry file="file://$PROJECT_DIR$/surikat.gemspec">
|
49
|
+
<provider selected="true" editor-type-id="text-editor">
|
50
|
+
<state relative-caret-position="425">
|
51
|
+
<caret line="25" column="40" selection-start-line="25" selection-start-column="40" selection-end-line="25" selection-end-column="40" />
|
52
|
+
</state>
|
53
|
+
</provider>
|
54
|
+
</entry>
|
55
|
+
</file>
|
56
|
+
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
57
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/version.rb">
|
58
|
+
<provider selected="true" editor-type-id="text-editor">
|
59
|
+
<state relative-caret-position="17">
|
60
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
61
|
+
</state>
|
62
|
+
</provider>
|
63
|
+
</entry>
|
64
|
+
</file>
|
65
|
+
<file leaf-file-name="surikat.rb" pinned="false" current-in-tab="false">
|
66
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat.rb">
|
67
|
+
<provider selected="true" editor-type-id="text-editor">
|
68
|
+
<state relative-caret-position="473">
|
69
|
+
<caret line="282" selection-start-line="282" selection-end-line="282" />
|
70
|
+
</state>
|
71
|
+
</provider>
|
72
|
+
</entry>
|
73
|
+
</file>
|
74
|
+
</leaf>
|
75
|
+
</component>
|
76
|
+
<component name="FileTemplateManagerImpl">
|
77
|
+
<option name="RECENT_TEMPLATES">
|
78
|
+
<list>
|
79
|
+
<option value="Ruby Module Template" />
|
80
|
+
</list>
|
81
|
+
</option>
|
82
|
+
</component>
|
83
|
+
<component name="FindInProjectRecents">
|
84
|
+
<findStrings>
|
85
|
+
<find>surikat_sess</find>
|
86
|
+
<find>@@opt</find>
|
87
|
+
<find>base_que</find>
|
88
|
+
<find>BaseType</find>
|
89
|
+
<find>session_manag</find>
|
90
|
+
<find>database.</find>
|
91
|
+
<find>yaml_config</find>
|
92
|
+
<find>.config</find>
|
93
|
+
<find>surikat_ses</find>
|
94
|
+
<find>app:</find>
|
95
|
+
<find>columns_new_</find>
|
96
|
+
<find>columns_new</find>
|
97
|
+
<find>< B</find>
|
98
|
+
<find>this.sess</find>
|
99
|
+
<find>session =</find>
|
100
|
+
<find>['class</find>
|
101
|
+
<find>.send</find>
|
102
|
+
<find>Input</find>
|
103
|
+
<find>Create a mig</find>
|
104
|
+
<find>'fields'</find>
|
105
|
+
<find>fields|fields|fields</find>
|
106
|
+
<find>.gsub('[</find>
|
107
|
+
<find>BaseModel</find>
|
108
|
+
<find>11</find>
|
109
|
+
<find>error:</find>
|
110
|
+
<find>undersc</find>
|
111
|
+
<find>BASI</find>
|
112
|
+
<find>ARGUMENTS:</find>
|
113
|
+
<find>Redis.n</find>
|
114
|
+
<find>TODO</find>
|
115
|
+
</findStrings>
|
116
|
+
<replaceStrings>
|
117
|
+
<replace>@@routes</replace>
|
118
|
+
<replace>%{class_name_downcase}</replace>
|
119
|
+
<replace>%{class_name_plural}</replace>
|
120
|
+
<replace>%{examples</replace>
|
121
|
+
<replace>@%</replace>
|
122
|
+
</replaceStrings>
|
123
|
+
<dirStrings>
|
124
|
+
<dir>$PROJECT_DIR$</dir>
|
125
|
+
</dirStrings>
|
126
|
+
</component>
|
127
|
+
<component name="Git.Settings">
|
128
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
129
|
+
</component>
|
130
|
+
<component name="IdeDocumentHistory">
|
131
|
+
<option name="CHANGED_PATHS">
|
132
|
+
<list>
|
133
|
+
<option value="$PROJECT_DIR$/bin/sk.rb" />
|
134
|
+
<option value="$PROJECT_DIR$/bin/sk" />
|
135
|
+
<option value="$PROJECT_DIR$/exe/sk" />
|
136
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/console.rb.tmpl" />
|
137
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/routes.json.tmpl" />
|
138
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/Rakefile.tmpl" />
|
139
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/.standalone_migrations.tmpl" />
|
140
|
+
<option value="$PROJECT_DIR$/lib/surikat/main.rb" />
|
141
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/.rspec.tmpl" />
|
142
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/spec_helper.rb.tmpl" />
|
143
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/Gemfile.tmpl" />
|
144
|
+
<option value="$PROJECT_DIR$/bin/console" />
|
145
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/base_aaa_model.rb" />
|
146
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/aaa.yml.tmpl" />
|
147
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/aaa.rb.tmpl" />
|
148
|
+
<option value="$PROJECT_DIR$/lib/surikat_session.rb" />
|
149
|
+
<option value="$PROJECT_DIR$/lib/surikat/base_query.rb" />
|
150
|
+
<option value="$PROJECT_DIR$/lib/surikat/base_queries.rb" />
|
151
|
+
<option value="$PROJECT_DIR$/lib/surikat/base_model.rb" />
|
152
|
+
<option value="$PROJECT_DIR$/lib/surikat/configurations.rb" />
|
153
|
+
<option value="$PROJECT_DIR$/lib/surikat/routes.rb" />
|
154
|
+
<option value="$PROJECT_DIR$/lib/surikat/types.rb" />
|
155
|
+
<option value="$PROJECT_DIR$/lib/surikat/yaml_configurator.rb" />
|
156
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/aaa_queries.rb.tmpl" />
|
157
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/aaa_spec.rb.tmpl" />
|
158
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/base_aaa_model.rb.tmpl" />
|
159
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/base_model.rb.tmpl" />
|
160
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/console.tmpl" />
|
161
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/hello_queries.rb.tmpl" />
|
162
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/hello_spec.rb.tmpl" />
|
163
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/routes.yml.tmpl" />
|
164
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/application.yml.tmpl" />
|
165
|
+
<option value="$PROJECT_DIR$/lib/surikat/session.rb" />
|
166
|
+
<option value="$PROJECT_DIR$/lib/surikat/session_manager.rb" />
|
167
|
+
<option value="$PROJECT_DIR$/lib/surikat/scaffold.rb" />
|
168
|
+
<option value="$PROJECT_DIR$/lib/surikat/new_app.rb" />
|
169
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/test_helper.rb.tmpl" />
|
170
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/base_spec.rb.tmpl" />
|
171
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/crud_queries.rb.tmpl" />
|
172
|
+
<option value="$PROJECT_DIR$/exe/surikat" />
|
173
|
+
<option value="$PROJECT_DIR$/lib/surikat.rb" />
|
174
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/database.yml.tmpl" />
|
175
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/config.ru.tmpl" />
|
176
|
+
<option value="$PROJECT_DIR$/TODO" />
|
177
|
+
<option value="$PROJECT_DIR$/README.md" />
|
178
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
179
|
+
<option value="$PROJECT_DIR$/surikat.gemspec" />
|
180
|
+
<option value="$PROJECT_DIR$/lib/surikat/version.rb" />
|
181
|
+
</list>
|
182
|
+
</option>
|
183
|
+
</component>
|
184
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
185
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
186
|
+
<component name="JsGulpfileManager">
|
187
|
+
<detection-done>true</detection-done>
|
188
|
+
<sorting>DEFINITION_ORDER</sorting>
|
189
|
+
</component>
|
190
|
+
<component name="NodePackageJsonFileManager">
|
191
|
+
<packageJsonPaths />
|
192
|
+
</component>
|
193
|
+
<component name="ProjectFrameBounds">
|
194
|
+
<option name="x" value="3" />
|
195
|
+
<option name="y" value="23" />
|
196
|
+
<option name="width" value="1889" />
|
197
|
+
<option name="height" value="1057" />
|
198
|
+
</component>
|
199
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
200
|
+
<component name="ProjectView">
|
201
|
+
<navigator proportions="" version="1">
|
202
|
+
<autoscrollFromSource ProjectPane="true" />
|
203
|
+
<foldersAlwaysOnTop value="true" />
|
204
|
+
</navigator>
|
205
|
+
<panes>
|
206
|
+
<pane id="ProjectPane">
|
207
|
+
<subPane>
|
208
|
+
<expand>
|
209
|
+
<path>
|
210
|
+
<item name="surikat" type="b2602c69:ProjectViewProjectNode" />
|
211
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
212
|
+
</path>
|
213
|
+
<path>
|
214
|
+
<item name="surikat" type="b2602c69:ProjectViewProjectNode" />
|
215
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
216
|
+
<item name="bin" type="462c0819:PsiDirectoryNode" />
|
217
|
+
</path>
|
218
|
+
<path>
|
219
|
+
<item name="surikat" type="b2602c69:ProjectViewProjectNode" />
|
220
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
221
|
+
<item name="exe" type="462c0819:PsiDirectoryNode" />
|
222
|
+
</path>
|
223
|
+
<path>
|
224
|
+
<item name="surikat" type="b2602c69:ProjectViewProjectNode" />
|
225
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
226
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
227
|
+
</path>
|
228
|
+
<path>
|
229
|
+
<item name="surikat" type="b2602c69:ProjectViewProjectNode" />
|
230
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
231
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
232
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
233
|
+
</path>
|
234
|
+
</expand>
|
235
|
+
<select />
|
236
|
+
</subPane>
|
237
|
+
</pane>
|
238
|
+
<pane id="Scope" />
|
239
|
+
</panes>
|
240
|
+
</component>
|
241
|
+
<component name="PropertiesComponent">
|
242
|
+
<property name="RakeTaksPopup.undocumentedIncluded" value="false" />
|
243
|
+
<property name="SearchEverywhereHistoryKey" value="highlight	ACTION	HighlightUsagesInFile diagram	ACTION	ShowUmlDiagram list	null	null list_ty	FILE	file:///Users/alxx/.rvm/gems/ruby-2.4.1/gems/graphql-1.7.7/lib/graphql/list_type.rb generate_t	null	null generate_aaa	null	null exempl	null	null scaf	FILE	file:///Users/alxx/Projects/surikat/lib/surikat/scaffold.rb new_a	FILE	file:///Users/alxx/Projects/surikat/lib/surikat/new_app.rb scaff	FILE	file:///Users/alxx/Projects/surikat/lib/surikat/scaffold.rb" />
|
244
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
245
|
+
<property name="nodejs_interpreter_path.stuck_in_default_project" value="/usr/local/bin/node" />
|
246
|
+
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
247
|
+
<property name="settings.editor.selected.configurable" value="preferences.fileTypes" />
|
248
|
+
</component>
|
249
|
+
<component name="RecentsManager">
|
250
|
+
<key name="MoveFile.RECENT_KEYS">
|
251
|
+
<recent name="$PROJECT_DIR$/exe" />
|
252
|
+
</key>
|
253
|
+
<key name="CopyFile.RECENT_KEYS">
|
254
|
+
<recent name="$PROJECT_DIR$/bin" />
|
255
|
+
<recent name="$PROJECT_DIR$/lib/surikat" />
|
256
|
+
</key>
|
257
|
+
</component>
|
258
|
+
<component name="RunDashboard">
|
259
|
+
<option name="ruleStates">
|
260
|
+
<list>
|
261
|
+
<RuleState>
|
262
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
263
|
+
</RuleState>
|
264
|
+
<RuleState>
|
265
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
266
|
+
</RuleState>
|
267
|
+
</list>
|
268
|
+
</option>
|
269
|
+
</component>
|
270
|
+
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
271
|
+
<component name="TaskManager">
|
272
|
+
<task active="true" id="Default" summary="Default task">
|
273
|
+
<changelist id="66400b9f-bfb7-48ab-a1ab-331b1d21e8c6" name="Default" comment="" />
|
274
|
+
<created>1525803134139</created>
|
275
|
+
<option name="number" value="Default" />
|
276
|
+
<option name="presentableId" value="Default" />
|
277
|
+
<updated>1525803134139</updated>
|
278
|
+
<workItem from="1525803135369" duration="9974000" />
|
279
|
+
<workItem from="1526060821929" duration="13473000" />
|
280
|
+
<workItem from="1526473553950" duration="20600000" />
|
281
|
+
<workItem from="1527061061177" duration="45000" />
|
282
|
+
<workItem from="1527080050867" duration="68864000" />
|
283
|
+
<workItem from="1527681663233" duration="8137000" />
|
284
|
+
</task>
|
285
|
+
<task id="LOCAL-00001" summary="no gem">
|
286
|
+
<created>1527697580402</created>
|
287
|
+
<option name="number" value="00001" />
|
288
|
+
<option name="presentableId" value="LOCAL-00001" />
|
289
|
+
<option name="project" value="LOCAL" />
|
290
|
+
<updated>1527697580402</updated>
|
291
|
+
</task>
|
292
|
+
<task id="LOCAL-00002" summary="added surikat png">
|
293
|
+
<created>1527697910052</created>
|
294
|
+
<option name="number" value="00002" />
|
295
|
+
<option name="presentableId" value="LOCAL-00002" />
|
296
|
+
<option name="project" value="LOCAL" />
|
297
|
+
<updated>1527697910052</updated>
|
298
|
+
</task>
|
299
|
+
<task id="LOCAL-00003" summary="added .gem file">
|
300
|
+
<created>1527702207459</created>
|
301
|
+
<option name="number" value="00003" />
|
302
|
+
<option name="presentableId" value="LOCAL-00003" />
|
303
|
+
<option name="project" value="LOCAL" />
|
304
|
+
<updated>1527702207459</updated>
|
305
|
+
</task>
|
306
|
+
<task id="LOCAL-00004" summary="fixed .gemspec">
|
307
|
+
<created>1527702361990</created>
|
308
|
+
<option name="number" value="00004" />
|
309
|
+
<option name="presentableId" value="LOCAL-00004" />
|
310
|
+
<option name="project" value="LOCAL" />
|
311
|
+
<updated>1527702361990</updated>
|
312
|
+
</task>
|
313
|
+
<task id="LOCAL-00005" summary="fixed .gemspec">
|
314
|
+
<created>1527702530762</created>
|
315
|
+
<option name="number" value="00005" />
|
316
|
+
<option name="presentableId" value="LOCAL-00005" />
|
317
|
+
<option name="project" value="LOCAL" />
|
318
|
+
<updated>1527702530762</updated>
|
319
|
+
</task>
|
320
|
+
<option name="localTasksCounter" value="6" />
|
321
|
+
<servers />
|
322
|
+
</component>
|
323
|
+
<component name="TimeTrackingManager">
|
324
|
+
<option name="totallyTimeSpent" value="121093000" />
|
325
|
+
</component>
|
326
|
+
<component name="TodoView">
|
327
|
+
<todo-panel id="selected-file">
|
328
|
+
<is-autoscroll-to-source value="true" />
|
329
|
+
</todo-panel>
|
330
|
+
<todo-panel id="all">
|
331
|
+
<are-packages-shown value="true" />
|
332
|
+
<is-autoscroll-to-source value="true" />
|
333
|
+
</todo-panel>
|
334
|
+
</component>
|
335
|
+
<component name="ToolWindowManager">
|
336
|
+
<frame x="3" y="23" width="1889" height="1057" extended-state="0" />
|
337
|
+
<editor active="true" />
|
338
|
+
<layout>
|
339
|
+
<window_info anchor="bottom" id="TODO" order="6" weight="0.32977587" />
|
340
|
+
<window_info anchor="bottom" id="Event Log" order="11" side_tool="true" />
|
341
|
+
<window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
|
342
|
+
<window_info anchor="bottom" id="Run" order="2" weight="0.32977587" />
|
343
|
+
<window_info anchor="bottom" id="Version Control" order="10" />
|
344
|
+
<window_info anchor="right" id="Mongo Explorer" order="3" />
|
345
|
+
<window_info anchor="bottom" id="Terminal" order="8" />
|
346
|
+
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49306297" visible="true" weight="0.2512182" />
|
347
|
+
<window_info anchor="right" id="Database" order="4" />
|
348
|
+
<window_info anchor="bottom" id="Find" order="1" weight="0.32977587" />
|
349
|
+
<window_info id="Structure" order="1" sideWeight="0.506937" side_tool="true" visible="true" weight="0.2512182" />
|
350
|
+
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
351
|
+
<window_info id="Favorites" order="2" side_tool="true" />
|
352
|
+
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
353
|
+
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
354
|
+
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
355
|
+
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
356
|
+
<window_info anchor="bottom" id="Messages" order="9" weight="0.32977587" />
|
357
|
+
<window_info anchor="bottom" id="Message" order="0" />
|
358
|
+
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
359
|
+
</layout>
|
360
|
+
</component>
|
361
|
+
<component name="TypeScriptGeneratedFilesManager">
|
362
|
+
<option name="version" value="1" />
|
363
|
+
</component>
|
364
|
+
<component name="VcsContentAnnotationSettings">
|
365
|
+
<option name="myLimit" value="2678400000" />
|
366
|
+
</component>
|
367
|
+
<component name="VcsManagerConfiguration">
|
368
|
+
<MESSAGE value="no gem" />
|
369
|
+
<MESSAGE value="added surikat png" />
|
370
|
+
<MESSAGE value="added .gem file" />
|
371
|
+
<MESSAGE value="fixed .gemspec" />
|
372
|
+
<option name="LAST_COMMIT_MESSAGE" value="fixed .gemspec" />
|
373
|
+
</component>
|
374
|
+
<component name="XDebuggerManager">
|
375
|
+
<breakpoint-manager>
|
376
|
+
<option name="time" value="3" />
|
377
|
+
</breakpoint-manager>
|
378
|
+
</component>
|
379
|
+
<component name="editorHistoryManager">
|
380
|
+
<entry file="file://$PROJECT_DIR$/surikat.gemspec">
|
381
|
+
<provider selected="true" editor-type-id="text-editor">
|
382
|
+
<state relative-caret-position="595">
|
383
|
+
<caret line="35" column="49" selection-start-line="35" selection-start-column="49" selection-end-line="35" selection-end-column="49" />
|
384
|
+
</state>
|
385
|
+
</provider>
|
386
|
+
</entry>
|
387
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/types.rb">
|
388
|
+
<provider selected="true" editor-type-id="text-editor">
|
389
|
+
<state relative-caret-position="170">
|
390
|
+
<caret line="10" column="52" selection-start-line="10" selection-start-column="52" selection-end-line="10" selection-end-column="52" />
|
391
|
+
</state>
|
392
|
+
</provider>
|
393
|
+
</entry>
|
394
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/main.rb" />
|
395
|
+
<entry file="file://$PROJECT_DIR$/TODO">
|
396
|
+
<provider selected="true" editor-type-id="text-editor">
|
397
|
+
<state relative-caret-position="204">
|
398
|
+
<caret line="12" column="12" lean-forward="true" selection-start-line="12" selection-start-column="12" selection-end-line="12" selection-end-column="12" />
|
399
|
+
</state>
|
400
|
+
</provider>
|
401
|
+
</entry>
|
402
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/main.rb" />
|
403
|
+
<entry file="file://$PROJECT_DIR$/bin/console">
|
404
|
+
<provider selected="true" editor-type-id="text-editor">
|
405
|
+
<state relative-caret-position="68">
|
406
|
+
<caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
|
407
|
+
</state>
|
408
|
+
</provider>
|
409
|
+
</entry>
|
410
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/aaa.yml.tmpl" />
|
411
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/aaa.rb.tmpl" />
|
412
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat_session.rb" />
|
413
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/base_queries.rb">
|
414
|
+
<provider selected="true" editor-type-id="text-editor">
|
415
|
+
<state relative-caret-position="119">
|
416
|
+
<caret line="7" column="24" selection-start-line="7" selection-start-column="24" selection-end-line="7" selection-end-column="24" />
|
417
|
+
</state>
|
418
|
+
</provider>
|
419
|
+
</entry>
|
420
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/base_type.rb">
|
421
|
+
<provider selected="true" editor-type-id="text-editor">
|
422
|
+
<state relative-caret-position="34">
|
423
|
+
<caret line="2" column="3" lean-forward="true" selection-start-line="2" selection-start-column="3" selection-end-line="2" selection-end-column="3" />
|
424
|
+
</state>
|
425
|
+
</provider>
|
426
|
+
</entry>
|
427
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/configurations.rb">
|
428
|
+
<provider selected="true" editor-type-id="text-editor">
|
429
|
+
<state relative-caret-position="306">
|
430
|
+
<caret line="18" column="6" selection-start-line="18" selection-start-column="6" selection-end-line="18" selection-end-column="6" />
|
431
|
+
</state>
|
432
|
+
</provider>
|
433
|
+
</entry>
|
434
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/base_model.rb">
|
435
|
+
<provider selected="true" editor-type-id="text-editor">
|
436
|
+
<state relative-caret-position="119">
|
437
|
+
<caret line="7" column="38" selection-start-line="7" selection-start-column="38" selection-end-line="7" selection-end-column="38" />
|
438
|
+
</state>
|
439
|
+
</provider>
|
440
|
+
</entry>
|
441
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/routes.json.tmpl" />
|
442
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/routes.rb">
|
443
|
+
<provider selected="true" editor-type-id="text-editor">
|
444
|
+
<state relative-caret-position="1054">
|
445
|
+
<caret line="62" column="67" selection-start-line="62" selection-start-column="67" selection-end-line="62" selection-end-column="67" />
|
446
|
+
</state>
|
447
|
+
</provider>
|
448
|
+
</entry>
|
449
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/yaml_configurator.rb">
|
450
|
+
<provider selected="true" editor-type-id="text-editor">
|
451
|
+
<state relative-caret-position="85">
|
452
|
+
<caret line="5" column="51" lean-forward="true" selection-start-line="5" selection-start-column="51" selection-end-line="5" selection-end-column="51" />
|
453
|
+
</state>
|
454
|
+
</provider>
|
455
|
+
</entry>
|
456
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/.rspec.tmpl">
|
457
|
+
<provider selected="true" editor-type-id="text-editor">
|
458
|
+
<state relative-caret-position="17">
|
459
|
+
<caret line="1" lean-forward="true" selection-start-line="1" selection-end-line="1" />
|
460
|
+
</state>
|
461
|
+
</provider>
|
462
|
+
</entry>
|
463
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/.standalone_migrations.tmpl">
|
464
|
+
<provider selected="true" editor-type-id="text-editor">
|
465
|
+
<state relative-caret-position="102">
|
466
|
+
<caret line="6" selection-start-line="6" selection-end-line="6" />
|
467
|
+
</state>
|
468
|
+
</provider>
|
469
|
+
</entry>
|
470
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/aaa_queries.rb.tmpl">
|
471
|
+
<provider selected="true" editor-type-id="text-editor">
|
472
|
+
<state relative-caret-position="85">
|
473
|
+
<caret line="5" selection-start-line="5" selection-end-line="5" selection-end-column="22" />
|
474
|
+
</state>
|
475
|
+
</provider>
|
476
|
+
</entry>
|
477
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/aaa_spec.rb.tmpl">
|
478
|
+
<provider selected="true" editor-type-id="text-editor">
|
479
|
+
<state relative-caret-position="2550">
|
480
|
+
<caret line="150" column="3" selection-start-line="150" selection-start-column="3" selection-end-line="150" selection-end-column="3" />
|
481
|
+
</state>
|
482
|
+
</provider>
|
483
|
+
</entry>
|
484
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/console.tmpl">
|
485
|
+
<provider selected="true" editor-type-id="text-editor">
|
486
|
+
<state relative-caret-position="221">
|
487
|
+
<caret line="13" column="19" lean-forward="true" selection-start-line="13" selection-start-column="19" selection-end-line="13" selection-end-column="19" />
|
488
|
+
</state>
|
489
|
+
</provider>
|
490
|
+
</entry>
|
491
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/Gemfile.tmpl">
|
492
|
+
<provider selected="true" editor-type-id="text-editor">
|
493
|
+
<state relative-caret-position="510">
|
494
|
+
<caret line="30" column="24" selection-start-line="30" selection-start-column="24" selection-end-line="30" selection-end-column="24" />
|
495
|
+
</state>
|
496
|
+
</provider>
|
497
|
+
</entry>
|
498
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/hello_queries.rb.tmpl">
|
499
|
+
<provider selected="true" editor-type-id="text-editor">
|
500
|
+
<state relative-caret-position="51">
|
501
|
+
<caret line="3" column="100" selection-start-line="3" selection-start-column="100" selection-end-line="3" selection-end-column="100" />
|
502
|
+
</state>
|
503
|
+
</provider>
|
504
|
+
</entry>
|
505
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/Rakefile.tmpl">
|
506
|
+
<provider selected="true" editor-type-id="text-editor">
|
507
|
+
<state relative-caret-position="34">
|
508
|
+
<caret line="2" selection-start-line="2" selection-end-line="2" />
|
509
|
+
</state>
|
510
|
+
</provider>
|
511
|
+
</entry>
|
512
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/spec_helper.rb.tmpl">
|
513
|
+
<provider selected="true" editor-type-id="text-editor">
|
514
|
+
<state relative-caret-position="136">
|
515
|
+
<caret line="8" selection-start-line="8" selection-end-line="8" />
|
516
|
+
</state>
|
517
|
+
</provider>
|
518
|
+
</entry>
|
519
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/routes.yml.tmpl">
|
520
|
+
<provider selected="true" editor-type-id="text-editor">
|
521
|
+
<state relative-caret-position="102">
|
522
|
+
<caret line="6" selection-start-line="6" selection-end-line="6" />
|
523
|
+
</state>
|
524
|
+
</provider>
|
525
|
+
</entry>
|
526
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/application.yml.tmpl">
|
527
|
+
<provider selected="true" editor-type-id="text-editor">
|
528
|
+
<state relative-caret-position="221">
|
529
|
+
<caret line="13" column="18" selection-start-line="13" selection-start-column="18" selection-end-line="13" selection-end-column="18" />
|
530
|
+
</state>
|
531
|
+
</provider>
|
532
|
+
</entry>
|
533
|
+
<entry file="file://$USER_HOME$/maculatura/lib2/app/queries/hello_queries.rb">
|
534
|
+
<provider selected="true" editor-type-id="text-editor" />
|
535
|
+
</entry>
|
536
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/base_aaa_model.rb.tmpl">
|
537
|
+
<provider selected="true" editor-type-id="text-editor">
|
538
|
+
<state relative-caret-position="17">
|
539
|
+
<caret line="1" selection-start-line="1" selection-end-line="1" />
|
540
|
+
</state>
|
541
|
+
</provider>
|
542
|
+
</entry>
|
543
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/base_model.rb.tmpl">
|
544
|
+
<provider selected="true" editor-type-id="text-editor">
|
545
|
+
<state relative-caret-position="85">
|
546
|
+
<caret line="5" column="3" selection-start-line="5" selection-start-column="3" selection-end-line="5" selection-end-column="3" />
|
547
|
+
</state>
|
548
|
+
</provider>
|
549
|
+
</entry>
|
550
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/hello_spec.rb.tmpl">
|
551
|
+
<provider selected="true" editor-type-id="text-editor">
|
552
|
+
<state relative-caret-position="578">
|
553
|
+
<caret line="34" column="58" selection-start-line="34" selection-start-column="58" selection-end-line="34" selection-end-column="58" />
|
554
|
+
</state>
|
555
|
+
</provider>
|
556
|
+
</entry>
|
557
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/session_manager.rb">
|
558
|
+
<provider selected="true" editor-type-id="text-editor">
|
559
|
+
<state relative-caret-position="338">
|
560
|
+
<caret line="57" column="26" selection-start-line="57" selection-start-column="26" selection-end-line="57" selection-end-column="26" />
|
561
|
+
</state>
|
562
|
+
</provider>
|
563
|
+
</entry>
|
564
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/session.rb">
|
565
|
+
<provider selected="true" editor-type-id="text-editor">
|
566
|
+
<state relative-caret-position="306">
|
567
|
+
<caret line="18" column="7" lean-forward="true" selection-start-line="18" selection-start-column="7" selection-end-line="18" selection-end-column="7" />
|
568
|
+
</state>
|
569
|
+
</provider>
|
570
|
+
</entry>
|
571
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/types.rb">
|
572
|
+
<provider selected="true" editor-type-id="text-editor">
|
573
|
+
<state relative-caret-position="697">
|
574
|
+
<caret line="41" column="64" selection-start-line="41" selection-start-column="64" selection-end-line="41" selection-end-column="64" />
|
575
|
+
</state>
|
576
|
+
</provider>
|
577
|
+
</entry>
|
578
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.4.1/gems/graphql-1.7.7/lib/graphql/list_type.rb">
|
579
|
+
<provider selected="true" editor-type-id="text-editor" />
|
580
|
+
</entry>
|
581
|
+
<entry file="uml://GemDependency/#surikat">
|
582
|
+
<provider selected="true" editor-type-id="UmlEditorProvider">
|
583
|
+
<state>
|
584
|
+
<ID>GemDependency</ID>
|
585
|
+
<OriginalElement>#surikat</OriginalElement>
|
586
|
+
<nodes>
|
587
|
+
<node x="" y="">rspec-expectations</node>
|
588
|
+
<node x="" y="">diff-lcs</node>
|
589
|
+
<node x="" y="">rake</node>
|
590
|
+
<node x="" y="">rails-html-sanitizer</node>
|
591
|
+
<node x="" y="">ransack</node>
|
592
|
+
<node x="" y="">slop</node>
|
593
|
+
<node x="" y="">tzinfo</node>
|
594
|
+
<node x="" y="">loofah</node>
|
595
|
+
<node x="" y="">i18n</node>
|
596
|
+
<node x="" y="">arel</node>
|
597
|
+
<node x="" y="">mini_portile2</node>
|
598
|
+
<node x="" y="">rspec-support</node>
|
599
|
+
<node x="" y="">coderay</node>
|
600
|
+
<node x="" y="">bundler</node>
|
601
|
+
<node x="" y="">nokogiri</node>
|
602
|
+
<node x="" y="">rspec-mocks</node>
|
603
|
+
<node x="" y="">rack</node>
|
604
|
+
<node x="" y="">crass</node>
|
605
|
+
<node x="" y="">builder</node>
|
606
|
+
<node x="" y="">standalone_migrations</node>
|
607
|
+
<node x="" y="">graphql</node>
|
608
|
+
<node x="" y="">activemodel</node>
|
609
|
+
<node x="" y="">concurrent-ruby</node>
|
610
|
+
<node x="" y="">rspec-core</node>
|
611
|
+
<node x="" y="">rails-dom-testing</node>
|
612
|
+
<node x="" y="">#surikat</node>
|
613
|
+
<node x="" y="">pry</node>
|
614
|
+
<node x="" y="">thor</node>
|
615
|
+
<node x="" y="">polyamorous</node>
|
616
|
+
<node x="" y="">thread_safe</node>
|
617
|
+
<node x="" y="">rack-test</node>
|
618
|
+
<node x="" y="">graphql-libgraphqlparser</node>
|
619
|
+
<node x="" y="">activesupport</node>
|
620
|
+
<node x="" y="">railties</node>
|
621
|
+
<node x="" y="">actionpack</node>
|
622
|
+
<node x="" y="">erubi</node>
|
623
|
+
<node x="" y="">minitest</node>
|
624
|
+
<node x="" y="">activerecord</node>
|
625
|
+
<node x="" y="">actionview</node>
|
626
|
+
<node x="" y="">oj</node>
|
627
|
+
<node x="" y="">method_source</node>
|
628
|
+
<node x="" y="">rspec</node>
|
629
|
+
</nodes>
|
630
|
+
<notes />
|
631
|
+
<edges />
|
632
|
+
<settings layout="Hierarchic Group" zoom="0.9980380842469705" x="1123.0" y="366.0" />
|
633
|
+
<SelectedNodes />
|
634
|
+
<Categories />
|
635
|
+
<SCOPE>All</SCOPE>
|
636
|
+
</state>
|
637
|
+
</provider>
|
638
|
+
</entry>
|
639
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
640
|
+
<provider selected="true" editor-type-id="text-editor" />
|
641
|
+
</entry>
|
642
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/new_app.rb">
|
643
|
+
<provider selected="true" editor-type-id="text-editor">
|
644
|
+
<state relative-caret-position="609">
|
645
|
+
<caret line="93" column="62" selection-start-line="93" selection-start-column="62" selection-end-line="93" selection-end-column="62" />
|
646
|
+
</state>
|
647
|
+
</provider>
|
648
|
+
</entry>
|
649
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/test_helper.rb.tmpl">
|
650
|
+
<provider selected="true" editor-type-id="text-editor">
|
651
|
+
<state relative-caret-position="510">
|
652
|
+
<caret line="30" lean-forward="true" selection-start-line="30" selection-end-line="30" />
|
653
|
+
</state>
|
654
|
+
</provider>
|
655
|
+
</entry>
|
656
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/base_spec.rb.tmpl">
|
657
|
+
<provider selected="true" editor-type-id="text-editor">
|
658
|
+
<state relative-caret-position="372">
|
659
|
+
<caret line="45" column="41" selection-start-line="45" selection-start-column="41" selection-end-line="45" selection-end-column="41" />
|
660
|
+
</state>
|
661
|
+
</provider>
|
662
|
+
</entry>
|
663
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/crud_queries.rb.tmpl">
|
664
|
+
<provider selected="true" editor-type-id="text-editor">
|
665
|
+
<state relative-caret-position="945">
|
666
|
+
<caret line="101" column="8" selection-start-line="101" selection-start-column="8" selection-end-line="101" selection-end-column="8" />
|
667
|
+
</state>
|
668
|
+
</provider>
|
669
|
+
</entry>
|
670
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/scaffold.rb">
|
671
|
+
<provider selected="true" editor-type-id="text-editor">
|
672
|
+
<state relative-caret-position="17">
|
673
|
+
<caret line="149" column="84" lean-forward="true" selection-start-line="149" selection-start-column="25" selection-end-line="149" selection-end-column="84" />
|
674
|
+
</state>
|
675
|
+
</provider>
|
676
|
+
</entry>
|
677
|
+
<entry file="file://$PROJECT_DIR$/exe/surikat">
|
678
|
+
<provider selected="true" editor-type-id="text-editor">
|
679
|
+
<state relative-caret-position="791">
|
680
|
+
<caret line="149" column="28" selection-start-line="149" selection-start-column="28" selection-end-line="149" selection-end-column="28" />
|
681
|
+
</state>
|
682
|
+
</provider>
|
683
|
+
</entry>
|
684
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/database.yml.tmpl">
|
685
|
+
<provider selected="true" editor-type-id="text-editor">
|
686
|
+
<state relative-caret-position="425">
|
687
|
+
<caret line="25" column="33" selection-start-line="25" selection-start-column="33" selection-end-line="25" selection-end-column="33" />
|
688
|
+
</state>
|
689
|
+
</provider>
|
690
|
+
</entry>
|
691
|
+
<entry file="file://$PROJECT_DIR$/TODO">
|
692
|
+
<provider selected="true" editor-type-id="text-editor">
|
693
|
+
<state relative-caret-position="34">
|
694
|
+
<caret line="2" column="22" selection-start-line="2" selection-start-column="22" selection-end-line="2" selection-end-column="22" />
|
695
|
+
</state>
|
696
|
+
</provider>
|
697
|
+
</entry>
|
698
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/config.ru.tmpl">
|
699
|
+
<provider selected="true" editor-type-id="text-editor">
|
700
|
+
<state relative-caret-position="116">
|
701
|
+
<caret line="19" column="51" selection-start-line="19" selection-start-column="51" selection-end-line="19" selection-end-column="51" />
|
702
|
+
</state>
|
703
|
+
</provider>
|
704
|
+
</entry>
|
705
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat.rb">
|
706
|
+
<provider selected="true" editor-type-id="text-editor">
|
707
|
+
<state relative-caret-position="473">
|
708
|
+
<caret line="282" selection-start-line="282" selection-end-line="282" />
|
709
|
+
</state>
|
710
|
+
</provider>
|
711
|
+
</entry>
|
712
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
713
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
714
|
+
<state split_layout="SPLIT">
|
715
|
+
<first_editor relative-caret-position="34">
|
716
|
+
<caret line="2" column="42" selection-start-line="2" selection-start-column="42" selection-end-line="2" selection-end-column="42" />
|
717
|
+
</first_editor>
|
718
|
+
<second_editor />
|
719
|
+
</state>
|
720
|
+
</provider>
|
721
|
+
</entry>
|
722
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
723
|
+
<provider selected="true" editor-type-id="text-editor">
|
724
|
+
<state relative-caret-position="255">
|
725
|
+
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
726
|
+
</state>
|
727
|
+
</provider>
|
728
|
+
</entry>
|
729
|
+
<entry file="file://$PROJECT_DIR$/surikat.gemspec">
|
730
|
+
<provider selected="true" editor-type-id="text-editor">
|
731
|
+
<state relative-caret-position="425">
|
732
|
+
<caret line="25" column="40" selection-start-line="25" selection-start-column="40" selection-end-line="25" selection-end-column="40" />
|
733
|
+
</state>
|
734
|
+
</provider>
|
735
|
+
</entry>
|
736
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/version.rb">
|
737
|
+
<provider selected="true" editor-type-id="text-editor">
|
738
|
+
<state relative-caret-position="17">
|
739
|
+
<caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
|
740
|
+
</state>
|
741
|
+
</provider>
|
742
|
+
</entry>
|
743
|
+
</component>
|
744
|
+
</project>
|