the_sortable_tree 2.6.1 → 2.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +22 -5
- data/app/assets/javascripts/{expandable_tree → the_sortable_tree/expandable_tree}/hashchange.js.coffee +0 -0
- data/app/assets/javascripts/{expandable_tree → the_sortable_tree/expandable_tree}/initializer.js.coffee +0 -0
- data/app/assets/javascripts/{expandable_tree → the_sortable_tree/expandable_tree}/jquery.cookie.coffee +0 -0
- data/app/assets/javascripts/{expandable_tree → the_sortable_tree/expandable_tree}/restorable.js.coffee +0 -0
- data/app/assets/javascripts/{jquery.ui.nestedSortable.js → the_sortable_tree/jquery.ui.nestedSortable.js} +0 -0
- data/app/assets/javascripts/the_sortable_tree/sortable_ui/base.js.coffee +87 -0
- data/app/assets/javascripts/{sortable_tree → the_sortable_tree/sortable_ui}/initializer.js.coffee +14 -11
- data/app/assets/stylesheets/the_sortable_tree/expandable_tree.sass +23 -0
- data/app/assets/stylesheets/the_sortable_tree/sortable_ui/base.sass +36 -0
- data/app/assets/stylesheets/the_sortable_tree/tree.sass +35 -0
- data/app/helpers/render_expandable_tree_helper.rb +3 -3
- data/app/helpers/render_sortable_tree_helper.rb +30 -12
- data/app/helpers/render_tree_helper.rb +6 -5
- data/app/helpers/the_sortable_tree_helper.rb +3 -3
- data/gem_version.rb +1 -1
- data/spec/dummy_app/Gemfile +6 -3
- data/spec/dummy_app/README.md +26 -36
- data/spec/dummy_app/app/assets/javascripts/application.js +9 -13
- data/spec/dummy_app/app/assets/stylesheets/application.css +8 -9
- data/spec/dummy_app/app/views/admin/pages/index.html.haml +1 -3
- data/spec/dummy_app/app/views/admin/pages/manage.html.haml +2 -2
- data/spec/dummy_app/app/views/admin/pages/namespaced_link.html.haml +1 -1
- data/spec/dummy_app/app/views/admin/pages/node_manage.html.haml +1 -1
- data/spec/dummy_app/app/views/article_categories/index.html.haml +1 -1
- data/spec/dummy_app/app/views/article_categories/manage.html.haml +1 -1
- data/spec/dummy_app/app/views/inventory/categories/index.html.haml +1 -2
- data/spec/dummy_app/app/views/inventory/categories/manage.html.haml +1 -1
- data/spec/dummy_app/app/views/layouts/application.html.erb +5 -1
- data/spec/dummy_app/app/views/pages/expand.html.haml +1 -1
- data/spec/dummy_app/app/views/pages/expand_node.html.haml +1 -1
- data/spec/dummy_app/app/views/pages/index.html.haml +1 -2
- data/spec/dummy_app/app/views/pages/manage.html.haml +7 -6
- data/spec/dummy_app/app/views/pages/nested_options.html.haml +3 -2
- data/spec/dummy_app/app/views/welcome/index.html.haml +30 -29
- data/spec/dummy_app/bin/bundler +17 -0
- data/spec/dummy_app/bin/coderay +17 -0
- data/spec/dummy_app/bin/erubis +17 -0
- data/spec/dummy_app/bin/haml +17 -0
- data/spec/dummy_app/bin/html2haml +17 -0
- data/spec/dummy_app/bin/htmldiff +17 -0
- data/spec/dummy_app/bin/ldiff +17 -0
- data/spec/dummy_app/bin/nokogiri +17 -0
- data/spec/dummy_app/bin/pry +17 -0
- data/spec/dummy_app/bin/rackup +17 -0
- data/spec/dummy_app/bin/rails +17 -0
- data/spec/dummy_app/bin/rake +17 -0
- data/spec/dummy_app/bin/rspec +17 -0
- data/spec/dummy_app/bin/ruby_parse +17 -0
- data/spec/dummy_app/bin/ruby_parse_extract_error +17 -0
- data/spec/dummy_app/bin/sass +17 -0
- data/spec/dummy_app/bin/sass-convert +17 -0
- data/spec/dummy_app/bin/scss +17 -0
- data/spec/dummy_app/bin/sprockets +17 -0
- data/spec/dummy_app/bin/thor +17 -0
- data/spec/dummy_app/bin/tilt +17 -0
- metadata +55 -121
- data/app/assets/stylesheets/expandable_tree.scss +0 -26
- data/app/assets/stylesheets/nested_options.scss +0 -25
- data/app/assets/stylesheets/sortable_tree.scss +0 -108
- data/app/assets/stylesheets/tree.scss +0 -35
- data/app/views/sortable/client/_tree.html.erb +0 -9
- data/app/views/tree/client/_tree.html.erb +0 -23
- data/spec/dummy_app/Gemfile.lock +0 -210
- data/spec/dummy_app/_test/fixtures/admin/pages.yml +0 -7
- data/spec/dummy_app/_test/fixtures/article_categories.yml +0 -9
- data/spec/dummy_app/_test/fixtures/comments.yml +0 -13
- data/spec/dummy_app/_test/fixtures/inventory/categories.yml +0 -9
- data/spec/dummy_app/_test/functional/inventory/category_controller_test.rb +0 -14
- data/spec/dummy_app/_test/performance/browsing_test.rb +0 -12
- data/spec/dummy_app/_test/test_helper.rb +0 -13
- data/spec/dummy_app/_test/unit/admin/page_test.rb +0 -7
- data/spec/dummy_app/_test/unit/article_category_test.rb +0 -7
- data/spec/dummy_app/_test/unit/comment_test.rb +0 -7
- data/spec/dummy_app/_test/unit/helpers/inventory/category_helper_test.rb +0 -4
- data/spec/dummy_app/_test/unit/inventory/category_test.rb +0 -7
- data/spec/dummy_app/config/database.yml +0 -7
- data/spec/dummy_app/db/development.db +0 -0
- data/spec/dummy_app/db/test.db +0 -0
- data/spec/dummy_app/doc/README_FOR_APP +0 -2
- data/spec/dummy_app/script/rails +0 -6
- data/spec/dummy_app/spec/build_tree_helper.rb +0 -39
- data/spec/dummy_app/spec/spec_helper.rb +0 -52
- data/spec/dummy_app/spec/views/pages/index.html.haml_spec.rb +0 -48
- data/spec/old_tests/controlllers/controller_mixin_spec.rb +0 -49
- data/spec/old_tests/dummy/README.rdoc +0 -261
- data/spec/old_tests/dummy/Rakefile +0 -7
- data/spec/old_tests/dummy/app/assets/javascripts/application.js +0 -15
- data/spec/old_tests/dummy/app/assets/stylesheets/application.css +0 -13
- data/spec/old_tests/dummy/app/controllers/application_controller.rb +0 -3
- data/spec/old_tests/dummy/app/controllers/tests_controller.rb +0 -3
- data/spec/old_tests/dummy/app/views/layouts/application.html.erb +0 -14
- data/spec/old_tests/dummy/config.ru +0 -4
- data/spec/old_tests/dummy/config/application.rb +0 -56
- data/spec/old_tests/dummy/config/boot.rb +0 -10
- data/spec/old_tests/dummy/config/database.yml +0 -25
- data/spec/old_tests/dummy/config/environment.rb +0 -5
- data/spec/old_tests/dummy/config/environments/development.rb +0 -37
- data/spec/old_tests/dummy/config/environments/production.rb +0 -67
- data/spec/old_tests/dummy/config/environments/test.rb +0 -37
- data/spec/old_tests/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/old_tests/dummy/config/initializers/inflections.rb +0 -15
- data/spec/old_tests/dummy/config/initializers/mime_types.rb +0 -5
- data/spec/old_tests/dummy/config/initializers/secret_token.rb +0 -7
- data/spec/old_tests/dummy/config/initializers/session_store.rb +0 -8
- data/spec/old_tests/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/old_tests/dummy/config/locales/en.yml +0 -5
- data/spec/old_tests/dummy/config/routes.rb +0 -3
- data/spec/old_tests/dummy/db/test.sqlite3 +0 -0
- data/spec/old_tests/dummy/log/test.log +0 -4
- data/spec/old_tests/dummy/public/404.html +0 -26
- data/spec/old_tests/dummy/public/422.html +0 -26
- data/spec/old_tests/dummy/public/500.html +0 -25
- data/spec/old_tests/dummy/public/favicon.ico +0 -0
- data/spec/old_tests/dummy/script/rails +0 -6
- data/spec/old_tests/spec_helper.rb +0 -15
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'html2haml' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("html2haml", "html2haml")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'htmldiff' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("diff-lcs", "htmldiff")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'ldiff' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("diff-lcs", "ldiff")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'nokogiri' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("nokogiri", "nokogiri")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'pry' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("pry", "pry")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'rackup' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("rack", "rackup")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'rails' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("railties", "rails")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'rake' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("rake", "rake")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'rspec' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("rspec-core", "rspec")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'ruby_parse' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("ruby_parser", "ruby_parse")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'ruby_parse_extract_error' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("ruby_parser", "ruby_parse_extract_error")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'sass' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("sass", "sass")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'sass-convert' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("sass", "sass-convert")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'scss' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("sass", "scss")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'sprockets' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("sprockets", "sprockets")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'thor' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("thor", "thor")
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
#
|
4
|
+
# This file was generated by Bundler.
|
5
|
+
#
|
6
|
+
# The application 'tilt' is installed as part of a gem, and
|
7
|
+
# this file is here to facilitate running it.
|
8
|
+
#
|
9
|
+
|
10
|
+
require "pathname"
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
12
|
+
Pathname.new(__FILE__).realpath)
|
13
|
+
|
14
|
+
require "rubygems"
|
15
|
+
require "bundler/setup"
|
16
|
+
|
17
|
+
load Gem.bin_path("tilt", "tilt")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: the_sortable_tree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilya N. Zykin, Mikhail Dieterle, Matthew Clark
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -86,25 +86,23 @@ files:
|
|
86
86
|
- app/assets/images/iconza/icons/red_delete.png
|
87
87
|
- app/assets/images/iconza/icons/red_edit.png
|
88
88
|
- app/assets/images/iconza/icons/red_move.png
|
89
|
-
- app/assets/javascripts/expandable_tree/hashchange.js.coffee
|
90
|
-
- app/assets/javascripts/expandable_tree/initializer.js.coffee
|
91
|
-
- app/assets/javascripts/expandable_tree/jquery.cookie.coffee
|
92
|
-
- app/assets/javascripts/expandable_tree/restorable.js.coffee
|
93
|
-
- app/assets/javascripts/jquery.ui.nestedSortable.js
|
94
89
|
- app/assets/javascripts/render_tree_helper.js.coffee
|
95
|
-
- app/assets/javascripts/
|
96
|
-
- app/assets/
|
97
|
-
- app/assets/
|
98
|
-
- app/assets/
|
99
|
-
- app/assets/
|
90
|
+
- app/assets/javascripts/the_sortable_tree/expandable_tree/hashchange.js.coffee
|
91
|
+
- app/assets/javascripts/the_sortable_tree/expandable_tree/initializer.js.coffee
|
92
|
+
- app/assets/javascripts/the_sortable_tree/expandable_tree/jquery.cookie.coffee
|
93
|
+
- app/assets/javascripts/the_sortable_tree/expandable_tree/restorable.js.coffee
|
94
|
+
- app/assets/javascripts/the_sortable_tree/jquery.ui.nestedSortable.js
|
95
|
+
- app/assets/javascripts/the_sortable_tree/sortable_ui/base.js.coffee
|
96
|
+
- app/assets/javascripts/the_sortable_tree/sortable_ui/initializer.js.coffee
|
97
|
+
- app/assets/stylesheets/the_sortable_tree/expandable_tree.sass
|
98
|
+
- app/assets/stylesheets/the_sortable_tree/sortable_ui/base.sass
|
99
|
+
- app/assets/stylesheets/the_sortable_tree/tree.sass
|
100
100
|
- app/controllers/the_sortable_tree_controller.rb
|
101
101
|
- app/helpers/render_expandable_tree_helper.rb
|
102
102
|
- app/helpers/render_nested_options_helper.rb
|
103
103
|
- app/helpers/render_sortable_tree_helper.rb
|
104
104
|
- app/helpers/render_tree_helper.rb
|
105
105
|
- app/helpers/the_sortable_tree_helper.rb
|
106
|
-
- app/views/sortable/client/_tree.html.erb
|
107
|
-
- app/views/tree/client/_tree.html.erb
|
108
106
|
- gem_version.rb
|
109
107
|
- lib/fake.example
|
110
108
|
- lib/generators/the_sortable_tree/views_generator.rb
|
@@ -112,21 +110,8 @@ files:
|
|
112
110
|
- lib/the_sortable_tree/engine.rb
|
113
111
|
- lib/the_sortable_tree/version.rb
|
114
112
|
- spec/dummy_app/Gemfile
|
115
|
-
- spec/dummy_app/Gemfile.lock
|
116
113
|
- spec/dummy_app/README.md
|
117
114
|
- spec/dummy_app/Rakefile
|
118
|
-
- spec/dummy_app/_test/fixtures/admin/pages.yml
|
119
|
-
- spec/dummy_app/_test/fixtures/article_categories.yml
|
120
|
-
- spec/dummy_app/_test/fixtures/comments.yml
|
121
|
-
- spec/dummy_app/_test/fixtures/inventory/categories.yml
|
122
|
-
- spec/dummy_app/_test/functional/inventory/category_controller_test.rb
|
123
|
-
- spec/dummy_app/_test/performance/browsing_test.rb
|
124
|
-
- spec/dummy_app/_test/test_helper.rb
|
125
|
-
- spec/dummy_app/_test/unit/admin/page_test.rb
|
126
|
-
- spec/dummy_app/_test/unit/article_category_test.rb
|
127
|
-
- spec/dummy_app/_test/unit/comment_test.rb
|
128
|
-
- spec/dummy_app/_test/unit/helpers/inventory/category_helper_test.rb
|
129
|
-
- spec/dummy_app/_test/unit/inventory/category_test.rb
|
130
115
|
- spec/dummy_app/app/assets/images/rails.png
|
131
116
|
- spec/dummy_app/app/assets/javascripts/application.js
|
132
117
|
- spec/dummy_app/app/assets/stylesheets/application.css
|
@@ -158,10 +143,30 @@ files:
|
|
158
143
|
- spec/dummy_app/app/views/pages/manage.html.haml
|
159
144
|
- spec/dummy_app/app/views/pages/nested_options.html.haml
|
160
145
|
- spec/dummy_app/app/views/welcome/index.html.haml
|
146
|
+
- spec/dummy_app/bin/bundler
|
147
|
+
- spec/dummy_app/bin/coderay
|
148
|
+
- spec/dummy_app/bin/erubis
|
149
|
+
- spec/dummy_app/bin/haml
|
150
|
+
- spec/dummy_app/bin/html2haml
|
151
|
+
- spec/dummy_app/bin/htmldiff
|
152
|
+
- spec/dummy_app/bin/ldiff
|
153
|
+
- spec/dummy_app/bin/nokogiri
|
154
|
+
- spec/dummy_app/bin/pry
|
155
|
+
- spec/dummy_app/bin/rackup
|
156
|
+
- spec/dummy_app/bin/rails
|
157
|
+
- spec/dummy_app/bin/rake
|
158
|
+
- spec/dummy_app/bin/rspec
|
159
|
+
- spec/dummy_app/bin/ruby_parse
|
160
|
+
- spec/dummy_app/bin/ruby_parse_extract_error
|
161
|
+
- spec/dummy_app/bin/sass
|
162
|
+
- spec/dummy_app/bin/sass-convert
|
163
|
+
- spec/dummy_app/bin/scss
|
164
|
+
- spec/dummy_app/bin/sprockets
|
165
|
+
- spec/dummy_app/bin/thor
|
166
|
+
- spec/dummy_app/bin/tilt
|
161
167
|
- spec/dummy_app/config.ru
|
162
168
|
- spec/dummy_app/config/application.rb
|
163
169
|
- spec/dummy_app/config/boot.rb
|
164
|
-
- spec/dummy_app/config/database.yml
|
165
170
|
- spec/dummy_app/config/database.yml.example
|
166
171
|
- spec/dummy_app/config/environment.rb
|
167
172
|
- spec/dummy_app/config/environments/development.rb
|
@@ -175,57 +180,18 @@ files:
|
|
175
180
|
- spec/dummy_app/config/initializers/wrap_parameters.rb
|
176
181
|
- spec/dummy_app/config/locales/en.yml
|
177
182
|
- spec/dummy_app/config/routes.rb
|
178
|
-
- spec/dummy_app/db/development.db
|
179
183
|
- spec/dummy_app/db/migrate/20120211053457_create_pages.rb
|
180
184
|
- spec/dummy_app/db/migrate/20120503173258_create_article_categories.rb
|
181
185
|
- spec/dummy_app/db/migrate/20120508093823_create_inventory_categories.rb
|
182
186
|
- spec/dummy_app/db/migrate/20130128160328_create_admin_pages.rb
|
183
187
|
- spec/dummy_app/db/schema.rb
|
184
188
|
- spec/dummy_app/db/seeds.rb
|
185
|
-
- spec/dummy_app/db/test.db
|
186
|
-
- spec/dummy_app/doc/README_FOR_APP
|
187
189
|
- spec/dummy_app/lib/tasks/db_bootstrap.rake
|
188
190
|
- spec/dummy_app/public/404.html
|
189
191
|
- spec/dummy_app/public/422.html
|
190
192
|
- spec/dummy_app/public/500.html
|
191
193
|
- spec/dummy_app/public/favicon.ico
|
192
194
|
- spec/dummy_app/public/robots.txt
|
193
|
-
- spec/dummy_app/script/rails
|
194
|
-
- spec/dummy_app/spec/build_tree_helper.rb
|
195
|
-
- spec/dummy_app/spec/spec_helper.rb
|
196
|
-
- spec/dummy_app/spec/views/pages/index.html.haml_spec.rb
|
197
|
-
- spec/old_tests/controlllers/controller_mixin_spec.rb
|
198
|
-
- spec/old_tests/dummy/README.rdoc
|
199
|
-
- spec/old_tests/dummy/Rakefile
|
200
|
-
- spec/old_tests/dummy/app/assets/javascripts/application.js
|
201
|
-
- spec/old_tests/dummy/app/assets/stylesheets/application.css
|
202
|
-
- spec/old_tests/dummy/app/controllers/application_controller.rb
|
203
|
-
- spec/old_tests/dummy/app/controllers/tests_controller.rb
|
204
|
-
- spec/old_tests/dummy/app/views/layouts/application.html.erb
|
205
|
-
- spec/old_tests/dummy/config.ru
|
206
|
-
- spec/old_tests/dummy/config/application.rb
|
207
|
-
- spec/old_tests/dummy/config/boot.rb
|
208
|
-
- spec/old_tests/dummy/config/database.yml
|
209
|
-
- spec/old_tests/dummy/config/environment.rb
|
210
|
-
- spec/old_tests/dummy/config/environments/development.rb
|
211
|
-
- spec/old_tests/dummy/config/environments/production.rb
|
212
|
-
- spec/old_tests/dummy/config/environments/test.rb
|
213
|
-
- spec/old_tests/dummy/config/initializers/backtrace_silencers.rb
|
214
|
-
- spec/old_tests/dummy/config/initializers/inflections.rb
|
215
|
-
- spec/old_tests/dummy/config/initializers/mime_types.rb
|
216
|
-
- spec/old_tests/dummy/config/initializers/secret_token.rb
|
217
|
-
- spec/old_tests/dummy/config/initializers/session_store.rb
|
218
|
-
- spec/old_tests/dummy/config/initializers/wrap_parameters.rb
|
219
|
-
- spec/old_tests/dummy/config/locales/en.yml
|
220
|
-
- spec/old_tests/dummy/config/routes.rb
|
221
|
-
- spec/old_tests/dummy/db/test.sqlite3
|
222
|
-
- spec/old_tests/dummy/log/test.log
|
223
|
-
- spec/old_tests/dummy/public/404.html
|
224
|
-
- spec/old_tests/dummy/public/422.html
|
225
|
-
- spec/old_tests/dummy/public/500.html
|
226
|
-
- spec/old_tests/dummy/public/favicon.ico
|
227
|
-
- spec/old_tests/dummy/script/rails
|
228
|
-
- spec/old_tests/spec_helper.rb
|
229
195
|
homepage: https://github.com/the-teacher/the_sortable_tree
|
230
196
|
licenses: []
|
231
197
|
metadata: {}
|
@@ -245,24 +211,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
245
211
|
version: '0'
|
246
212
|
requirements: []
|
247
213
|
rubyforge_project: the_sortable_tree
|
248
|
-
rubygems_version: 2.
|
214
|
+
rubygems_version: 2.6.14
|
249
215
|
signing_key:
|
250
216
|
specification_version: 4
|
251
217
|
summary: Drag&Drop GUI for awesom_nested_set. Render Tree Helper. Very fast! Ready
|
252
218
|
for Rails 4
|
253
219
|
test_files:
|
254
|
-
- spec/dummy_app/_test/fixtures/admin/pages.yml
|
255
|
-
- spec/dummy_app/_test/fixtures/article_categories.yml
|
256
|
-
- spec/dummy_app/_test/fixtures/comments.yml
|
257
|
-
- spec/dummy_app/_test/fixtures/inventory/categories.yml
|
258
|
-
- spec/dummy_app/_test/functional/inventory/category_controller_test.rb
|
259
|
-
- spec/dummy_app/_test/performance/browsing_test.rb
|
260
|
-
- spec/dummy_app/_test/test_helper.rb
|
261
|
-
- spec/dummy_app/_test/unit/admin/page_test.rb
|
262
|
-
- spec/dummy_app/_test/unit/article_category_test.rb
|
263
|
-
- spec/dummy_app/_test/unit/comment_test.rb
|
264
|
-
- spec/dummy_app/_test/unit/helpers/inventory/category_helper_test.rb
|
265
|
-
- spec/dummy_app/_test/unit/inventory/category_test.rb
|
266
220
|
- spec/dummy_app/app/assets/images/rails.png
|
267
221
|
- spec/dummy_app/app/assets/javascripts/application.js
|
268
222
|
- spec/dummy_app/app/assets/stylesheets/application.css
|
@@ -294,9 +248,29 @@ test_files:
|
|
294
248
|
- spec/dummy_app/app/views/pages/manage.html.haml
|
295
249
|
- spec/dummy_app/app/views/pages/nested_options.html.haml
|
296
250
|
- spec/dummy_app/app/views/welcome/index.html.haml
|
251
|
+
- spec/dummy_app/bin/bundler
|
252
|
+
- spec/dummy_app/bin/coderay
|
253
|
+
- spec/dummy_app/bin/erubis
|
254
|
+
- spec/dummy_app/bin/haml
|
255
|
+
- spec/dummy_app/bin/html2haml
|
256
|
+
- spec/dummy_app/bin/htmldiff
|
257
|
+
- spec/dummy_app/bin/ldiff
|
258
|
+
- spec/dummy_app/bin/nokogiri
|
259
|
+
- spec/dummy_app/bin/pry
|
260
|
+
- spec/dummy_app/bin/rackup
|
261
|
+
- spec/dummy_app/bin/rails
|
262
|
+
- spec/dummy_app/bin/rake
|
263
|
+
- spec/dummy_app/bin/rspec
|
264
|
+
- spec/dummy_app/bin/ruby_parse
|
265
|
+
- spec/dummy_app/bin/ruby_parse_extract_error
|
266
|
+
- spec/dummy_app/bin/sass
|
267
|
+
- spec/dummy_app/bin/sass-convert
|
268
|
+
- spec/dummy_app/bin/scss
|
269
|
+
- spec/dummy_app/bin/sprockets
|
270
|
+
- spec/dummy_app/bin/thor
|
271
|
+
- spec/dummy_app/bin/tilt
|
297
272
|
- spec/dummy_app/config/application.rb
|
298
273
|
- spec/dummy_app/config/boot.rb
|
299
|
-
- spec/dummy_app/config/database.yml
|
300
274
|
- spec/dummy_app/config/database.yml.example
|
301
275
|
- spec/dummy_app/config/environment.rb
|
302
276
|
- spec/dummy_app/config/environments/development.rb
|
@@ -311,17 +285,13 @@ test_files:
|
|
311
285
|
- spec/dummy_app/config/locales/en.yml
|
312
286
|
- spec/dummy_app/config/routes.rb
|
313
287
|
- spec/dummy_app/config.ru
|
314
|
-
- spec/dummy_app/db/development.db
|
315
288
|
- spec/dummy_app/db/migrate/20120211053457_create_pages.rb
|
316
289
|
- spec/dummy_app/db/migrate/20120503173258_create_article_categories.rb
|
317
290
|
- spec/dummy_app/db/migrate/20120508093823_create_inventory_categories.rb
|
318
291
|
- spec/dummy_app/db/migrate/20130128160328_create_admin_pages.rb
|
319
292
|
- spec/dummy_app/db/schema.rb
|
320
293
|
- spec/dummy_app/db/seeds.rb
|
321
|
-
- spec/dummy_app/db/test.db
|
322
|
-
- spec/dummy_app/doc/README_FOR_APP
|
323
294
|
- spec/dummy_app/Gemfile
|
324
|
-
- spec/dummy_app/Gemfile.lock
|
325
295
|
- spec/dummy_app/lib/tasks/db_bootstrap.rake
|
326
296
|
- spec/dummy_app/public/404.html
|
327
297
|
- spec/dummy_app/public/422.html
|
@@ -330,39 +300,3 @@ test_files:
|
|
330
300
|
- spec/dummy_app/public/robots.txt
|
331
301
|
- spec/dummy_app/Rakefile
|
332
302
|
- spec/dummy_app/README.md
|
333
|
-
- spec/dummy_app/script/rails
|
334
|
-
- spec/dummy_app/spec/build_tree_helper.rb
|
335
|
-
- spec/dummy_app/spec/spec_helper.rb
|
336
|
-
- spec/dummy_app/spec/views/pages/index.html.haml_spec.rb
|
337
|
-
- spec/old_tests/controlllers/controller_mixin_spec.rb
|
338
|
-
- spec/old_tests/dummy/app/assets/javascripts/application.js
|
339
|
-
- spec/old_tests/dummy/app/assets/stylesheets/application.css
|
340
|
-
- spec/old_tests/dummy/app/controllers/application_controller.rb
|
341
|
-
- spec/old_tests/dummy/app/controllers/tests_controller.rb
|
342
|
-
- spec/old_tests/dummy/app/views/layouts/application.html.erb
|
343
|
-
- spec/old_tests/dummy/config/application.rb
|
344
|
-
- spec/old_tests/dummy/config/boot.rb
|
345
|
-
- spec/old_tests/dummy/config/database.yml
|
346
|
-
- spec/old_tests/dummy/config/environment.rb
|
347
|
-
- spec/old_tests/dummy/config/environments/development.rb
|
348
|
-
- spec/old_tests/dummy/config/environments/production.rb
|
349
|
-
- spec/old_tests/dummy/config/environments/test.rb
|
350
|
-
- spec/old_tests/dummy/config/initializers/backtrace_silencers.rb
|
351
|
-
- spec/old_tests/dummy/config/initializers/inflections.rb
|
352
|
-
- spec/old_tests/dummy/config/initializers/mime_types.rb
|
353
|
-
- spec/old_tests/dummy/config/initializers/secret_token.rb
|
354
|
-
- spec/old_tests/dummy/config/initializers/session_store.rb
|
355
|
-
- spec/old_tests/dummy/config/initializers/wrap_parameters.rb
|
356
|
-
- spec/old_tests/dummy/config/locales/en.yml
|
357
|
-
- spec/old_tests/dummy/config/routes.rb
|
358
|
-
- spec/old_tests/dummy/config.ru
|
359
|
-
- spec/old_tests/dummy/db/test.sqlite3
|
360
|
-
- spec/old_tests/dummy/log/test.log
|
361
|
-
- spec/old_tests/dummy/public/404.html
|
362
|
-
- spec/old_tests/dummy/public/422.html
|
363
|
-
- spec/old_tests/dummy/public/500.html
|
364
|
-
- spec/old_tests/dummy/public/favicon.ico
|
365
|
-
- spec/old_tests/dummy/Rakefile
|
366
|
-
- spec/old_tests/dummy/README.rdoc
|
367
|
-
- spec/old_tests/dummy/script/rails
|
368
|
-
- spec/old_tests/spec_helper.rb
|