lolita 3.3.6 → 3.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/lolita/PIE-custom.htc +87 -87
  3. data/app/assets/stylesheets/lolita/PIE.htc +81 -81
  4. data/app/assets/stylesheets/lolita/application.css +6 -6
  5. data/app/assets/stylesheets/lolita/default.css.erb +169 -169
  6. data/app/assets/stylesheets/lolita/jquery-ui-1.8.16.lolita.css.erb +567 -567
  7. data/app/controllers/lolita/field_data_controller.rb +4 -0
  8. data/app/controllers/lolita/field_data_controller.rb~ +40 -0
  9. data/app/helpers/components/lolita/configuration/list_component.rb +10 -10
  10. data/app/views/components/lolita/configuration/column/_first.html.haml +1 -1
  11. data/app/views/components/lolita/configuration/column/header/_first.html.haml +1 -1
  12. data/app/views/components/lolita/configuration/column/header/_sort.html.haml +6 -6
  13. data/app/views/components/lolita/configuration/columns/header/_display.html.haml +5 -5
  14. data/app/views/components/lolita/configuration/field/array/autocomplete/_display.html.haml~ +16 -0
  15. data/app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml +7 -7
  16. data/app/views/components/lolita/configuration/filter/_display.html.haml~ +9 -0
  17. data/app/views/components/lolita/configuration/search/_display.html.haml +2 -2
  18. data/app/views/kaminari/lolita/_first_page.html.erb +11 -11
  19. data/app/views/kaminari/lolita/_gap.html.erb +8 -8
  20. data/app/views/kaminari/lolita/_last_page.html.erb +11 -11
  21. data/app/views/kaminari/lolita/_next_page.html.erb +11 -11
  22. data/app/views/kaminari/lolita/_page.html.erb +12 -12
  23. data/app/views/kaminari/lolita/_paginator.html.erb +23 -23
  24. data/app/views/kaminari/lolita/_prev_page.html.erb +11 -11
  25. data/app/views/lolita/info/index.html.erb +232 -232
  26. data/lib/lolita/adapter/field_helper.rb +18 -18
  27. data/lib/lolita/configuration/field/big_decimal.rb +12 -12
  28. data/lib/lolita/configuration/field/boolean.rb +12 -12
  29. data/lib/lolita/configuration/field/date.rb +12 -12
  30. data/lib/lolita/configuration/field/hidden.rb +12 -12
  31. data/lib/lolita/configuration/field/integer.rb +11 -11
  32. data/lib/lolita/configuration/field/string.rb +16 -16
  33. data/lib/lolita/configuration/field/time.rb +13 -13
  34. data/lib/lolita/configuration/field_set.rb +25 -25
  35. data/lib/lolita/configuration/filter.rb~ +122 -0
  36. data/lib/lolita/configuration/nested_form.rb +104 -104
  37. data/lib/lolita/configuration/search.rb +104 -104
  38. data/lib/lolita/controllers/internal_helpers.rb +4 -3
  39. data/lib/lolita/controllers/internal_helpers.rb~ +75 -0
  40. data/lib/lolita/dbi/base.rb +56 -56
  41. data/lib/lolita/hooks/named_hook.rb +125 -125
  42. data/lib/lolita/lazy_loader.rb +54 -54
  43. data/lib/lolita/navigation/tree.rb +132 -132
  44. data/lib/lolita/ruby_ext/accessors.rb +26 -26
  45. data/lib/lolita/search/simple.rb +75 -75
  46. data/lib/lolita/support/formatter.rb +62 -62
  47. data/lib/lolita/support/formatter/rails.rb +56 -56
  48. data/lib/lolita/test/matchers.rb +77 -77
  49. data/lib/lolita/version.rb +1 -1
  50. data/lib/lolita/version.rb~ +30 -0
  51. data/spec/builder_spec.rb +120 -120
  52. data/spec/configuration/filter_spec.rb~ +167 -0
  53. data/spec/rails_app/app/controllers/application_controller.rb +3 -3
  54. data/spec/rails_app/app/helpers/application_helper.rb +3 -3
  55. data/spec/rails_app/app/mongoid/address.rb +7 -7
  56. data/spec/rails_app/app/mongoid/comment.rb +5 -5
  57. data/spec/rails_app/app/mongoid/preference.rb +5 -5
  58. data/spec/rails_app/app/mongoid/profile.rb +13 -13
  59. data/spec/rails_app/app/mongoid/tag.rb +3 -3
  60. data/spec/rails_app/app/views/components/lolita/configuration/list/_body_cell.html.erb +1 -1
  61. data/spec/rails_app/config/environment.rb +5 -5
  62. data/spec/rails_app/config/environments/production.rb +37 -37
  63. data/spec/rails_app/config/environments/test.rb +37 -37
  64. data/spec/rails_app/config/initializers/backtrace_silencers.rb +7 -7
  65. data/spec/rails_app/config/initializers/inflections.rb +2 -2
  66. data/spec/rails_app/config/initializers/secret_token.rb +1 -1
  67. data/spec/rails_app/lib/lolita/configuration/field/my_custom_collection.rb +13 -13
  68. data/spec/rails_app/log/development.log +753 -14313
  69. data/spec/rails_app/public/javascripts/jquery-1.5.1.min.js +15 -15
  70. data/spec/rails_app/public/javascripts/lolita/main.js +6 -6
  71. data/spec/rails_app/public/javascripts/modernizr-1.7.min.js +1 -1
  72. data/spec/rails_app/public/javascripts/rails.js +137 -137
  73. data/spec/rails_app/public/javascripts/tinymce/langs/en.js +221 -221
  74. data/spec/rails_app/public/javascripts/tinymce/license.txt +504 -504
  75. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/about.htm +52 -52
  76. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/anchor.htm +26 -26
  77. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/charmap.htm +51 -51
  78. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/color_picker.htm +74 -74
  79. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/editor_template_src.js +1328 -1328
  80. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/image.htm +80 -80
  81. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/about.js +73 -73
  82. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/anchor.js +42 -42
  83. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/charmap.js +354 -354
  84. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/color_picker.js +329 -329
  85. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/image.js +247 -247
  86. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/link.js +153 -153
  87. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/source_editor.js +56 -56
  88. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/langs/en.js +68 -68
  89. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/langs/en_dlg.js +53 -53
  90. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/link.htm +57 -57
  91. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/shortcuts.htm +47 -47
  92. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/content.css +66 -66
  93. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/dialog.css +117 -117
  94. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/ui.css +988 -988
  95. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/source_editor.htm +25 -25
  96. data/spec/rails_app/public/javascripts/tinymce/tiny_mce_popup.js +4 -4
  97. data/spec/rails_app/public/stylesheets/lolita/default.css +169 -169
  98. data/spec/rails_app/public/stylesheets/lolita/style.css +214 -214
  99. data/vendor/assets/javascripts/jquery-numeric.js +279 -279
  100. data/vendor/assets/javascripts/modernizr_1_7_min.js +1 -1
  101. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/content.css +66 -66
  102. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/dialog.css +117 -117
  103. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/ui.css +988 -988
  104. data/vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css +567 -567
  105. metadata +349 -341
