netzke-core 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +9 -2
- data/Rakefile +10 -9
- data/javascripts/base.js +6 -3
- data/javascripts/ext.js +6 -21
- data/lib/netzke/core/version.rb +1 -1
- data/lib/netzke/javascript.rb +1 -1
- data/lib/netzke/railz/action_view_ext/ext.rb +1 -1
- data/netzke-core.gemspec +158 -152
- data/test/{rails_app → core_test_app}/.gitignore +0 -0
- data/test/core_test_app/.rvmrc +1 -0
- data/test/{rails_app → core_test_app}/Gemfile +1 -1
- data/test/{rails_app → core_test_app}/Gemfile.lock +55 -52
- data/test/{rails_app → core_test_app}/README +0 -0
- data/test/{rails_app → core_test_app}/Rakefile +0 -0
- data/test/{rails_app → core_test_app}/app/components/border_layout_panel.rb +0 -0
- data/test/core_test_app/app/components/card_component_loader.rb +25 -0
- data/test/{rails_app → core_test_app}/app/components/component_loader.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_actions.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_custom_css.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_custom_css/stylesheets/custom.css +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_included_js.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_js_mixin.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_js_mixin/javascripts/component_with_js_mixin.js +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_js_mixin/javascripts/extra_one.js +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_js_mixin/javascripts/extra_two.js +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_js_mixin/javascripts/method_set_one.js +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_js_mixin/javascripts/method_set_two.js +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_nested_through.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/component_with_session_persistence.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/deprecated/server_caller.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/dynamic_tab_panel.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/dynamic_tab_panel/javascripts/dynamic_tab_panel.js +0 -0
- data/test/{rails_app → core_test_app}/app/components/ext_direct/composite.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/ext_direct/details.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/ext_direct/selector.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/ext_direct/statistics.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/extended_component_with_actions.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/extended_component_with_js_mixin.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/extended_component_with_js_mixin/javascripts/some_method_set.js +0 -0
- data/test/{rails_app → core_test_app}/app/components/extended_localized_panel.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/extended_server_caller.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/hello_world_component.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/included.js +1 -1
- data/test/{rails_app → core_test_app}/app/components/kinda_complex_component.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/kinda_complex_component/basic_stuff.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/kinda_complex_component/extra_stuff.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/loader_of_component_with_custom_css.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/localized_panel.rb +0 -0
- data/test/core_test_app/app/components/multipane_component_loader.rb +42 -0
- data/test/{rails_app → core_test_app}/app/components/nested_component.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/panel_with_plugin.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/panel_with_tools.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/plugin_with_components.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/scoped_components/deep_scoped_components/some_deep_scoped_component.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/scoped_components/extended_scoped_component.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/scoped_components/some_scoped_component.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/server_caller.rb +1 -1
- data/test/{rails_app → core_test_app}/app/components/server_counter.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/simple_component.rb +0 -1
- data/test/{rails_app → core_test_app}/app/components/simple_panel.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/simple_tab_panel.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/simple_window.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/some_composite.rb +1 -2
- data/test/{rails_app → core_test_app}/app/components/some_ext_component.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/some_plugin.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/touch/hello_world_component.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/touch/server_caller.rb +0 -0
- data/test/{rails_app → core_test_app}/app/components/touch/simple_carousel.rb +0 -0
- data/test/{rails_app → core_test_app}/app/controllers/application_controller.rb +0 -0
- data/test/{rails_app → core_test_app}/app/controllers/components_controller.rb +0 -0
- data/test/{rails_app → core_test_app}/app/controllers/simple_rails_controller.rb +0 -0
- data/test/{rails_app → core_test_app}/app/controllers/touch_controller.rb +0 -0
- data/test/{rails_app → core_test_app}/app/controllers/welcome_controller.rb +0 -0
- data/test/{rails_app → core_test_app}/app/helpers/application_helper.rb +0 -0
- data/test/{rails_app → core_test_app}/app/helpers/touch_helper.rb +0 -0
- data/test/{rails_app → core_test_app}/app/views/components/panel_with_autoload.html.erb +0 -0
- data/test/{rails_app → core_test_app}/app/views/components/some_tab_panel.html.erb +2 -2
- data/test/{rails_app → core_test_app}/app/views/layouts/application.html.erb +0 -0
- data/test/{rails_app → core_test_app}/app/views/layouts/nested.html.erb +0 -0
- data/test/{rails_app → core_test_app}/app/views/layouts/touch.html.erb +0 -0
- data/test/{rails_app → core_test_app}/app/views/simple_rails/multiple_nested.html.erb +0 -0
- data/test/{rails_app → core_test_app}/app/views/simple_rails/multiple_of_different_class.html.erb +0 -0
- data/test/{rails_app → core_test_app}/app/views/simple_rails/multiple_of_same_class.html.erb +0 -0
- data/test/{rails_app → core_test_app}/config.ru +0 -0
- data/test/{rails_app → core_test_app}/config/application.rb +0 -0
- data/test/{rails_app → core_test_app}/config/boot.rb +0 -0
- data/test/{rails_app → core_test_app}/config/database.yml +0 -0
- data/test/{rails_app → core_test_app}/config/environment.rb +0 -0
- data/test/{rails_app → core_test_app}/config/environments/development.rb +1 -1
- data/test/{rails_app → core_test_app}/config/environments/production.rb +0 -0
- data/test/{rails_app → core_test_app}/config/environments/test.rb +0 -0
- data/test/{rails_app → core_test_app}/config/initializers/backtrace_silencers.rb +0 -0
- data/test/{rails_app → core_test_app}/config/initializers/inflections.rb +0 -0
- data/test/{rails_app → core_test_app}/config/initializers/mime_types.rb +0 -0
- data/test/{rails_app → core_test_app}/config/initializers/netzke.rb +0 -0
- data/test/{rails_app → core_test_app}/config/initializers/secret_token.rb +0 -0
- data/test/{rails_app → core_test_app}/config/initializers/session_store.rb +1 -1
- data/test/{rails_app → core_test_app}/config/locales/en.yml +0 -0
- data/test/{rails_app → core_test_app}/config/locales/es.yml +0 -0
- data/test/{rails_app → core_test_app}/config/routes.rb +0 -0
- data/test/{rails_app → core_test_app}/db/development_structure.sql +0 -0
- data/test/{rails_app → core_test_app}/db/migrate/20110110132720_create_netzke_component_states.rb +0 -0
- data/test/{rails_app → core_test_app}/db/schema.rb +0 -0
- data/test/{rails_app → core_test_app}/db/seeds.rb +0 -0
- data/test/{rails_app → core_test_app}/features/actions_and_tools.feature +0 -0
- data/test/{rails_app → core_test_app}/features/basic.feature +0 -0
- data/test/{rails_app → core_test_app}/features/client-server.feature +0 -0
- data/test/{rails_app → core_test_app}/features/complex_component.feature +0 -0
- data/test/{rails_app → core_test_app}/features/component.feature +0 -0
- data/test/{rails_app → core_test_app}/features/component_loader.feature +0 -0
- data/test/{rails_app → core_test_app}/features/composition.feature +0 -0
- data/test/{rails_app → core_test_app}/features/custom_css.feature +0 -0
- data/test/{rails_app → core_test_app}/features/ext.direct.feature +0 -0
- data/test/{rails_app → core_test_app}/features/file_inclusion.feature +0 -0
- data/test/{rails_app → core_test_app}/features/i18n.feature +0 -0
- data/test/{rails_app → core_test_app}/features/inheritance.feature +0 -0
- data/test/{rails_app → core_test_app}/features/js_include.feature +0 -0
- data/test/{rails_app → core_test_app}/features/nested_views.feature +0 -0
- data/test/{rails_app → core_test_app}/features/persistence.feature +0 -0
- data/test/{rails_app → core_test_app}/features/plugin.feature +0 -0
- data/test/{rails_app → core_test_app}/features/rails_views.feature +0 -0
- data/test/{rails_app → core_test_app}/features/scopes.feature +0 -0
- data/test/{rails_app → core_test_app}/features/step_definitions/custom_css_steps.rb +0 -0
- data/test/{rails_app → core_test_app}/features/step_definitions/generic_steps.rb +0 -0
- data/test/{rails_app → core_test_app}/features/step_definitions/touch_steps.rb +0 -0
- data/test/{rails_app → core_test_app}/features/step_definitions/web_steps.rb +0 -0
- data/test/{rails_app → core_test_app}/features/support/env.rb +0 -0
- data/test/{rails_app → core_test_app}/features/support/paths.rb +0 -0
- data/test/{rails_app → core_test_app}/features/touch.feature +0 -0
- data/test/{rails_app → core_test_app}/lib/tasks/.gitkeep +0 -0
- data/test/{rails_app → core_test_app}/public/404.html +0 -0
- data/test/{rails_app → core_test_app}/public/422.html +0 -0
- data/test/{rails_app → core_test_app}/public/500.html +0 -0
- data/test/{rails_app → core_test_app}/public/favicon.ico +0 -0
- data/test/{rails_app → core_test_app}/public/images/rails.png +0 -0
- data/test/{rails_app → core_test_app}/public/robots.txt +0 -0
- data/test/core_test_app/public/stylesheets/all.css +6982 -0
- data/test/{rails_app → core_test_app}/script/rails +0 -0
- data/test/{rails_app → core_test_app}/spec/component/actions_spec.rb +0 -0
- data/test/{rails_app → core_test_app}/spec/component/base_spec.rb +0 -0
- data/test/{rails_app → core_test_app}/spec/component/component_spec.rb +0 -0
- data/test/{rails_app → core_test_app}/spec/component/composition_spec.rb +0 -0
- data/test/{rails_app → core_test_app}/spec/component/configuration_spec.rb +0 -0
- data/test/{rails_app → core_test_app}/spec/component/javascript_spec.rb +0 -0
- data/test/{rails_app → core_test_app}/spec/component/state_spec.rb +0 -0
- data/test/{rails_app → core_test_app}/spec/core_ext_spec.rb +0 -0
- data/test/{rails_app → core_test_app}/spec/spec.opt +0 -0
- data/test/{rails_app → core_test_app}/spec/spec_helper.rb +0 -0
- data/test/{rails_app/vendor/plugins/.gitkeep → core_test_app/tmp/restart.txt} +0 -0
- data/test/core_test_app/vendor/plugins/.gitkeep +0 -0
- metadata +176 -179
data/CHANGELOG.rdoc
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
= v0.7.2 - 2011-08-31
|
2
|
+
* Rails 3.1
|
3
|
+
* bug fix
|
4
|
+
* When a component is dynamically loaded in a container, the load mask is now limited to that container
|
5
|
+
* enhancements
|
6
|
+
* New +append+ config option for loadNetzkeComponent, which prevents emptying the container when inserting the newly loaded component; can be used for loading components into layouts different from 'fit'
|
7
|
+
|
1
8
|
= v0.7.1 - 2011-08-17
|
2
9
|
* bug fix
|
3
10
|
* Multiple compound Netzke components in the same Rails view were causing JS errors
|
@@ -41,7 +48,7 @@
|
|
41
48
|
* No more using +method_missing+ for invoking endpoints.
|
42
49
|
* New "cache" option for `netzke_init` which gets passed to `javascript_include_tag` (no support for css caching of this type yet)
|
43
50
|
* Netzke dynamic js and css-files such as ext.js, touch.css, now get generated at the application start, and put into "public/netzke". Solves a long standing problem with serving those files by HTTP servers in some cases. Enables caching naturally.
|
44
|
-
* Moved features and specs to test/
|
51
|
+
* Moved features and specs to test/core_test_app (tests should be run from that folder from now on)
|
45
52
|
* Introduced plugin functionality. We can create Netzke components that are pluggable into other components as Ext JS plugins.
|
46
53
|
|
47
54
|
= v0.6.6 - 2011-02-26
|
@@ -103,7 +110,7 @@
|
|
103
110
|
* +widgets+ are now +components+, too
|
104
111
|
* +api+ is now +endpoint+
|
105
112
|
* +persistent_config_enabled?+ is now +persistence_enabled?+
|
106
|
-
* Using the +js_extend_properties+ class method in your components in deprecated (and maybe even broken). Use +js_property+ (or +js_properties+) and +js_method+ instead (see multiple examples in test/
|
113
|
+
* Using the +js_extend_properties+ class method in your components in deprecated (and maybe even broken). Use +js_property+ (or +js_properties+) and +js_method+ instead (see multiple examples in test/core_test_app)
|
107
114
|
* the +load_component_with_cache+ endpoint renamed to +deliver_component+
|
108
115
|
|
109
116
|
* New
|
data/Rakefile
CHANGED
@@ -5,22 +5,23 @@ begin
|
|
5
5
|
gemspec.version = Netzke::Core::Version::STRING
|
6
6
|
gemspec.name = "netzke-core"
|
7
7
|
gemspec.summary = "Build ExtJS/Rails components with minimum effort"
|
8
|
-
gemspec.description = "Allows building ExtJS/Rails
|
9
|
-
gemspec.email = "
|
8
|
+
gemspec.description = "Allows building DRY ExtJS/Rails applications by enabling modular development"
|
9
|
+
gemspec.email = "nmcoder@gmail.com"
|
10
10
|
gemspec.homepage = "http://netzke.org"
|
11
|
-
gemspec.authors = ["
|
12
|
-
gemspec.add_dependency("activesupport", "
|
11
|
+
gemspec.authors = ["NomadCoder"]
|
12
|
+
gemspec.add_dependency("activesupport", ">=3.0.0")
|
13
13
|
gemspec.post_install_message = <<-MESSAGE
|
14
14
|
|
15
|
-
|
15
|
+
==========================================================
|
16
16
|
|
17
17
|
Thanks for installing netzke-core!
|
18
18
|
|
19
|
-
|
20
|
-
|
21
|
-
|
19
|
+
Home page: http://netzke.org
|
20
|
+
Google Groups: http://groups.google.com/group/netzke
|
21
|
+
News: http://twitter.com/netzke
|
22
|
+
Tutorials: http://blog.writelesscode.com
|
22
23
|
|
23
|
-
|
24
|
+
==========================================================
|
24
25
|
|
25
26
|
MESSAGE
|
26
27
|
|
data/javascripts/base.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
/**
|
2
2
|
This file gets loaded along with the rest of Ext library at the initial load
|
3
3
|
At this time the following constants have been set by Rails:
|
4
4
|
|
@@ -88,8 +88,11 @@ Netzke.componentMixin = Ext.applyIf(Netzke.classes.Core.Mixin, {
|
|
88
88
|
var a = o;
|
89
89
|
Ext.each(a, function(c, i){
|
90
90
|
if (c.netzkeComponent) {
|
91
|
-
|
92
|
-
|
91
|
+
var cmpName = c.netzkeComponent,
|
92
|
+
cmpCfg = this.netzkeComponents[cmpName.camelize(true)];
|
93
|
+
if (!cmpCfg) throw "Netzke: unknown component reference " + cmpName;
|
94
|
+
a[i] = Ext.apply(cmpCfg, c);
|
95
|
+
delete a[i].netzkeComponent; // not needed any longer
|
93
96
|
} else if (c.items) this.detectComponents(c.items);
|
94
97
|
}, this);
|
95
98
|
}
|
data/javascripts/ext.js
CHANGED
@@ -274,28 +274,14 @@ Ext.apply(Netzke.classes.Core.Mixin, {
|
|
274
274
|
// coma-separated list of xtypes of already loaded classes
|
275
275
|
serverParams.cache = Netzke.cache.join();
|
276
276
|
|
277
|
-
var storedConfig = this.componentsBeingLoaded[params.name] =
|
277
|
+
var storedConfig = this.componentsBeingLoaded[params.name] = params;
|
278
278
|
|
279
279
|
// Remember where the loaded component should be inserted into
|
280
|
-
|
281
|
-
|
282
|
-
}
|
283
|
-
|
284
|
-
// remember the passed callback for the future (per loaded component, as there may be simultaneous ongoing calls)
|
285
|
-
if (params.callback) {
|
286
|
-
storedConfig.callback = params.callback;
|
287
|
-
storedConfig.scope = params.scope;
|
288
|
-
// this.callbackHash[params.name.underscore()] = params.callback;
|
289
|
-
}
|
290
|
-
|
291
|
-
var container = params.container && Ext.getCmp(params.container);
|
292
|
-
if (container) {
|
293
|
-
// remove the old component if the container is specified
|
294
|
-
container.removeChild();
|
295
|
-
}
|
280
|
+
var containerCmp = params.container && Ext.isString(params.container) ? Ext.getCmp(params.container) : params.container;
|
281
|
+
storedConfig.container = containerCmp;
|
296
282
|
|
297
283
|
// Show loading mask if possible
|
298
|
-
var containerEl = (
|
284
|
+
var containerEl = (containerCmp || this).getEl();
|
299
285
|
if (this.componentLoadMask && containerEl){
|
300
286
|
storedConfig.loadMaskCmp = new Ext.LoadMask(containerEl, this.componentLoadMask);
|
301
287
|
storedConfig.loadMaskCmp.show();
|
@@ -328,9 +314,8 @@ Ext.apply(Netzke.classes.Core.Mixin, {
|
|
328
314
|
var componentInstance = Ext.createByAlias(config.alias, config);
|
329
315
|
|
330
316
|
if (storedConfig.container) {
|
331
|
-
var containerCmp =
|
332
|
-
|
333
|
-
containerCmp.removeAll();
|
317
|
+
var containerCmp = storedConfig.container;
|
318
|
+
if (!storedConfig.append) containerCmp.removeAll();
|
334
319
|
containerCmp.add(componentInstance);
|
335
320
|
|
336
321
|
if (containerCmp.isVisible()) {
|
data/lib/netzke/core/version.rb
CHANGED
data/lib/netzke/javascript.rb
CHANGED
@@ -32,7 +32,7 @@ module Netzke
|
|
32
32
|
#
|
33
33
|
# If called without parameters, returns the JS base class declared for the component.
|
34
34
|
def js_base_class(class_name = nil)
|
35
|
-
class_name.nil? ? (read_inheritable_attribute(:js_base_class) || "Ext.Panel") : write_inheritable_attribute(:js_base_class, class_name)
|
35
|
+
class_name.nil? ? (read_inheritable_attribute(:js_base_class) || "Ext.panel.Panel") : write_inheritable_attribute(:js_base_class, class_name)
|
36
36
|
end
|
37
37
|
|
38
38
|
# Use it to define a public method of the component's JavaScript class, e.g.:
|
@@ -22,7 +22,7 @@ module Netzke
|
|
22
22
|
res = []
|
23
23
|
|
24
24
|
# ExtJS
|
25
|
-
res << (
|
25
|
+
res << (Rails.env.development? ? "#{Netzke::Core.ext_uri}/ext-all-debug" : "#{Netzke::Core.ext_uri}/ext-all")
|
26
26
|
|
27
27
|
# ExtJS 3 compatibility layer
|
28
28
|
if compat_uri = Netzke::Core.ext3_compat_uri
|
data/netzke-core.gemspec
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{netzke-core}
|
8
|
-
s.version = "0.7.
|
8
|
+
s.version = "0.7.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = [
|
12
|
-
s.date = %q{2011-08-
|
13
|
-
s.description = %q{Allows building ExtJS/Rails
|
14
|
-
s.email = %q{
|
11
|
+
s.authors = [%q{NomadCoder}]
|
12
|
+
s.date = %q{2011-08-31}
|
13
|
+
s.description = %q{Allows building DRY ExtJS/Rails applications by enabling modular development}
|
14
|
+
s.email = %q{nmcoder@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
17
|
"README.md",
|
@@ -71,145 +71,150 @@ Gem::Specification.new do |s|
|
|
71
71
|
"lib/tasks/netzke_core_tasks.rake",
|
72
72
|
"netzke-core.gemspec",
|
73
73
|
"stylesheets/core.css",
|
74
|
+
"test/core_test_app/.gitignore",
|
75
|
+
"test/core_test_app/.rvmrc",
|
76
|
+
"test/core_test_app/Gemfile",
|
77
|
+
"test/core_test_app/Gemfile.lock",
|
78
|
+
"test/core_test_app/README",
|
79
|
+
"test/core_test_app/Rakefile",
|
80
|
+
"test/core_test_app/app/components/border_layout_panel.rb",
|
81
|
+
"test/core_test_app/app/components/card_component_loader.rb",
|
82
|
+
"test/core_test_app/app/components/component_loader.rb",
|
83
|
+
"test/core_test_app/app/components/component_with_actions.rb",
|
84
|
+
"test/core_test_app/app/components/component_with_custom_css.rb",
|
85
|
+
"test/core_test_app/app/components/component_with_custom_css/stylesheets/custom.css",
|
86
|
+
"test/core_test_app/app/components/component_with_included_js.rb",
|
87
|
+
"test/core_test_app/app/components/component_with_js_mixin.rb",
|
88
|
+
"test/core_test_app/app/components/component_with_js_mixin/javascripts/component_with_js_mixin.js",
|
89
|
+
"test/core_test_app/app/components/component_with_js_mixin/javascripts/extra_one.js",
|
90
|
+
"test/core_test_app/app/components/component_with_js_mixin/javascripts/extra_two.js",
|
91
|
+
"test/core_test_app/app/components/component_with_js_mixin/javascripts/method_set_one.js",
|
92
|
+
"test/core_test_app/app/components/component_with_js_mixin/javascripts/method_set_two.js",
|
93
|
+
"test/core_test_app/app/components/component_with_nested_through.rb",
|
94
|
+
"test/core_test_app/app/components/component_with_session_persistence.rb",
|
95
|
+
"test/core_test_app/app/components/deprecated/server_caller.rb",
|
96
|
+
"test/core_test_app/app/components/dynamic_tab_panel.rb",
|
97
|
+
"test/core_test_app/app/components/dynamic_tab_panel/javascripts/dynamic_tab_panel.js",
|
98
|
+
"test/core_test_app/app/components/ext_direct/composite.rb",
|
99
|
+
"test/core_test_app/app/components/ext_direct/details.rb",
|
100
|
+
"test/core_test_app/app/components/ext_direct/selector.rb",
|
101
|
+
"test/core_test_app/app/components/ext_direct/statistics.rb",
|
102
|
+
"test/core_test_app/app/components/extended_component_with_actions.rb",
|
103
|
+
"test/core_test_app/app/components/extended_component_with_js_mixin.rb",
|
104
|
+
"test/core_test_app/app/components/extended_component_with_js_mixin/javascripts/some_method_set.js",
|
105
|
+
"test/core_test_app/app/components/extended_localized_panel.rb",
|
106
|
+
"test/core_test_app/app/components/extended_server_caller.rb",
|
107
|
+
"test/core_test_app/app/components/hello_world_component.rb",
|
108
|
+
"test/core_test_app/app/components/included.js",
|
109
|
+
"test/core_test_app/app/components/kinda_complex_component.rb",
|
110
|
+
"test/core_test_app/app/components/kinda_complex_component/basic_stuff.rb",
|
111
|
+
"test/core_test_app/app/components/kinda_complex_component/extra_stuff.rb",
|
112
|
+
"test/core_test_app/app/components/loader_of_component_with_custom_css.rb",
|
113
|
+
"test/core_test_app/app/components/localized_panel.rb",
|
114
|
+
"test/core_test_app/app/components/multipane_component_loader.rb",
|
115
|
+
"test/core_test_app/app/components/nested_component.rb",
|
116
|
+
"test/core_test_app/app/components/panel_with_plugin.rb",
|
117
|
+
"test/core_test_app/app/components/panel_with_tools.rb",
|
118
|
+
"test/core_test_app/app/components/plugin_with_components.rb",
|
119
|
+
"test/core_test_app/app/components/scoped_components/deep_scoped_components/some_deep_scoped_component.rb",
|
120
|
+
"test/core_test_app/app/components/scoped_components/extended_scoped_component.rb",
|
121
|
+
"test/core_test_app/app/components/scoped_components/some_scoped_component.rb",
|
122
|
+
"test/core_test_app/app/components/server_caller.rb",
|
123
|
+
"test/core_test_app/app/components/server_counter.rb",
|
124
|
+
"test/core_test_app/app/components/simple_component.rb",
|
125
|
+
"test/core_test_app/app/components/simple_panel.rb",
|
126
|
+
"test/core_test_app/app/components/simple_tab_panel.rb",
|
127
|
+
"test/core_test_app/app/components/simple_window.rb",
|
128
|
+
"test/core_test_app/app/components/some_composite.rb",
|
129
|
+
"test/core_test_app/app/components/some_ext_component.rb",
|
130
|
+
"test/core_test_app/app/components/some_plugin.rb",
|
131
|
+
"test/core_test_app/app/components/touch/hello_world_component.rb",
|
132
|
+
"test/core_test_app/app/components/touch/server_caller.rb",
|
133
|
+
"test/core_test_app/app/components/touch/simple_carousel.rb",
|
134
|
+
"test/core_test_app/app/controllers/application_controller.rb",
|
135
|
+
"test/core_test_app/app/controllers/components_controller.rb",
|
136
|
+
"test/core_test_app/app/controllers/simple_rails_controller.rb",
|
137
|
+
"test/core_test_app/app/controllers/touch_controller.rb",
|
138
|
+
"test/core_test_app/app/controllers/welcome_controller.rb",
|
139
|
+
"test/core_test_app/app/helpers/application_helper.rb",
|
140
|
+
"test/core_test_app/app/helpers/touch_helper.rb",
|
141
|
+
"test/core_test_app/app/views/components/panel_with_autoload.html.erb",
|
142
|
+
"test/core_test_app/app/views/components/some_tab_panel.html.erb",
|
143
|
+
"test/core_test_app/app/views/layouts/application.html.erb",
|
144
|
+
"test/core_test_app/app/views/layouts/nested.html.erb",
|
145
|
+
"test/core_test_app/app/views/layouts/touch.html.erb",
|
146
|
+
"test/core_test_app/app/views/simple_rails/multiple_nested.html.erb",
|
147
|
+
"test/core_test_app/app/views/simple_rails/multiple_of_different_class.html.erb",
|
148
|
+
"test/core_test_app/app/views/simple_rails/multiple_of_same_class.html.erb",
|
149
|
+
"test/core_test_app/config.ru",
|
150
|
+
"test/core_test_app/config/application.rb",
|
151
|
+
"test/core_test_app/config/boot.rb",
|
152
|
+
"test/core_test_app/config/database.yml",
|
153
|
+
"test/core_test_app/config/environment.rb",
|
154
|
+
"test/core_test_app/config/environments/development.rb",
|
155
|
+
"test/core_test_app/config/environments/production.rb",
|
156
|
+
"test/core_test_app/config/environments/test.rb",
|
157
|
+
"test/core_test_app/config/initializers/backtrace_silencers.rb",
|
158
|
+
"test/core_test_app/config/initializers/inflections.rb",
|
159
|
+
"test/core_test_app/config/initializers/mime_types.rb",
|
160
|
+
"test/core_test_app/config/initializers/netzke.rb",
|
161
|
+
"test/core_test_app/config/initializers/secret_token.rb",
|
162
|
+
"test/core_test_app/config/initializers/session_store.rb",
|
163
|
+
"test/core_test_app/config/locales/en.yml",
|
164
|
+
"test/core_test_app/config/locales/es.yml",
|
165
|
+
"test/core_test_app/config/routes.rb",
|
166
|
+
"test/core_test_app/db/development_structure.sql",
|
167
|
+
"test/core_test_app/db/migrate/20110110132720_create_netzke_component_states.rb",
|
168
|
+
"test/core_test_app/db/schema.rb",
|
169
|
+
"test/core_test_app/db/seeds.rb",
|
170
|
+
"test/core_test_app/features/actions_and_tools.feature",
|
171
|
+
"test/core_test_app/features/basic.feature",
|
172
|
+
"test/core_test_app/features/client-server.feature",
|
173
|
+
"test/core_test_app/features/complex_component.feature",
|
174
|
+
"test/core_test_app/features/component.feature",
|
175
|
+
"test/core_test_app/features/component_loader.feature",
|
176
|
+
"test/core_test_app/features/composition.feature",
|
177
|
+
"test/core_test_app/features/custom_css.feature",
|
178
|
+
"test/core_test_app/features/ext.direct.feature",
|
179
|
+
"test/core_test_app/features/file_inclusion.feature",
|
180
|
+
"test/core_test_app/features/i18n.feature",
|
181
|
+
"test/core_test_app/features/inheritance.feature",
|
182
|
+
"test/core_test_app/features/js_include.feature",
|
183
|
+
"test/core_test_app/features/nested_views.feature",
|
184
|
+
"test/core_test_app/features/persistence.feature",
|
185
|
+
"test/core_test_app/features/plugin.feature",
|
186
|
+
"test/core_test_app/features/rails_views.feature",
|
187
|
+
"test/core_test_app/features/scopes.feature",
|
188
|
+
"test/core_test_app/features/step_definitions/custom_css_steps.rb",
|
189
|
+
"test/core_test_app/features/step_definitions/generic_steps.rb",
|
190
|
+
"test/core_test_app/features/step_definitions/touch_steps.rb",
|
191
|
+
"test/core_test_app/features/step_definitions/web_steps.rb",
|
192
|
+
"test/core_test_app/features/support/env.rb",
|
193
|
+
"test/core_test_app/features/support/paths.rb",
|
194
|
+
"test/core_test_app/features/touch.feature",
|
195
|
+
"test/core_test_app/lib/tasks/.gitkeep",
|
196
|
+
"test/core_test_app/public/404.html",
|
197
|
+
"test/core_test_app/public/422.html",
|
198
|
+
"test/core_test_app/public/500.html",
|
199
|
+
"test/core_test_app/public/favicon.ico",
|
200
|
+
"test/core_test_app/public/images/rails.png",
|
201
|
+
"test/core_test_app/public/robots.txt",
|
202
|
+
"test/core_test_app/public/stylesheets/all.css",
|
203
|
+
"test/core_test_app/script/rails",
|
204
|
+
"test/core_test_app/spec/component/actions_spec.rb",
|
205
|
+
"test/core_test_app/spec/component/base_spec.rb",
|
206
|
+
"test/core_test_app/spec/component/component_spec.rb",
|
207
|
+
"test/core_test_app/spec/component/composition_spec.rb",
|
208
|
+
"test/core_test_app/spec/component/configuration_spec.rb",
|
209
|
+
"test/core_test_app/spec/component/javascript_spec.rb",
|
210
|
+
"test/core_test_app/spec/component/state_spec.rb",
|
211
|
+
"test/core_test_app/spec/core_ext_spec.rb",
|
212
|
+
"test/core_test_app/spec/spec.opt",
|
213
|
+
"test/core_test_app/spec/spec_helper.rb",
|
214
|
+
"test/core_test_app/tmp/restart.txt",
|
215
|
+
"test/core_test_app/vendor/plugins/.gitkeep",
|
74
216
|
"test/fixtures/roles.yml",
|
75
217
|
"test/fixtures/users.yml",
|
76
|
-
"test/rails_app/.gitignore",
|
77
|
-
"test/rails_app/Gemfile",
|
78
|
-
"test/rails_app/Gemfile.lock",
|
79
|
-
"test/rails_app/README",
|
80
|
-
"test/rails_app/Rakefile",
|
81
|
-
"test/rails_app/app/components/border_layout_panel.rb",
|
82
|
-
"test/rails_app/app/components/component_loader.rb",
|
83
|
-
"test/rails_app/app/components/component_with_actions.rb",
|
84
|
-
"test/rails_app/app/components/component_with_custom_css.rb",
|
85
|
-
"test/rails_app/app/components/component_with_custom_css/stylesheets/custom.css",
|
86
|
-
"test/rails_app/app/components/component_with_included_js.rb",
|
87
|
-
"test/rails_app/app/components/component_with_js_mixin.rb",
|
88
|
-
"test/rails_app/app/components/component_with_js_mixin/javascripts/component_with_js_mixin.js",
|
89
|
-
"test/rails_app/app/components/component_with_js_mixin/javascripts/extra_one.js",
|
90
|
-
"test/rails_app/app/components/component_with_js_mixin/javascripts/extra_two.js",
|
91
|
-
"test/rails_app/app/components/component_with_js_mixin/javascripts/method_set_one.js",
|
92
|
-
"test/rails_app/app/components/component_with_js_mixin/javascripts/method_set_two.js",
|
93
|
-
"test/rails_app/app/components/component_with_nested_through.rb",
|
94
|
-
"test/rails_app/app/components/component_with_session_persistence.rb",
|
95
|
-
"test/rails_app/app/components/deprecated/server_caller.rb",
|
96
|
-
"test/rails_app/app/components/dynamic_tab_panel.rb",
|
97
|
-
"test/rails_app/app/components/dynamic_tab_panel/javascripts/dynamic_tab_panel.js",
|
98
|
-
"test/rails_app/app/components/ext_direct/composite.rb",
|
99
|
-
"test/rails_app/app/components/ext_direct/details.rb",
|
100
|
-
"test/rails_app/app/components/ext_direct/selector.rb",
|
101
|
-
"test/rails_app/app/components/ext_direct/statistics.rb",
|
102
|
-
"test/rails_app/app/components/extended_component_with_actions.rb",
|
103
|
-
"test/rails_app/app/components/extended_component_with_js_mixin.rb",
|
104
|
-
"test/rails_app/app/components/extended_component_with_js_mixin/javascripts/some_method_set.js",
|
105
|
-
"test/rails_app/app/components/extended_localized_panel.rb",
|
106
|
-
"test/rails_app/app/components/extended_server_caller.rb",
|
107
|
-
"test/rails_app/app/components/hello_world_component.rb",
|
108
|
-
"test/rails_app/app/components/included.js",
|
109
|
-
"test/rails_app/app/components/kinda_complex_component.rb",
|
110
|
-
"test/rails_app/app/components/kinda_complex_component/basic_stuff.rb",
|
111
|
-
"test/rails_app/app/components/kinda_complex_component/extra_stuff.rb",
|
112
|
-
"test/rails_app/app/components/loader_of_component_with_custom_css.rb",
|
113
|
-
"test/rails_app/app/components/localized_panel.rb",
|
114
|
-
"test/rails_app/app/components/nested_component.rb",
|
115
|
-
"test/rails_app/app/components/panel_with_plugin.rb",
|
116
|
-
"test/rails_app/app/components/panel_with_tools.rb",
|
117
|
-
"test/rails_app/app/components/plugin_with_components.rb",
|
118
|
-
"test/rails_app/app/components/scoped_components/deep_scoped_components/some_deep_scoped_component.rb",
|
119
|
-
"test/rails_app/app/components/scoped_components/extended_scoped_component.rb",
|
120
|
-
"test/rails_app/app/components/scoped_components/some_scoped_component.rb",
|
121
|
-
"test/rails_app/app/components/server_caller.rb",
|
122
|
-
"test/rails_app/app/components/server_counter.rb",
|
123
|
-
"test/rails_app/app/components/simple_component.rb",
|
124
|
-
"test/rails_app/app/components/simple_panel.rb",
|
125
|
-
"test/rails_app/app/components/simple_tab_panel.rb",
|
126
|
-
"test/rails_app/app/components/simple_window.rb",
|
127
|
-
"test/rails_app/app/components/some_composite.rb",
|
128
|
-
"test/rails_app/app/components/some_ext_component.rb",
|
129
|
-
"test/rails_app/app/components/some_plugin.rb",
|
130
|
-
"test/rails_app/app/components/touch/hello_world_component.rb",
|
131
|
-
"test/rails_app/app/components/touch/server_caller.rb",
|
132
|
-
"test/rails_app/app/components/touch/simple_carousel.rb",
|
133
|
-
"test/rails_app/app/controllers/application_controller.rb",
|
134
|
-
"test/rails_app/app/controllers/components_controller.rb",
|
135
|
-
"test/rails_app/app/controllers/simple_rails_controller.rb",
|
136
|
-
"test/rails_app/app/controllers/touch_controller.rb",
|
137
|
-
"test/rails_app/app/controllers/welcome_controller.rb",
|
138
|
-
"test/rails_app/app/helpers/application_helper.rb",
|
139
|
-
"test/rails_app/app/helpers/touch_helper.rb",
|
140
|
-
"test/rails_app/app/views/components/panel_with_autoload.html.erb",
|
141
|
-
"test/rails_app/app/views/components/some_tab_panel.html.erb",
|
142
|
-
"test/rails_app/app/views/layouts/application.html.erb",
|
143
|
-
"test/rails_app/app/views/layouts/nested.html.erb",
|
144
|
-
"test/rails_app/app/views/layouts/touch.html.erb",
|
145
|
-
"test/rails_app/app/views/simple_rails/multiple_nested.html.erb",
|
146
|
-
"test/rails_app/app/views/simple_rails/multiple_of_different_class.html.erb",
|
147
|
-
"test/rails_app/app/views/simple_rails/multiple_of_same_class.html.erb",
|
148
|
-
"test/rails_app/config.ru",
|
149
|
-
"test/rails_app/config/application.rb",
|
150
|
-
"test/rails_app/config/boot.rb",
|
151
|
-
"test/rails_app/config/database.yml",
|
152
|
-
"test/rails_app/config/environment.rb",
|
153
|
-
"test/rails_app/config/environments/development.rb",
|
154
|
-
"test/rails_app/config/environments/production.rb",
|
155
|
-
"test/rails_app/config/environments/test.rb",
|
156
|
-
"test/rails_app/config/initializers/backtrace_silencers.rb",
|
157
|
-
"test/rails_app/config/initializers/inflections.rb",
|
158
|
-
"test/rails_app/config/initializers/mime_types.rb",
|
159
|
-
"test/rails_app/config/initializers/netzke.rb",
|
160
|
-
"test/rails_app/config/initializers/secret_token.rb",
|
161
|
-
"test/rails_app/config/initializers/session_store.rb",
|
162
|
-
"test/rails_app/config/locales/en.yml",
|
163
|
-
"test/rails_app/config/locales/es.yml",
|
164
|
-
"test/rails_app/config/routes.rb",
|
165
|
-
"test/rails_app/db/development_structure.sql",
|
166
|
-
"test/rails_app/db/migrate/20110110132720_create_netzke_component_states.rb",
|
167
|
-
"test/rails_app/db/schema.rb",
|
168
|
-
"test/rails_app/db/seeds.rb",
|
169
|
-
"test/rails_app/features/actions_and_tools.feature",
|
170
|
-
"test/rails_app/features/basic.feature",
|
171
|
-
"test/rails_app/features/client-server.feature",
|
172
|
-
"test/rails_app/features/complex_component.feature",
|
173
|
-
"test/rails_app/features/component.feature",
|
174
|
-
"test/rails_app/features/component_loader.feature",
|
175
|
-
"test/rails_app/features/composition.feature",
|
176
|
-
"test/rails_app/features/custom_css.feature",
|
177
|
-
"test/rails_app/features/ext.direct.feature",
|
178
|
-
"test/rails_app/features/file_inclusion.feature",
|
179
|
-
"test/rails_app/features/i18n.feature",
|
180
|
-
"test/rails_app/features/inheritance.feature",
|
181
|
-
"test/rails_app/features/js_include.feature",
|
182
|
-
"test/rails_app/features/nested_views.feature",
|
183
|
-
"test/rails_app/features/persistence.feature",
|
184
|
-
"test/rails_app/features/plugin.feature",
|
185
|
-
"test/rails_app/features/rails_views.feature",
|
186
|
-
"test/rails_app/features/scopes.feature",
|
187
|
-
"test/rails_app/features/step_definitions/custom_css_steps.rb",
|
188
|
-
"test/rails_app/features/step_definitions/generic_steps.rb",
|
189
|
-
"test/rails_app/features/step_definitions/touch_steps.rb",
|
190
|
-
"test/rails_app/features/step_definitions/web_steps.rb",
|
191
|
-
"test/rails_app/features/support/env.rb",
|
192
|
-
"test/rails_app/features/support/paths.rb",
|
193
|
-
"test/rails_app/features/touch.feature",
|
194
|
-
"test/rails_app/lib/tasks/.gitkeep",
|
195
|
-
"test/rails_app/public/404.html",
|
196
|
-
"test/rails_app/public/422.html",
|
197
|
-
"test/rails_app/public/500.html",
|
198
|
-
"test/rails_app/public/favicon.ico",
|
199
|
-
"test/rails_app/public/images/rails.png",
|
200
|
-
"test/rails_app/public/robots.txt",
|
201
|
-
"test/rails_app/script/rails",
|
202
|
-
"test/rails_app/spec/component/actions_spec.rb",
|
203
|
-
"test/rails_app/spec/component/base_spec.rb",
|
204
|
-
"test/rails_app/spec/component/component_spec.rb",
|
205
|
-
"test/rails_app/spec/component/composition_spec.rb",
|
206
|
-
"test/rails_app/spec/component/configuration_spec.rb",
|
207
|
-
"test/rails_app/spec/component/javascript_spec.rb",
|
208
|
-
"test/rails_app/spec/component/state_spec.rb",
|
209
|
-
"test/rails_app/spec/core_ext_spec.rb",
|
210
|
-
"test/rails_app/spec/spec.opt",
|
211
|
-
"test/rails_app/spec/spec_helper.rb",
|
212
|
-
"test/rails_app/vendor/plugins/.gitkeep",
|
213
218
|
"test/test_helper.rb",
|
214
219
|
"test/unit/core_ext_test.rb",
|
215
220
|
"test/unit/netzke_core_test.rb",
|
@@ -218,31 +223,32 @@ Gem::Specification.new do |s|
|
|
218
223
|
]
|
219
224
|
s.homepage = %q{http://netzke.org}
|
220
225
|
s.post_install_message = %q{
|
221
|
-
|
226
|
+
==========================================================
|
222
227
|
|
223
228
|
Thanks for installing netzke-core!
|
224
229
|
|
225
|
-
|
226
|
-
|
227
|
-
|
230
|
+
Home page: http://netzke.org
|
231
|
+
Google Groups: http://groups.google.com/group/netzke
|
232
|
+
News: http://twitter.com/netzke
|
233
|
+
Tutorials: http://blog.writelesscode.com
|
228
234
|
|
229
|
-
|
235
|
+
==========================================================
|
230
236
|
|
231
237
|
}
|
232
|
-
s.require_paths = [
|
233
|
-
s.rubygems_version = %q{1.6
|
238
|
+
s.require_paths = [%q{lib}]
|
239
|
+
s.rubygems_version = %q{1.8.6}
|
234
240
|
s.summary = %q{Build ExtJS/Rails components with minimum effort}
|
235
241
|
|
236
242
|
if s.respond_to? :specification_version then
|
237
243
|
s.specification_version = 3
|
238
244
|
|
239
245
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
240
|
-
s.add_runtime_dependency(%q<activesupport>, ["
|
246
|
+
s.add_runtime_dependency(%q<activesupport>, [">= 3.0.0"])
|
241
247
|
else
|
242
|
-
s.add_dependency(%q<activesupport>, ["
|
248
|
+
s.add_dependency(%q<activesupport>, [">= 3.0.0"])
|
243
249
|
end
|
244
250
|
else
|
245
|
-
s.add_dependency(%q<activesupport>, ["
|
251
|
+
s.add_dependency(%q<activesupport>, [">= 3.0.0"])
|
246
252
|
end
|
247
253
|
end
|
248
254
|
|