aslon_settings 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. data/.idea/.name +1 -0
  2. data/.idea/.rakeTasks +7 -0
  3. data/.idea/aslon_settings.iml +12 -0
  4. data/.idea/encodings.xml +5 -0
  5. data/.idea/misc.xml +11 -0
  6. data/.idea/modules.xml +9 -0
  7. data/.idea/vcs.xml +7 -0
  8. data/.idea/workspace.xml +538 -0
  9. data/VERSION +1 -1
  10. data/app/controllers/admin/item_params_controller.rb +5 -0
  11. data/app/controllers/admin/params_controller.rb +17 -0
  12. data/app/helpers/application_helper.rb +2 -0
  13. data/app/helpers/cheese/widgets_helper.rb +9 -0
  14. data/app/models/admin/item_param.rb +7 -0
  15. data/app/models/admin/param.rb +51 -0
  16. data/app/views/admin/params/index.html.haml +39 -0
  17. data/app/views/layouts/cheese.html.erb +12 -0
  18. data/aslon_settings.gemspec +31 -2
  19. data/config/routes.rb +17 -0
  20. data/lib/application_helper.rb +7 -0
  21. data/lib/aslon_settings.rb +5 -0
  22. data/lib/engine.rb +30 -0
  23. data/lib/rails/generators/aslon_settings/aslon_settings_generator.rb +80 -0
  24. data/lib/rails/generators/aslon_settings/templates/initializer.rb +8 -0
  25. data/lib/rails/generators/aslon_settings/templates/migration_item_params.rb +14 -0
  26. data/lib/rails/generators/aslon_settings/templates/migration_params.rb +13 -0
  27. data/lib/rails/generators/aslon_settings/templates/schema.rb +11 -0
  28. data/lib/rails/generators/cheese/cheese_generator.rb +76 -0
  29. data/lib/rails/generators/cheese/templates/initializer.rb +8 -0
  30. data/lib/rails/generators/cheese/templates/migration.rb +9 -0
  31. data/lib/rails/generators/cheese/templates/schema.rb +11 -0
  32. data/lib/rails/railties/tasks.rake +8 -0
  33. metadata +40 -11
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ aslon_settings
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"><RakeTask description="Build gem into pkg/" fullCmd="build" taksId="build" /><RakeTask description="Remove rcov products for rcov" fullCmd="clobber_rcov" taksId="clobber_rcov" /><RakeTask description="Remove rdoc products" fullCmd="clobber_rdoc" taksId="clobber_rdoc" /><RakeTask description="Start IRB with all runtime dependencies loaded" fullCmd="console[script]" taksId="console[script]" /><RakeGroup description="" fullCmd="" taksId="gemcutter"><RakeTask description="Release gem to Gemcutter" fullCmd="gemcutter:release" taksId="release" /></RakeGroup><RakeTask description="Generate and validate gemspec" fullCmd="gemspec" taksId="gemspec" /><RakeGroup description="" fullCmd="" taksId="gemspec"><RakeTask description="Display the gemspec for debugging purposes, as jeweler knows it (not from the filesystem)" fullCmd="gemspec:debug" taksId="debug" /><RakeTask description="Regenerate the gemspec on the filesystem" fullCmd="gemspec:generate" taksId="generate" /><RakeTask description="Regenerate and validate gemspec, and then commits and pushes to git" fullCmd="gemspec:release" taksId="release" /><RakeTask description="Validates the gemspec on the filesystem" fullCmd="gemspec:validate" taksId="validate" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="git"><RakeTask description="Tag and push release to git" fullCmd="git:release" taksId="release" /></RakeGroup><RakeTask description="Build and install gem using `gem install`" fullCmd="install" taksId="install" /><RakeTask description="Analyze code coverage with tests" fullCmd="rcov" taksId="rcov" /><RakeTask description="Build the rdoc HTML Files" fullCmd="rdoc" taksId="rdoc" /><RakeTask description="Release gem" fullCmd="release" taksId="release" /><RakeTask description="Force a rebuild of the RDOC files" fullCmd="rerdoc" taksId="rerdoc" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="Displays the current version" fullCmd="version" taksId="version" /><RakeGroup description="" fullCmd="" taksId="version"><RakeGroup description="" fullCmd="" taksId="bump"><RakeTask description="Bump the major version by 1" fullCmd="version:bump:major" taksId="major" /><RakeTask description="Bump the a minor version by 1" fullCmd="version:bump:minor" taksId="minor" /><RakeTask description="Bump the patch version by 1" fullCmd="version:bump:patch" taksId="patch" /></RakeGroup><RakeTask description="Writes out an explicit version" fullCmd="version:write" taksId="write" /></RakeGroup><RakeTask description="" fullCmd="clobber" taksId="clobber" /><RakeTask description="" fullCmd="console" taksId="console" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="gemspec_required" taksId="gemspec_required" /><RakeTask description="" fullCmd="rdoc/index.html" taksId="rdoc/index.html" /><RakeTask description="" fullCmd="version_required" taksId="version_required" /></RakeGroup></Settings>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ <orderEntry type="library" scope="PROVIDED" name="jeweler (v1.6.4, RVM: ruby-1.9.2-p290) [gem]" level="application" />
8
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.0.18, RVM: ruby-1.9.2-p290) [gem]" level="application" />
9
+ <orderEntry type="library" scope="PROVIDED" name="rake (v0.9.2.2, RVM: ruby-1.9.2-p290) [gem]" level="application" />
10
+ </component>
11
+ </module>
12
+
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
5
+
data/.idea/misc.xml ADDED
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="DependencyValidationManager">
4
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
5
+ </component>
6
+ <component name="ProjectResources">
7
+ <default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype>
8
+ </component>
9
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.2-p290" project-jdk-type="RUBY_SDK" />
10
+ </project>
11
+
data/.idea/modules.xml ADDED
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/aslon_settings.iml" filepath="$PROJECT_DIR$/.idea/aslon_settings.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
9
+
data/.idea/vcs.xml ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
7
+
@@ -0,0 +1,538 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="380e4156-56ed-4054-9dc1-8e40f23382f9" name="Default" comment="" />
5
+ <ignored path="aslon_settings.iws" />
6
+ <ignored path=".idea/workspace.xml" />
7
+ <option name="TRACKING_ENABLED" value="true" />
8
+ <option name="SHOW_DIALOG" value="false" />
9
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+ <option name="LAST_RESOLUTION" value="IGNORE" />
12
+ </component>
13
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
14
+ <component name="CreatePatchCommitExecutor">
15
+ <option name="PATCH_PATH" value="" />
16
+ <option name="REVERSE_PATCH" value="false" />
17
+ </component>
18
+ <component name="DaemonCodeAnalyzer">
19
+ <disable_hints />
20
+ </component>
21
+ <component name="FavoritesManager">
22
+ <favorites_list name="aslon_settings" />
23
+ </component>
24
+ <component name="FileEditorManager">
25
+ <leaf>
26
+ <file leaf-file-name="application_helper.rb" pinned="false" current="false" current-in-tab="false">
27
+ <entry file="file://$PROJECT_DIR$/app/helpers/application_helper.rb">
28
+ <provider selected="true" editor-type-id="text-editor">
29
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
30
+ <folding />
31
+ </state>
32
+ </provider>
33
+ </entry>
34
+ </file>
35
+ <file leaf-file-name="widgets_helper.rb" pinned="false" current="false" current-in-tab="false">
36
+ <entry file="file://$PROJECT_DIR$/app/helpers/cheese/widgets_helper.rb">
37
+ <provider selected="true" editor-type-id="text-editor">
38
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
39
+ <folding />
40
+ </state>
41
+ </provider>
42
+ </entry>
43
+ </file>
44
+ <file leaf-file-name="item_params_controller.rb" pinned="false" current="false" current-in-tab="false">
45
+ <entry file="file://$PROJECT_DIR$/app/controllers/admin/item_params_controller.rb">
46
+ <provider selected="true" editor-type-id="text-editor">
47
+ <state line="4" column="17" selection-start="91" selection-end="91" vertical-scroll-proportion="0.0">
48
+ <folding />
49
+ </state>
50
+ </provider>
51
+ </entry>
52
+ </file>
53
+ <file leaf-file-name="engine.rb" pinned="false" current="false" current-in-tab="false">
54
+ <entry file="file://$PROJECT_DIR$/lib/engine.rb">
55
+ <provider selected="true" editor-type-id="text-editor">
56
+ <state line="14" column="24" selection-start="325" selection-end="325" vertical-scroll-proportion="0.0">
57
+ <folding />
58
+ </state>
59
+ </provider>
60
+ </entry>
61
+ </file>
62
+ <file leaf-file-name="index.html.haml" pinned="false" current="true" current-in-tab="true">
63
+ <entry file="file://$PROJECT_DIR$/app/views/admin/params/index.html.haml">
64
+ <provider selected="true" editor-type-id="text-editor">
65
+ <state line="7" column="31" selection-start="147" selection-end="147" vertical-scroll-proportion="-0.15384616">
66
+ <folding />
67
+ </state>
68
+ </provider>
69
+ </entry>
70
+ </file>
71
+ <file leaf-file-name="item_param.rb" pinned="false" current="false" current-in-tab="false">
72
+ <entry file="file://$PROJECT_DIR$/app/models/admin/item_param.rb">
73
+ <provider selected="true" editor-type-id="text-editor">
74
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
75
+ <folding />
76
+ </state>
77
+ </provider>
78
+ </entry>
79
+ </file>
80
+ <file leaf-file-name="param.rb" pinned="false" current="false" current-in-tab="false">
81
+ <entry file="file://$PROJECT_DIR$/app/models/admin/param.rb">
82
+ <provider selected="true" editor-type-id="text-editor">
83
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
84
+ <folding />
85
+ </state>
86
+ </provider>
87
+ </entry>
88
+ </file>
89
+ <file leaf-file-name="cheese.html.erb" pinned="false" current="false" current-in-tab="false">
90
+ <entry file="file://$PROJECT_DIR$/app/views/layouts/cheese.html.erb">
91
+ <provider selected="true" editor-type-id="text-editor">
92
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="-0.0">
93
+ <folding />
94
+ </state>
95
+ </provider>
96
+ </entry>
97
+ </file>
98
+ <file leaf-file-name="routes.rb" pinned="false" current="false" current-in-tab="false">
99
+ <entry file="file://$PROJECT_DIR$/config/routes.rb">
100
+ <provider selected="true" editor-type-id="text-editor">
101
+ <state line="17" column="28" selection-start="489" selection-end="489" vertical-scroll-proportion="0.0">
102
+ <folding />
103
+ </state>
104
+ </provider>
105
+ </entry>
106
+ </file>
107
+ <file leaf-file-name="aslon_settings.rb" pinned="false" current="false" current-in-tab="false">
108
+ <entry file="file://$PROJECT_DIR$/lib/aslon_settings.rb">
109
+ <provider selected="true" editor-type-id="text-editor">
110
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
111
+ <folding />
112
+ </state>
113
+ </provider>
114
+ </entry>
115
+ </file>
116
+ </leaf>
117
+ </component>
118
+ <component name="FindManager">
119
+ <FindUsagesManager>
120
+ <setting name="OPEN_NEW_TAB" value="false" />
121
+ </FindUsagesManager>
122
+ </component>
123
+ <component name="Git.Settings">
124
+ <option name="CHECKOUT_INCLUDE_TAGS" value="false" />
125
+ <option name="UPDATE_CHANGES_POLICY" value="STASH" />
126
+ </component>
127
+ <component name="IdeDocumentHistory">
128
+ <option name="changedFiles">
129
+ <list>
130
+ <option value="$PROJECT_DIR$/app/models/admin/item_param.rb" />
131
+ <option value="$PROJECT_DIR$/app/models/admin/param.rb" />
132
+ <option value="$PROJECT_DIR$/lib/aslon_settings.rb" />
133
+ <option value="$PROJECT_DIR$/lib/engine.rb" />
134
+ <option value="$PROJECT_DIR$/lib/rails/generators/aslon_settings/templates/initializer.rb" />
135
+ <option value="$PROJECT_DIR$/lib/rails/generators/aslon_settings/templates/schema.rb" />
136
+ <option value="$PROJECT_DIR$/lib/rails/generators/aslon_settings/templates/migration.rb" />
137
+ <option value="$PROJECT_DIR$/lib/rails/generators/aslon_settings/templates/migration_params.rb" />
138
+ <option value="$PROJECT_DIR$/lib/rails/generators/aslon_settings/templates/migration_param_items.rb" />
139
+ <option value="$PROJECT_DIR$/lib/rails/generators/aslon_settings/aslon_settings_generator.rb" />
140
+ <option value="$PROJECT_DIR$/config/routes.rb" />
141
+ <option value="$PROJECT_DIR$/app/controllers/admin/params_controller.rb" />
142
+ <option value="$PROJECT_DIR$/app/controllers/admin/item_params_controller.rb" />
143
+ <option value="$PROJECT_DIR$/app/views/params/index.html.haml" />
144
+ </list>
145
+ </option>
146
+ </component>
147
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
148
+ <OptionsSetting value="true" id="Add" />
149
+ <OptionsSetting value="true" id="Remove" />
150
+ <OptionsSetting value="true" id="Checkout" />
151
+ <OptionsSetting value="true" id="Update" />
152
+ <OptionsSetting value="true" id="Status" />
153
+ <OptionsSetting value="true" id="Edit" />
154
+ <ConfirmationsSetting value="0" id="Add" />
155
+ <ConfirmationsSetting value="0" id="Remove" />
156
+ </component>
157
+ <component name="ProjectReloadState">
158
+ <option name="STATE" value="0" />
159
+ </component>
160
+ <component name="ProjectView">
161
+ <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
162
+ <flattenPackages />
163
+ <showMembers />
164
+ <showModules />
165
+ <showLibraryContents />
166
+ <hideEmptyPackages />
167
+ <abbreviatePackageNames />
168
+ <autoscrollToSource />
169
+ <autoscrollFromSource />
170
+ <sortByType />
171
+ </navigator>
172
+ <panes>
173
+ <pane id="ProjectPane">
174
+ <subPane>
175
+ <PATH>
176
+ <PATH_ELEMENT>
177
+ <option name="myItemId" value="aslon_settings" />
178
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
179
+ </PATH_ELEMENT>
180
+ </PATH>
181
+ <PATH>
182
+ <PATH_ELEMENT>
183
+ <option name="myItemId" value="aslon_settings" />
184
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
185
+ </PATH_ELEMENT>
186
+ <PATH_ELEMENT>
187
+ <option name="myItemId" value="aslon_settings" />
188
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
189
+ </PATH_ELEMENT>
190
+ </PATH>
191
+ <PATH>
192
+ <PATH_ELEMENT>
193
+ <option name="myItemId" value="aslon_settings" />
194
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
195
+ </PATH_ELEMENT>
196
+ <PATH_ELEMENT>
197
+ <option name="myItemId" value="aslon_settings" />
198
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
199
+ </PATH_ELEMENT>
200
+ <PATH_ELEMENT>
201
+ <option name="myItemId" value="app" />
202
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
203
+ </PATH_ELEMENT>
204
+ </PATH>
205
+ </subPane>
206
+ </pane>
207
+ <pane id="Favorites" />
208
+ <pane id="Scope" />
209
+ </panes>
210
+ </component>
211
+ <component name="PropertiesComponent">
212
+ <property name="options.splitter.main.proportions" value="0.3" />
213
+ <property name="WebServerToolWindowFactoryState" value="false" />
214
+ <property name="options.lastSelected" value="preferences.externalResources" />
215
+ <property name="options.searchVisible" value="true" />
216
+ <property name="options.splitter.details.proportions" value="0.2" />
217
+ </component>
218
+ <component name="RecentsManager">
219
+ <key name="CopyFile.RECENT_KEYS">
220
+ <recent name="$PROJECT_DIR$/app/views" />
221
+ <recent name="$PROJECT_DIR$" />
222
+ <recent name="$PROJECT_DIR$/lib/rails/generators/aslon_settings/templates" />
223
+ <recent name="$PROJECT_DIR$/lib/rails/generators" />
224
+ <recent name="$PROJECT_DIR$/lib" />
225
+ </key>
226
+ </component>
227
+ <component name="RunManager">
228
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
229
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
230
+ <module name="" />
231
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
232
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
233
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
234
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
235
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
236
+ <envs />
237
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
238
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
239
+ <COVERAGE_PATTERN ENABLED="true">
240
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
241
+ </COVERAGE_PATTERN>
242
+ </EXTENSION>
243
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
244
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
245
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
246
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
247
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
248
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
249
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
250
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
251
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
252
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
253
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
254
+ <method />
255
+ </configuration>
256
+ <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
257
+ <module name="" />
258
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
259
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
260
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
261
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
262
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
263
+ <envs />
264
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
265
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
266
+ <COVERAGE_PATTERN ENABLED="true">
267
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
268
+ </COVERAGE_PATTERN>
269
+ </EXTENSION>
270
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
271
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
272
+ <method />
273
+ </configuration>
274
+ <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
275
+ <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
276
+ <module name="" />
277
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
278
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
279
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
280
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
281
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
282
+ <envs>
283
+ <env name="ANSICON" value="" />
284
+ </envs>
285
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
286
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
287
+ <COVERAGE_PATTERN ENABLED="true">
288
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
289
+ </COVERAGE_PATTERN>
290
+ </EXTENSION>
291
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
292
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
293
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
294
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
295
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
296
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
297
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
298
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
299
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
300
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
301
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
302
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
303
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
304
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
305
+ <method />
306
+ </configuration>
307
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda">
308
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
309
+ <module name="" />
310
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
311
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
312
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
313
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
314
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
315
+ <envs />
316
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
317
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov">
318
+ <COVERAGE_PATTERN ENABLED="true">
319
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
320
+ </COVERAGE_PATTERN>
321
+ </EXTENSION>
322
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
323
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
324
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_CLASS_NAME" VALUE="" />
325
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
326
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
327
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
328
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="INHERITANCE_CHECK_DISABLED" VALUE="false" />
329
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
330
+ <method />
331
+ </configuration>
332
+ <list size="0" />
333
+ </component>
334
+ <component name="ShelveChangesManager" show_recycled="false" />
335
+ <component name="SvnConfiguration" maxAnnotateRevisions="500">
336
+ <option name="USER" value="" />
337
+ <option name="PASSWORD" value="" />
338
+ <option name="mySSHConnectionTimeout" value="30000" />
339
+ <option name="mySSHReadTimeout" value="30000" />
340
+ <option name="LAST_MERGED_REVISION" />
341
+ <option name="MERGE_DRY_RUN" value="false" />
342
+ <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
343
+ <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
344
+ <option name="IGNORE_SPACES_IN_MERGE" value="false" />
345
+ <option name="DETECT_NESTED_COPIES" value="true" />
346
+ <option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
347
+ <option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
348
+ <option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
349
+ <option name="FORCE_UPDATE" value="false" />
350
+ <configuration useDefault="true">$USER_HOME$/.subversion_IDEA</configuration>
351
+ <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
352
+ </component>
353
+ <component name="TaskManager">
354
+ <task active="true" id="Default" summary="Default task">
355
+ <created>1327081091140</created>
356
+ <updated>1327081091140</updated>
357
+ </task>
358
+ <servers />
359
+ </component>
360
+ <component name="ToolWindowManager">
361
+ <frame x="46" y="22" width="1387" height="792" extended-state="0" />
362
+ <editor active="true" />
363
+ <layout>
364
+ <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
365
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
366
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32937685" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
367
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
368
+ <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
369
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24944974" sideWeight="0.6706231" order="0" side_tool="false" content_ui="tabs" />
370
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
371
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
372
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
373
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
374
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
375
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
376
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
377
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
378
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
379
+ </layout>
380
+ </component>
381
+ <component name="VcsManagerConfiguration">
382
+ <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
383
+ <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
384
+ <option name="CHECK_NEW_TODO" value="true" />
385
+ <option name="myTodoPanelSettings">
386
+ <value>
387
+ <are-packages-shown value="false" />
388
+ <are-modules-shown value="false" />
389
+ <flatten-packages value="false" />
390
+ <is-autoscroll-to-source value="false" />
391
+ </value>
392
+ </option>
393
+ <option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
394
+ <option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
395
+ <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
396
+ <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
397
+ <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
398
+ <option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
399
+ <option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
400
+ <option name="ENABLE_BACKGROUND_PROCESSES" value="false" />
401
+ <option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
402
+ <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
403
+ <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
404
+ <option name="DEFAULT_PATCH_EXTENSION" value="patch" />
405
+ <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
406
+ <option name="LAST_COMMIT_MESSAGE" />
407
+ <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
408
+ <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
409
+ <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
410
+ <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
411
+ <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
412
+ <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
413
+ <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
414
+ <option name="ACTIVE_VCS_NAME" />
415
+ <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
416
+ <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
417
+ <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
418
+ <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
419
+ </component>
420
+ <component name="XDebuggerManager">
421
+ <breakpoint-manager />
422
+ </component>
423
+ <component name="editorHistoryManager">
424
+ <entry file="file://$PROJECT_DIR$/lib/rails/generators/cheese/cheese_generator.rb">
425
+ <provider selected="true" editor-type-id="text-editor">
426
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
427
+ <folding />
428
+ </state>
429
+ </provider>
430
+ </entry>
431
+ <entry file="file://$PROJECT_DIR$/aslon_settings.gemspec">
432
+ <provider selected="true" editor-type-id="text-editor">
433
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
434
+ <folding />
435
+ </state>
436
+ </provider>
437
+ </entry>
438
+ <entry file="file://$PROJECT_DIR$/test/helper.rb">
439
+ <provider selected="true" editor-type-id="text-editor">
440
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
441
+ <folding />
442
+ </state>
443
+ </provider>
444
+ </entry>
445
+ <entry file="file://$PROJECT_DIR$/Gemfile">
446
+ <provider selected="true" editor-type-id="text-editor">
447
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
448
+ <folding />
449
+ </state>
450
+ </provider>
451
+ </entry>
452
+ <entry file="file://$PROJECT_DIR$/lib/application_helper.rb">
453
+ <provider selected="true" editor-type-id="text-editor">
454
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
455
+ <folding />
456
+ </state>
457
+ </provider>
458
+ </entry>
459
+ <entry file="file://$PROJECT_DIR$/app/controllers/admin/params_controller.rb">
460
+ <provider selected="true" editor-type-id="text-editor">
461
+ <state line="17" column="29" selection-start="377" selection-end="377" vertical-scroll-proportion="0.0">
462
+ <folding />
463
+ </state>
464
+ </provider>
465
+ </entry>
466
+ <entry file="file://$PROJECT_DIR$/app/controllers/admin/item_params_controller.rb">
467
+ <provider selected="true" editor-type-id="text-editor">
468
+ <state line="4" column="17" selection-start="91" selection-end="91" vertical-scroll-proportion="0.0">
469
+ <folding />
470
+ </state>
471
+ </provider>
472
+ </entry>
473
+ <entry file="file://$PROJECT_DIR$/app/helpers/application_helper.rb">
474
+ <provider selected="true" editor-type-id="text-editor">
475
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
476
+ <folding />
477
+ </state>
478
+ </provider>
479
+ </entry>
480
+ <entry file="file://$PROJECT_DIR$/app/helpers/cheese/widgets_helper.rb">
481
+ <provider selected="true" editor-type-id="text-editor">
482
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
483
+ <folding />
484
+ </state>
485
+ </provider>
486
+ </entry>
487
+ <entry file="file://$PROJECT_DIR$/app/views/layouts/cheese.html.erb">
488
+ <provider selected="true" editor-type-id="text-editor">
489
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
490
+ <folding />
491
+ </state>
492
+ </provider>
493
+ </entry>
494
+ <entry file="file://$PROJECT_DIR$/lib/aslon_settings.rb">
495
+ <provider selected="true" editor-type-id="text-editor">
496
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
497
+ <folding />
498
+ </state>
499
+ </provider>
500
+ </entry>
501
+ <entry file="file://$PROJECT_DIR$/lib/engine.rb">
502
+ <provider selected="true" editor-type-id="text-editor">
503
+ <state line="14" column="24" selection-start="325" selection-end="325" vertical-scroll-proportion="0.0">
504
+ <folding />
505
+ </state>
506
+ </provider>
507
+ </entry>
508
+ <entry file="file://$PROJECT_DIR$/config/routes.rb">
509
+ <provider selected="true" editor-type-id="text-editor">
510
+ <state line="17" column="28" selection-start="489" selection-end="489" vertical-scroll-proportion="0.0">
511
+ <folding />
512
+ </state>
513
+ </provider>
514
+ </entry>
515
+ <entry file="file://$PROJECT_DIR$/app/models/admin/item_param.rb">
516
+ <provider selected="true" editor-type-id="text-editor">
517
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
518
+ <folding />
519
+ </state>
520
+ </provider>
521
+ </entry>
522
+ <entry file="file://$PROJECT_DIR$/app/models/admin/param.rb">
523
+ <provider selected="true" editor-type-id="text-editor">
524
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
525
+ <folding />
526
+ </state>
527
+ </provider>
528
+ </entry>
529
+ <entry file="file://$PROJECT_DIR$/app/views/admin/params/index.html.haml">
530
+ <provider selected="true" editor-type-id="text-editor">
531
+ <state line="7" column="31" selection-start="147" selection-end="147" vertical-scroll-proportion="-0.15384616">
532
+ <folding />
533
+ </state>
534
+ </provider>
535
+ </entry>
536
+ </component>
537
+ </project>
538
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1,5 @@
1
+ module AslonSettings
2
+
3
+ class Admin::ItemParamsController < ApplicationController
4
+ end
5
+ end