@@ -1,63 +1,63 @@
1
- module Lolita
2
- module Support
3
- # Containes different kind of formaters.
4
- # Change output format of different input types.
5
- # To define, pass block, or String.
6
- # ====Exmaple
7
- # Lolita::Support::Formatter.new do |value|
8
- # value.to_i**2
9
- # end
10
- # # or as String
11
- # Lolita::Support::Formatter.new("%U")
12
- # To format any value with defined formater call #with
13
- # ====Example
14
- # # Previous examples may be called like this
15
- # formatter.with(1)
16
- # formatter.with(Date.today)
17
- class Formatter
18
-
19
- def initialize(format=nil,&block)
20
- @format=format
21
- @block=block if block_given?
22
- end
23
-
24
- def format
25
- @format
26
- end
27
-
28
- def block
29
- @block
30
- end
31
-
32
- def with(value,*optional_values)
33
- if @block
34
- @block.call(value,*optional_values)
35
- elsif @format
36
- use_format_for(value,*optional_values)
37
- else
38
- use_default_format(value,*optional_values)
39
- end
40
- end
41
-
42
- private
43
-
44
- def use_default_format(value,*optional_values)
45
- value
46
- end
47
-
48
- def use_format_for(value, *optional_values)
49
- if value.respond_to?(:format)
50
- call_block(value,*optional_values)
51
- else
52
- @format ? (@format % value) : value
53
- end
54
- end
55
-
56
- def call_block(value,*optional_values)
57
- value.send(:format,value,*optional_values)
58
- end
59
-
60
- end
61
-
62
- end
1
+ module Lolita
2
+ module Support
3
+ # Containes different kind of formaters.
4
+ # Change output format of different input types.
5
+ # To define, pass block, or String.
6
+ # ====Exmaple
7
+ # Lolita::Support::Formatter.new do |value|
8
+ # value.to_i**2
9
+ # end
10
+ # # or as String
11
+ # Lolita::Support::Formatter.new("%U")
12
+ # To format any value with defined formater call #with
13
+ # ====Example
14
+ # # Previous examples may be called like this
15
+ # formatter.with(1)
16
+ # formatter.with(Date.today)
17
+ class Formatter
18
+
19
+ def initialize(format=nil,&block)
20
+ @format=format
21
+ @block=block if block_given?
22
+ end
23
+
24
+ def format
25
+ @format
26
+ end
27
+
28
+ def block
29
+ @block
30
+ end
31
+
32
+ def with(value,*optional_values)
33
+ if @block
34
+ @block.call(value,*optional_values)
35
+ elsif @format
36
+ use_format_for(value,*optional_values)
37
+ else
38
+ use_default_format(value,*optional_values)
39
+ end
40
+ end
41
+
42
+ private
43
+
44
+ def use_default_format(value,*optional_values)
45
+ value
46
+ end
47
+
48
+ def use_format_for(value, *optional_values)
49
+ if value.respond_to?(:format)
50
+ call_block(value,*optional_values)
51
+ else
52
+ @format ? (@format % value) : value
53
+ end
54
+ end
55
+
56
+ def call_block(value,*optional_values)
57
+ value.send(:format,value,*optional_values)
58
+ end
59
+
60
+ end
61
+
62
+ end
63
63
  end
