netzke-core 0.8.4 → 0.9.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (165) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/Gemfile +4 -1
  4. data/README.md +8 -8
  5. data/TODO.md +6 -34
  6. data/javascripts/ext.js +15 -12
  7. data/lib/netzke/core/component_config.rb +1 -1
  8. data/lib/netzke/core/composition.rb +13 -10
  9. data/lib/netzke/core/dsl_support.rb +0 -1
  10. data/lib/netzke/core/dynamic_assets.rb +2 -6
  11. data/lib/netzke/core/railz/action_view_ext.rb +12 -11
  12. data/lib/netzke/core/railz/action_view_ext/ext.rb +3 -3
  13. data/lib/netzke/core/railz/routes.rb +5 -1
  14. data/lib/netzke/core/version.rb +4 -3
  15. data/tasks/rake_helper.rb +1 -1
  16. metadata +36 -320
  17. data/test/core_test_app/README +0 -15
  18. data/test/core_test_app/Rakefile +0 -7
  19. data/test/core_test_app/app/assets/javascripts/expect/expect.js +0 -1253
  20. data/test/core_test_app/app/assets/javascripts/mocha/mocha.js +0 -5340
  21. data/test/core_test_app/app/assets/stylesheets/mocha/mocha.css +0 -231
  22. data/test/core_test_app/app/components/actions.rb +0 -73
  23. data/test/core_test_app/app/components/component_with_prebuilt_toolbar_control.rb +0 -12
  24. data/test/core_test_app/app/components/component_with_prebuilt_toolbar_control/javascripts/component_with_prebuilt_toolbar_control.js +0 -12
  25. data/test/core_test_app/app/components/composition.rb +0 -106
  26. data/test/core_test_app/app/components/configurable_on_class_level.rb +0 -8
  27. data/test/core_test_app/app/components/css_inclusion.rb +0 -12
  28. data/test/core_test_app/app/components/css_inclusion/stylesheets/custom.css +0 -3
  29. data/test/core_test_app/app/components/dynamic_loading.rb +0 -62
  30. data/test/core_test_app/app/components/dynamic_loading/javascripts/dynamic_loading.js +0 -57
  31. data/test/core_test_app/app/components/dynamic_tab_panel/javascripts/dynamic_tab_panel.js +0 -9
  32. data/test/core_test_app/app/components/endpoints.rb +0 -63
  33. data/test/core_test_app/app/components/endpoints/javascripts/endpoints.js +0 -50
  34. data/test/core_test_app/app/components/endpoints_extended.rb +0 -27
  35. data/test/core_test_app/app/components/ext_direct/composite.rb +0 -51
  36. data/test/core_test_app/app/components/ext_direct/details.rb +0 -11
  37. data/test/core_test_app/app/components/ext_direct/selector.rb +0 -29
  38. data/test/core_test_app/app/components/ext_direct/statistics.rb +0 -11
  39. data/test/core_test_app/app/components/feedback.rb +0 -26
  40. data/test/core_test_app/app/components/haml_panel.rb +0 -32
  41. data/test/core_test_app/app/components/haml_panel/html/body.html.haml +0 -10
  42. data/test/core_test_app/app/components/haml_panel/html/server_response.html.haml +0 -3
  43. data/test/core_test_app/app/components/hello_user.rb +0 -12
  44. data/test/core_test_app/app/components/hello_world.rb +0 -24
  45. data/test/core_test_app/app/components/hello_world/javascripts/hello_world.js +0 -12
  46. data/test/core_test_app/app/components/js_inclusion.rb +0 -17
  47. data/test/core_test_app/app/components/js_inclusion/javascripts/extra_one.js +0 -2
  48. data/test/core_test_app/app/components/js_inclusion/javascripts/extra_two.js +0 -2
  49. data/test/core_test_app/app/components/js_inclusion/javascripts/js_inclusion.js +0 -5
  50. data/test/core_test_app/app/components/js_inclusion/javascripts/method_set_one.js +0 -6
  51. data/test/core_test_app/app/components/js_inclusion/javascripts/method_set_two.js +0 -5
  52. data/test/core_test_app/app/components/js_inclusion_extended.rb +0 -6
  53. data/test/core_test_app/app/components/js_inclusion_extended/javascripts/some_method_set.js +0 -5
  54. data/test/core_test_app/app/components/loaded_css_inclusion.rb +0 -22
  55. data/test/core_test_app/app/components/localization.rb +0 -35
  56. data/test/core_test_app/app/components/localization_extended.rb +0 -2
  57. data/test/core_test_app/app/components/multi_instance_loading.rb +0 -18
  58. data/test/core_test_app/app/components/multi_instance_loading/javascripts/multi_instance_loading.js +0 -18
  59. data/test/core_test_app/app/components/persistence.rb +0 -60
  60. data/test/core_test_app/app/components/persistence_with_shared_state.rb +0 -7
  61. data/test/core_test_app/app/components/plugin_with_actions.rb +0 -24
  62. data/test/core_test_app/app/components/plugin_with_components.rb +0 -22
  63. data/test/core_test_app/app/components/plugin_with_endpoints.rb +0 -29
  64. data/test/core_test_app/app/components/plugins.rb +0 -9
  65. data/test/core_test_app/app/components/ruby_modules.rb +0 -5
  66. data/test/core_test_app/app/components/ruby_modules/basic_stuff.rb +0 -33
  67. data/test/core_test_app/app/components/ruby_modules/extra_stuff.rb +0 -15
  68. data/test/core_test_app/app/components/scoped/deeply_scoped/scoping.rb +0 -10
  69. data/test/core_test_app/app/components/scoped/scoping.rb +0 -8
  70. data/test/core_test_app/app/components/scoped/scoping_extended.rb +0 -8
  71. data/test/core_test_app/app/components/self_reloading.rb +0 -25
  72. data/test/core_test_app/app/components/server_counter.rb +0 -59
  73. data/test/core_test_app/app/components/server_counter/javascripts/server_counter.js +0 -53
  74. data/test/core_test_app/app/components/session_expiration.rb +0 -21
  75. data/test/core_test_app/app/components/simple_authentication_component.rb +0 -47
  76. data/test/core_test_app/app/components/simple_component.rb +0 -7
  77. data/test/core_test_app/app/components/simple_composite.rb +0 -12
  78. data/test/core_test_app/app/components/simple_form_with_file_upload.rb +0 -48
  79. data/test/core_test_app/app/components/simple_panel.rb +0 -2
  80. data/test/core_test_app/app/components/simple_tab_panel.rb +0 -27
  81. data/test/core_test_app/app/components/simple_window.rb +0 -5
  82. data/test/core_test_app/app/components/tools.rb +0 -20
  83. data/test/core_test_app/app/components/window_with_simple_component.rb +0 -15
  84. data/test/core_test_app/app/controllers/alternative_controller.rb +0 -10
  85. data/test/core_test_app/app/controllers/application_controller.rb +0 -10
  86. data/test/core_test_app/app/controllers/components_controller.rb +0 -17
  87. data/test/core_test_app/app/controllers/simple_rails_controller.rb +0 -2
  88. data/test/core_test_app/app/controllers/specs_controller.rb +0 -11
  89. data/test/core_test_app/app/controllers/welcome_controller.rb +0 -5
  90. data/test/core_test_app/app/helpers/application_helper.rb +0 -2
  91. data/test/core_test_app/app/views/components/panel_with_autoload.html.erb +0 -2
  92. data/test/core_test_app/app/views/components/some_tab_panel.html.erb +0 -11
  93. data/test/core_test_app/app/views/layouts/application.html.erb +0 -31
  94. data/test/core_test_app/app/views/layouts/nested.html.erb +0 -5
  95. data/test/core_test_app/app/views/simple_rails/multiple_nested.html.erb +0 -11
  96. data/test/core_test_app/app/views/simple_rails/multiple_of_different_class.html.erb +0 -3
  97. data/test/core_test_app/app/views/simple_rails/multiple_of_same_class.html.erb +0 -2
  98. data/test/core_test_app/app/views/simple_rails/panel.html.erb +0 -1
  99. data/test/core_test_app/config.ru +0 -4
  100. data/test/core_test_app/config/application.rb +0 -51
  101. data/test/core_test_app/config/boot.rb +0 -6
  102. data/test/core_test_app/config/database.yml +0 -22
  103. data/test/core_test_app/config/environment.rb +0 -6
  104. data/test/core_test_app/config/environments/development.rb +0 -23
  105. data/test/core_test_app/config/environments/production.rb +0 -49
  106. data/test/core_test_app/config/environments/test.rb +0 -35
  107. data/test/core_test_app/config/initializers/backtrace_silencers.rb +0 -7
  108. data/test/core_test_app/config/initializers/inflections.rb +0 -10
  109. data/test/core_test_app/config/initializers/javascripts/session_expiration.js +0 -6
  110. data/test/core_test_app/config/initializers/mime_types.rb +0 -5
  111. data/test/core_test_app/config/initializers/netzke.rb +0 -11
  112. data/test/core_test_app/config/initializers/secret_token.rb +0 -7
  113. data/test/core_test_app/config/initializers/session_store.rb +0 -8
  114. data/test/core_test_app/config/locales/en.yml +0 -30
  115. data/test/core_test_app/config/locales/es.yml +0 -11
  116. data/test/core_test_app/config/routes.rb +0 -76
  117. data/test/core_test_app/core_test_app.tmproj +0 -254
  118. data/test/core_test_app/db/development.sqlite3 +0 -0
  119. data/test/core_test_app/db/development_structure.sql +0 -4
  120. data/test/core_test_app/db/seeds.rb +0 -7
  121. data/test/core_test_app/db/test.sqlite3 +0 -0
  122. data/test/core_test_app/log/development.log +0 -125211
  123. data/test/core_test_app/log/production.log +0 -18
  124. data/test/core_test_app/log/test.log +0 -192676
  125. data/test/core_test_app/public/404.html +0 -26
  126. data/test/core_test_app/public/422.html +0 -26
  127. data/test/core_test_app/public/500.html +0 -26
  128. data/test/core_test_app/public/favicon.ico +0 -0
  129. data/test/core_test_app/public/images/icons/accept.png +0 -0
  130. data/test/core_test_app/public/images/icons/anchor.png +0 -0
  131. data/test/core_test_app/public/images/icons/tick.png +0 -0
  132. data/test/core_test_app/public/images/rails.png +0 -0
  133. data/test/core_test_app/public/robots.txt +0 -5
  134. data/test/core_test_app/rails_app.tmproj +0 -324
  135. data/test/core_test_app/script/rails +0 -6
  136. data/test/core_test_app/tmp/cache/assets/C8B/BF0/sprockets%2F54de2792b036d1dab855f88599503551 +0 -0
  137. data/test/core_test_app/tmp/cache/assets/C92/5A0/sprockets%2F39e75754782ee12179bf35c9a0971d80 +0 -0
  138. data/test/core_test_app/tmp/cache/assets/C99/720/sprockets%2F981d5a1b957a012e380b22011a6d176d +0 -0
  139. data/test/core_test_app/tmp/cache/assets/C9F/750/sprockets%2F20ce3d64040a5d3a0a8883bd60754356 +0 -0
  140. data/test/core_test_app/tmp/cache/assets/CC4/C00/sprockets%2Fc615df52887d8c2e67e8413576a419c5 +0 -0
  141. data/test/core_test_app/tmp/cache/assets/CF1/3F0/sprockets%2Fc69ee42924fab565a3533d56473ce878 +0 -0
  142. data/test/core_test_app/tmp/cache/assets/D0E/870/sprockets%2Fa593bf4fac106add88c9434141a49663 +0 -0
  143. data/test/core_test_app/tmp/cache/assets/D14/8E0/sprockets%2F20748e8d1d7d090d122904a9fe6f18fc +0 -0
  144. data/test/core_test_app/tmp/cache/assets/D3E/DA0/sprockets%2Fa175f1ac5996544b908ba3ba3f64c4f3 +0 -0
  145. data/test/core_test_app/tmp/cache/assets/D43/C00/sprockets%2F7bc60c758776356d615ab5edff201ee2 +0 -0
  146. data/test/core_test_app/tmp/cache/assets/D4B/C50/sprockets%2F8483b7e322da338e8f9eb3b30a957e9a +0 -0
  147. data/test/core_test_app/tmp/cache/assets/D64/090/sprockets%2F5a01ff309c3f2503eb5e4f5667cca4b3 +0 -0
  148. data/test/core_test_app/tmp/cache/assets/D8B/FB0/sprockets%2F7a86225caaa389f1be600b4f3a2d1ef0 +0 -0
  149. data/test/core_test_app/tmp/cache/assets/D98/9C0/sprockets%2F18b80e8fe200aebc522e561a867ea6fb +0 -0
  150. data/test/core_test_app/tmp/cache/assets/DB0/6E0/sprockets%2F03e33f5a4779eeb48bcfc86ee717fb55 +0 -0
  151. data/test/core_test_app/tmp/cache/assets/DED/7E0/sprockets%2Feaedd52ba538f19e4ab543a3e20ce2c4 +0 -0
  152. data/test/core_test_app/tmp/cache/assets/E07/FF0/sprockets%2Fb3c071e0a6de36f041adbbdaa8ab060b +0 -0
  153. data/test/core_test_app/tmp/capybara/capybara-20101214105940.html +0 -40
  154. data/test/core_test_app/tmp/capybara/capybara-20101214110642.html +0 -40
  155. data/test/core_test_app/tmp/capybara/capybara-20101214110749.html +0 -40
  156. data/test/core_test_app/tmp/capybara/capybara-20101214110750.html +0 -40
  157. data/test/core_test_app/tmp/capybara/capybara-20101214111025.html +0 -40
  158. data/test/core_test_app/tmp/capybara/capybara-20101214111027.html +0 -40
  159. data/test/core_test_app/tmp/capybara/capybara-20101214111213.html +0 -40
  160. data/test/core_test_app/tmp/capybara/capybara-20101214111214.html +0 -40
  161. data/test/core_test_app/tmp/capybara/capybara-20101214111332.html +0 -40
  162. data/test/core_test_app/tmp/capybara/capybara-20101214111333.html +0 -40
  163. data/test/core_test_app/tmp/pids/passenger.3000.pid.lock +0 -0
  164. data/test/core_test_app/tmp/restart.txt +0 -0
  165. data/test/test_helper.rb +0 -3
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/404.html -->
21
- <div class="dialog">
22
- <h1>The page you were looking for doesn't exist.</h1>
23
- <p>You may have mistyped the address or the page may have moved.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/422.html -->
21
- <div class="dialog">
22
- <h1>The change you wanted was rejected.</h1>
23
- <p>Maybe you tried to change something you didn't have access to.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/500.html -->
21
- <div class="dialog">
22
- <h1>We're sorry, but something went wrong.</h1>
23
- <p>We've been notified about this issue and we'll take a look at it shortly.</p>
24
- </div>
25
- </body>
26
- </html>
File without changes
@@ -1,5 +0,0 @@
1
- # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2
- #
3
- # To ban all spiders from the entire site uncomment the next two lines:
4
- # User-Agent: *
5
- # Disallow: /
@@ -1,324 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>currentDocument</key>
6
- <string>app/components/loader_of_component_with_custom_css.rb</string>
7
- <key>documents</key>
8
- <array>
9
- <dict>
10
- <key>expanded</key>
11
- <true/>
12
- <key>name</key>
13
- <string>rails_app</string>
14
- <key>regexFolderFilter</key>
15
- <string>!.*/(\.[^/]*|CVS|log|tmp|sencha-touch|extjs|netzke-persistence|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
16
- <key>sourceDirectory</key>
17
- <string></string>
18
- </dict>
19
- </array>
20
- <key>fileHierarchyDrawerWidth</key>
21
- <integer>490</integer>
22
- <key>metaData</key>
23
- <dict>
24
- <key>Rakefile</key>
25
- <dict>
26
- <key>caret</key>
27
- <dict>
28
- <key>column</key>
29
- <integer>0</integer>
30
- <key>line</key>
31
- <integer>0</integer>
32
- </dict>
33
- <key>columnSelection</key>
34
- <false/>
35
- <key>firstVisibleColumn</key>
36
- <integer>0</integer>
37
- <key>firstVisibleLine</key>
38
- <integer>0</integer>
39
- <key>selectFrom</key>
40
- <dict>
41
- <key>column</key>
42
- <integer>0</integer>
43
- <key>line</key>
44
- <integer>0</integer>
45
- </dict>
46
- <key>selectTo</key>
47
- <dict>
48
- <key>column</key>
49
- <integer>0</integer>
50
- <key>line</key>
51
- <integer>7</integer>
52
- </dict>
53
- </dict>
54
- <key>app/components/card_component_loader.rb</key>
55
- <dict>
56
- <key>caret</key>
57
- <dict>
58
- <key>column</key>
59
- <integer>0</integer>
60
- <key>line</key>
61
- <integer>0</integer>
62
- </dict>
63
- <key>firstVisibleColumn</key>
64
- <integer>0</integer>
65
- <key>firstVisibleLine</key>
66
- <integer>0</integer>
67
- </dict>
68
- <key>app/components/loader_of_component_with_custom_css.rb</key>
69
- <dict>
70
- <key>caret</key>
71
- <dict>
72
- <key>column</key>
73
- <integer>0</integer>
74
- <key>line</key>
75
- <integer>0</integer>
76
- </dict>
77
- <key>firstVisibleColumn</key>
78
- <integer>0</integer>
79
- <key>firstVisibleLine</key>
80
- <integer>0</integer>
81
- </dict>
82
- <key>app/components/localized_panel.rb</key>
83
- <dict>
84
- <key>caret</key>
85
- <dict>
86
- <key>column</key>
87
- <integer>0</integer>
88
- <key>line</key>
89
- <integer>0</integer>
90
- </dict>
91
- <key>firstVisibleColumn</key>
92
- <integer>0</integer>
93
- <key>firstVisibleLine</key>
94
- <integer>0</integer>
95
- </dict>
96
- <key>app/components/server_caller.rb</key>
97
- <dict>
98
- <key>caret</key>
99
- <dict>
100
- <key>column</key>
101
- <integer>0</integer>
102
- <key>line</key>
103
- <integer>0</integer>
104
- </dict>
105
- <key>firstVisibleColumn</key>
106
- <integer>0</integer>
107
- <key>firstVisibleLine</key>
108
- <integer>0</integer>
109
- </dict>
110
- <key>app/components/server_counter.rb</key>
111
- <dict>
112
- <key>caret</key>
113
- <dict>
114
- <key>column</key>
115
- <integer>0</integer>
116
- <key>line</key>
117
- <integer>0</integer>
118
- </dict>
119
- <key>firstVisibleColumn</key>
120
- <integer>0</integer>
121
- <key>firstVisibleLine</key>
122
- <integer>0</integer>
123
- </dict>
124
- <key>app/controllers/components_controller.rb</key>
125
- <dict>
126
- <key>caret</key>
127
- <dict>
128
- <key>column</key>
129
- <integer>3</integer>
130
- <key>line</key>
131
- <integer>16</integer>
132
- </dict>
133
- <key>firstVisibleColumn</key>
134
- <integer>0</integer>
135
- <key>firstVisibleLine</key>
136
- <integer>0</integer>
137
- </dict>
138
- <key>app/controllers/welcome_controller.rb</key>
139
- <dict>
140
- <key>caret</key>
141
- <dict>
142
- <key>column</key>
143
- <integer>0</integer>
144
- <key>line</key>
145
- <integer>4</integer>
146
- </dict>
147
- <key>columnSelection</key>
148
- <false/>
149
- <key>firstVisibleColumn</key>
150
- <integer>0</integer>
151
- <key>firstVisibleLine</key>
152
- <integer>0</integer>
153
- <key>selectFrom</key>
154
- <dict>
155
- <key>column</key>
156
- <integer>0</integer>
157
- <key>line</key>
158
- <integer>1</integer>
159
- </dict>
160
- <key>selectTo</key>
161
- <dict>
162
- <key>column</key>
163
- <integer>0</integer>
164
- <key>line</key>
165
- <integer>4</integer>
166
- </dict>
167
- </dict>
168
- <key>app/views/layouts/application.html.erb</key>
169
- <dict>
170
- <key>caret</key>
171
- <dict>
172
- <key>column</key>
173
- <integer>0</integer>
174
- <key>line</key>
175
- <integer>0</integer>
176
- </dict>
177
- <key>firstVisibleColumn</key>
178
- <integer>0</integer>
179
- <key>firstVisibleLine</key>
180
- <integer>0</integer>
181
- </dict>
182
- <key>app/views/simple_rails/multiple_nested.html.erb</key>
183
- <dict>
184
- <key>caret</key>
185
- <dict>
186
- <key>column</key>
187
- <integer>0</integer>
188
- <key>line</key>
189
- <integer>21</integer>
190
- </dict>
191
- <key>firstVisibleColumn</key>
192
- <integer>0</integer>
193
- <key>firstVisibleLine</key>
194
- <integer>0</integer>
195
- </dict>
196
- <key>config/environments/development.rb</key>
197
- <dict>
198
- <key>caret</key>
199
- <dict>
200
- <key>column</key>
201
- <integer>49</integer>
202
- <key>line</key>
203
- <integer>12</integer>
204
- </dict>
205
- <key>firstVisibleColumn</key>
206
- <integer>0</integer>
207
- <key>firstVisibleLine</key>
208
- <integer>0</integer>
209
- </dict>
210
- <key>config/environments/test.rb</key>
211
- <dict>
212
- <key>caret</key>
213
- <dict>
214
- <key>column</key>
215
- <integer>29</integer>
216
- <key>line</key>
217
- <integer>7</integer>
218
- </dict>
219
- <key>firstVisibleColumn</key>
220
- <integer>0</integer>
221
- <key>firstVisibleLine</key>
222
- <integer>0</integer>
223
- </dict>
224
- <key>config/routes.rb</key>
225
- <dict>
226
- <key>caret</key>
227
- <dict>
228
- <key>column</key>
229
- <integer>0</integer>
230
- <key>line</key>
231
- <integer>73</integer>
232
- </dict>
233
- <key>firstVisibleColumn</key>
234
- <integer>0</integer>
235
- <key>firstVisibleLine</key>
236
- <integer>24</integer>
237
- </dict>
238
- <key>features/rails_views.feature</key>
239
- <dict>
240
- <key>caret</key>
241
- <dict>
242
- <key>column</key>
243
- <integer>0</integer>
244
- <key>line</key>
245
- <integer>0</integer>
246
- </dict>
247
- <key>firstVisibleColumn</key>
248
- <integer>0</integer>
249
- <key>firstVisibleLine</key>
250
- <integer>0</integer>
251
- </dict>
252
- <key>features/step_definitions/generic_steps.rb</key>
253
- <dict>
254
- <key>caret</key>
255
- <dict>
256
- <key>column</key>
257
- <integer>0</integer>
258
- <key>line</key>
259
- <integer>50</integer>
260
- </dict>
261
- <key>columnSelection</key>
262
- <false/>
263
- <key>firstVisibleColumn</key>
264
- <integer>0</integer>
265
- <key>firstVisibleLine</key>
266
- <integer>8</integer>
267
- <key>selectFrom</key>
268
- <dict>
269
- <key>column</key>
270
- <integer>0</integer>
271
- <key>line</key>
272
- <integer>43</integer>
273
- </dict>
274
- <key>selectTo</key>
275
- <dict>
276
- <key>column</key>
277
- <integer>0</integer>
278
- <key>line</key>
279
- <integer>50</integer>
280
- </dict>
281
- </dict>
282
- <key>features/support/env.rb</key>
283
- <dict>
284
- <key>caret</key>
285
- <dict>
286
- <key>column</key>
287
- <integer>0</integer>
288
- <key>line</key>
289
- <integer>0</integer>
290
- </dict>
291
- <key>firstVisibleColumn</key>
292
- <integer>0</integer>
293
- <key>firstVisibleLine</key>
294
- <integer>0</integer>
295
- </dict>
296
- <key>spec/component/actions_spec.rb</key>
297
- <dict>
298
- <key>caret</key>
299
- <dict>
300
- <key>column</key>
301
- <integer>0</integer>
302
- <key>line</key>
303
- <integer>0</integer>
304
- </dict>
305
- <key>firstVisibleColumn</key>
306
- <integer>0</integer>
307
- <key>firstVisibleLine</key>
308
- <integer>0</integer>
309
- </dict>
310
- </dict>
311
- <key>openDocuments</key>
312
- <array>
313
- <string>app/components/server_caller.rb</string>
314
- <string>app/components/card_component_loader.rb</string>
315
- <string>app/components/server_counter.rb</string>
316
- <string>spec/component/actions_spec.rb</string>
317
- <string>app/components/loader_of_component_with_custom_css.rb</string>
318
- </array>
319
- <key>showFileHierarchyDrawer</key>
320
- <true/>
321
- <key>windowFrame</key>
322
- <string>{{0, 4}, {939, 874}}</string>
323
- </dict>
324
- </plist>
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
-
4
- APP_PATH = File.expand_path('../../config/application', __FILE__)
5
- require File.expand_path('../../config/boot', __FILE__)
6
- require 'rails/commands'