@@ -1,57 +1,57 @@
1
- module Lolita
2
- module Support
3
- class Formatter
4
-
5
- # Formater for work with rails, it localize Date and Time.
6
- # Also
7
- class Rails < Lolita::Support::Formatter
8
-
9
-
10
- private
11
-
12
- def use_format_for(value,*optional_values)
13
- if @format && (value.is_a?(Time) || value.is_a?(Date))
14
- localize_time_with_format(value,*optional_values)
15
- else
16
- use_default_format(value,*optional_values)
17
- end
18
- end
19
-
20
- def localize_time_with_format(value,*optional_values)
21
- if defined?(::I18n)
22
- ::I18n.localize(value, :format => @format)
23
- else
24
- use_default_format(value,*optional_values)
25
- end
26
- end
27
-
28
- def use_default_format(value,*optional_values)
29
- if value
30
- if value.is_a?(String)
31
- @format ? (@format % value) : value
32
- elsif value.is_a?(Numeric)
33
- @format ? (@format % value) : value
34
- elsif value.is_a?(Date)
35
- if defined?(::I18n)
36
- ::I18n.localize(value, :format => :long)
37
- else
38
- value.strftime("%Y/%m%/%d")
39
- end
40
- elsif value.is_a?(Time)
41
- if defined?(::I18n)
42
- ::I18n.localize(value, :format => :long)
43
- else
44
- value.strftime("%Y/%m/%d %H:%M:%S")
45
- end
46
- else
47
- value.to_s
48
- end
49
- else
50
- ""
51
- end
52
- end
53
- end
54
-
55
- end
56
- end
1
+ module Lolita
2
+ module Support
3
+ class Formatter
4
+
5
+ # Formater for work with rails, it localize Date and Time.
6
+ # Also
7
+ class Rails < Lolita::Support::Formatter
8
+
9
+
10
+ private
11
+
12
+ def use_format_for(value,*optional_values)
13
+ if @format && (value.is_a?(Time) || value.is_a?(Date))
14
+ localize_time_with_format(value,*optional_values)
15
+ else
16
+ use_default_format(value,*optional_values)
17
+ end
18
+ end
19
+
20
+ def localize_time_with_format(value,*optional_values)
21
+ if defined?(::I18n)
22
+ ::I18n.localize(value, :format => @format)
23
+ else
24
+ use_default_format(value,*optional_values)
25
+ end
26
+ end
27
+
28
+ def use_default_format(value,*optional_values)
29
+ if value
30
+ if value.is_a?(String)
31
+ @format ? (@format % value) : value
32
+ elsif value.is_a?(Numeric)
33
+ @format ? (@format % value) : value
34
+ elsif value.is_a?(Date)
35
+ if defined?(::I18n)
36
+ ::I18n.localize(value, :format => :long)
37
+ else
38
+ value.strftime("%Y/%m%/%d")
39
+ end
40
+ elsif value.is_a?(Time)
41
+ if defined?(::I18n)
42
+ ::I18n.localize(value, :format => :long)
43
+ else
44
+ value.strftime("%Y/%m/%d %H:%M:%S")
45
+ end
46
+ else
47
+ value.to_s
48
+ end
49
+ else
50
+ ""
51
+ end
52
+ end
53
+ end
54
+
55
+ end
56
+ end
57
57
  end
@@ -1,77 +1,77 @@
1
- module Lolita
2
- module Test
3
- # Matchers that make easier to test Lolita and Lolita addons
4
- module Matchers
5
-
6
- class BeRoutable
7
-
8
- def matches?(actual)
9
- @actual=actual
10
- collect_routes
11
- set_method_and_url
12
- result=@routes.detect{|route|
13
- method_match(route) && @url.to_s.match(route[:path_info])
14
- }
15
- !!result
16
- end
17
-
18
- def failure_message
19
- "expected #{@url.inspect}#{@method ? " with method #{@method.inspect}" : ""} to be routable"
20
- end
21
- def negative_failure_message
22
- "expected #{@url.inspect}#{@method ? " with method #{@method.inspect}" : ""} to not be routable"
23
- end
24
-
25
- private
26
-
27
- def method_match(route)
28
- if route[:request_method]
29
- if @method
30
- @method.to_s.upcase.match(route[:request_method])
31
- else
32
- false
33
- end
34
- else
35
- true
36
- end
37
- end
38
-
39
- def set_method_and_url
40
- if @actual.is_a?(Hash)
41
- @method,@url=@actual.keys.first,@actual.values.first
42
- elsif @actual.is_a?(Array)
43
- if @actual.size>=2
44
- @method,@url=@actual[0],@actual[1]
45
- elsif
46
- @url=@actual.first
47
- end
48
- else
49
- @url=@actual.to_s
50
- end
51
- end
52
-
53
- def collect_routes
54
- @routes=[]
55
- all_applications.each do |application|
56
- @routes+=application.routes.routes.map(&:conditions)
57
- end
58
- end
59
-
60
- def all_applications
61
- if defined?(Rails) && defined?(Rails::Application)
62
- ObjectSpace.each_object(Rails::Application).select { |klass|
63
- klass.class < Rails::Application
64
- }.map(&:class)
65
- else
66
- []
67
- end
68
- end
69
- end
70
-
71
- def be_routable
72
- BeRoutable.new
73
- end
74
- end
75
- end
76
- end
77
-
1
+ module Lolita
2
+ module Test
3
+ # Matchers that make easier to test Lolita and Lolita addons
4
+ module Matchers
5
+
6
+ class BeRoutable
7
+
8
+ def matches?(actual)
9
+ @actual=actual
10
+ collect_routes
11
+ set_method_and_url
12
+ result=@routes.detect{|route|
13
+ method_match(route) && @url.to_s.match(route[:path_info])
14
+ }
15
+ !!result
16
+ end
17
+
18
+ def failure_message
19
+ "expected #{@url.inspect}#{@method ? " with method #{@method.inspect}" : ""} to be routable"
20
+ end
21
+ def negative_failure_message
22
+ "expected #{@url.inspect}#{@method ? " with method #{@method.inspect}" : ""} to not be routable"
23
+ end
24
+
25
+ private
26
+
27
+ def method_match(route)
28
+ if route[:request_method]
29
+ if @method
30
+ @method.to_s.upcase.match(route[:request_method])
31
+ else
32
+ false
33
+ end
34
+ else
35
+ true
36
+ end
37
+ end
38
+
39
+ def set_method_and_url
40
+ if @actual.is_a?(Hash)
41
+ @method,@url=@actual.keys.first,@actual.values.first
42
+ elsif @actual.is_a?(Array)
43
+ if @actual.size>=2
44
+ @method,@url=@actual[0],@actual[1]
45
+ elsif
46
+ @url=@actual.first
47
+ end
48
+ else
49
+ @url=@actual.to_s
50
+ end
51
+ end
52
+
53
+ def collect_routes
54
+ @routes=[]
55
+ all_applications.each do |application|
56
+ @routes+=application.routes.routes.map(&:conditions)
57
+ end
58
+ end
59
+
60
+ def all_applications
61
+ if defined?(Rails) && defined?(Rails::Application)
62
+ ObjectSpace.each_object(Rails::Application).select { |klass|
63
+ klass.class < Rails::Application
64
+ }.map(&:class)
65
+ else
66
+ []
67
+ end
68
+ end
69
+ end
70
+
71
+ def be_routable
72
+ BeRoutable.new
73
+ end
74
+ end
75
+ end
76
+ end
77
+
@@ -2,7 +2,7 @@ module Lolita
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 3
5
- PATCH = 6
5
+ PATCH = 7
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
@@ -0,0 +1,30 @@
1
+ module Lolita
2
+ module Version
3
+ MAJOR = 3
4
+ MINOR = 3
5
+ PATCH = 6
6
+ BUILD = nil
7
+
8
+ STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
9
+
10
+ def self.to_s
11
+ STRING
12
+ end
13
+
14
+ def self.major
15
+ MAJOR
16
+ end
17
+
18
+ def self.minor
19
+ MINOR
20
+ end
21
+
22
+ def self.patch
23
+ PATCH
24
+ end
25
+
26
+ def self.build
27
+ BUILD
28
+ end
29
+ end
30
+ end
data/spec/builder_spec.rb CHANGED
@@ -1,121 +1,121 @@
1
- require File.expand_path(File.dirname(__FILE__) + '/simple_spec_helper')
2
-
3
- class SimpleObject
4
- include Lolita::Builder
5
- end
6
-
7
- describe Lolita::Builder::Custom do
8
- let(:object){SimpleObject.new}
9
- let(:builder){Lolita::Builder::Custom.new(object,{})}
10
- let(:klass){Lolita::Builder::Custom}
11
-
12
- it "should create new Custom builder" do
13
- builder = Lolita::Builder::Custom.new(object,{})
14
- end
15
-
16
- it "should set name and state" do
17
- builder = Lolita::Builder::Custom.new(object,{:name => "name", :state=>"state"})
18
- builder.instance_variable_get(:"@name").should == "name"
19
- builder.instance_variable_get(:"@state").should == "state"
20
- end
21
-
22
- it "should set default attributes" do
23
- builder = Lolita::Builder::Custom.new(object,{:name => "name"})
24
- builder.instance_variable_get(:"@state").should == :display
25
- end
26
-
27
- describe "build attributes" do
28
- it "should set through #with" do
29
- builder.with("name","state").build_attributes.should == {:name => "name", :state => "state"}
30
- builder.with({:name=>"name",:state=>"state"}).build_attributes.should == {:name => "name", :state=>"state"}
31
- builder.with("name",:state=>"state").build_attributes.should == {:name=>"name",:state=>"state"}
32
- end
33
- end
34
-
35
- it "should return default state when no build attributes given" do
36
- builder.state.should == :display
37
- end
38
-
39
- it "should return build attributes state when given" do
40
- builder.with(:state=>"state").state.should == :"state"
41
- end
42
-
43
- it "should return default name when no build name given" do
44
- builder.name.should == :"/simple_object"
45
- end
46
-
47
- it "should return build name when given" do
48
- builder.with(:name => "name").name.should == :"/simple_object/name"
49
- builder.with(:name => "/name").name.should == :"/name"
50
- end
51
-
52
- describe "#build" do
53
- it "should return array with name,state and options" do
54
- builder.build.should == [:"/simple_object",:"display",{}]
55
- builder.with({:display_value => 1}).build.should == [:"/simple_object",:display,{:display_value=>1}]
56
- end
57
- end
58
-
59
- describe "conditions" do
60
- it "should use given over default when there's no conditions" do
61
- builder = klass.new(object,:name => "/custom", :state => "special")
62
- builder.build.should == [:"/custom",:"special",{}]
63
- end
64
-
65
- it "should use given over default when conditions met" do
66
- builder = klass.new(object, :name => "/custom", :state=>"special", :unless=>{:state=>"display"})
67
- builder.build.should == [:"/simple_object",:"display",{}]
68
- builder.class_eval do
69
- def default_state
70
- :other
71
- end
72
- end
73
- builder.build.should == [:"/custom",:special,{}]
74
- end
75
-
76
- it "should use given over build given when conditions met" do
77
- builder = klass.new(object,:name => "/custom", :"state" => "special", :if=>{:state=>"default"})
78
- builder.with(:state => "other").build.should == [:"/simple_object",:other,{}]
79
- builder.with(:state => :default).build.should == [:"/custom",:special,{}]
80
- end
81
- end
82
- end
83
-
84
- describe Lolita::Builder do
85
-
86
- let(:object){SimpleObject.new}
87
-
88
- describe "#build" do
89
-
90
- describe "default path" do
91
-
92
- it "should be /:class_name/display" do
93
- info=object.build
94
- info.first.should == :"/simple_object"
95
- info[1].should == :display
96
- end
97
-
98
- it "should use given name when it starts with /" do
99
- object.builder = {:name =>"/custom"}
100
- info = object.build
101
- info.first.should == :"/custom"
102
- info[1].should == :display
103
- end
104
-
105
- it "should make name /:class_name/:custom_name when it doesn't start with /" do
106
- object.builder = {:name => "custom"}
107
- info = object.build
108
- info.first.should == :"/simple_object/custom"
109
- info[1].should == :display
110
- end
111
-
112
- end
113
-
114
- it "should use received name" do
115
- object.builder = {:name=>"/custom"}
116
- info = object.build("/other_custom")
117
- info.first.should == :"/other_custom"
118
- end
119
-
120
- end
1
+ require File.expand_path(File.dirname(__FILE__) + '/simple_spec_helper')
2
+
3
+ class SimpleObject
4
+ include Lolita::Builder
5
+ end
6
+
7
+ describe Lolita::Builder::Custom do
8
+ let(:object){SimpleObject.new}
9
+ let(:builder){Lolita::Builder::Custom.new(object,{})}
10
+ let(:klass){Lolita::Builder::Custom}
11
+
12
+ it "should create new Custom builder" do
13
+ builder = Lolita::Builder::Custom.new(object,{})
14
+ end
15
+
16
+ it "should set name and state" do
17
+ builder = Lolita::Builder::Custom.new(object,{:name => "name", :state=>"state"})
18
+ builder.instance_variable_get(:"@name").should == "name"
19
+ builder.instance_variable_get(:"@state").should == "state"
20
+ end
21
+
22
+ it "should set default attributes" do
23
+ builder = Lolita::Builder::Custom.new(object,{:name => "name"})
24
+ builder.instance_variable_get(:"@state").should == :display
25
+ end
26
+
27
+ describe "build attributes" do
28
+ it "should set through #with" do
29
+ builder.with("name","state").build_attributes.should == {:name => "name", :state => "state"}
30
+ builder.with({:name=>"name",:state=>"state"}).build_attributes.should == {:name => "name", :state=>"state"}
31
+ builder.with("name",:state=>"state").build_attributes.should == {:name=>"name",:state=>"state"}
32
+ end
33
+ end
34
+
35
+ it "should return default state when no build attributes given" do
36
+ builder.state.should == :display
37
+ end
38
+
39
+ it "should return build attributes state when given" do
40
+ builder.with(:state=>"state").state.should == :"state"
41
+ end
42
+
43
+ it "should return default name when no build name given" do
44
+ builder.name.should == :"/simple_object"
45
+ end
46
+
47
+ it "should return build name when given" do
48
+ builder.with(:name => "name").name.should == :"/simple_object/name"
49
+ builder.with(:name => "/name").name.should == :"/name"
50
+ end
51
+
52
+ describe "#build" do
53
+ it "should return array with name,state and options" do
54
+ builder.build.should == [:"/simple_object",:"display",{}]
55
+ builder.with({:display_value => 1}).build.should == [:"/simple_object",:display,{:display_value=>1}]
56
+ end
57
+ end
58
+
59
+ describe "conditions" do
60
+ it "should use given over default when there's no conditions" do
61
+ builder = klass.new(object,:name => "/custom", :state => "special")
62
+ builder.build.should == [:"/custom",:"special",{}]
63
+ end
64
+
65
+ it "should use given over default when conditions met" do
66
+ builder = klass.new(object, :name => "/custom", :state=>"special", :unless=>{:state=>"display"})
67
+ builder.build.should == [:"/simple_object",:"display",{}]
68
+ builder.class_eval do
69
+ def default_state
70
+ :other
71
+ end
72
+ end
73
+ builder.build.should == [:"/custom",:special,{}]
74
+ end
75
+
76
+ it "should use given over build given when conditions met" do
77
+ builder = klass.new(object,:name => "/custom", :"state" => "special", :if=>{:state=>"default"})
78
+ builder.with(:state => "other").build.should == [:"/simple_object",:other,{}]
79
+ builder.with(:state => :default).build.should == [:"/custom",:special,{}]
80
+ end
81
+ end
82
+ end
83
+
84
+ describe Lolita::Builder do
85
+
86
+ let(:object){SimpleObject.new}
87
+
88
+ describe "#build" do
89
+
90
+ describe "default path" do
91
+
92
+ it "should be /:class_name/display" do
93
+ info=object.build
94
+ info.first.should == :"/simple_object"
95
+ info[1].should == :display
96
+ end
97
+
98
+ it "should use given name when it starts with /" do
99
+ object.builder = {:name =>"/custom"}
100
+ info = object.build
101
+ info.first.should == :"/custom"
102
+ info[1].should == :display
103
+ end
104
+
105
+ it "should make name /:class_name/:custom_name when it doesn't start with /" do
106
+ object.builder = {:name => "custom"}
107
+ info = object.build
108
+ info.first.should == :"/simple_object/custom"
109
+ info[1].should == :display
110
+ end
111
+
112
+ end
113
+
114
+ it "should use received name" do
115
+ object.builder = {:name=>"/custom"}
116
+ info = object.build("/other_custom")
117
+ info.first.should == :"/other_custom"
118
+ end
119
+
120
+ end
121
121
  end