express_admin 1.4.8 → 1.4.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -13825,3 +13825,324 @@ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
13825
13825
  ------------------------------------------------------------------
13826
13826
  IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
13827
13827
  ------------------------------------------------------------------
13828
+ ------------------------------------------------------------
13829
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
13830
+ ------------------------------------------------------------
13831
+ ---------------------------------------------------------------------------
13832
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
13833
+ ---------------------------------------------------------------------------
13834
+ -----------------------------------------------------------------
13835
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
13836
+ -----------------------------------------------------------------
13837
+ ---------------------------------------------------------
13838
+ BaseTest: test_.has_attributes_creates_default_attributes
13839
+ ---------------------------------------------------------
13840
+ -----------------------------------------------------
13841
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
13842
+ -----------------------------------------------------
13843
+ --------------------------------------------------
13844
+ BaseTest: test_before_build_hook_runs_before_build
13845
+ --------------------------------------------------
13846
+ --------------------------------------------------------------
13847
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
13848
+ --------------------------------------------------------------
13849
+ -----------------------------------------------------------
13850
+ BaseTest: test_class_option_adds_a_class,_does_not_override
13851
+ -----------------------------------------------------------
13852
+ ----------------------------------------------------
13853
+ BaseTest: test_options_are_passed_to_html_attributes
13854
+ ----------------------------------------------------
13855
+ -----------------------------------------------------------------------------
13856
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
13857
+ -----------------------------------------------------------------------------
13858
+ ----------------------------------------------------------------------------------------
13859
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
13860
+ ----------------------------------------------------------------------------------------
13861
+ -------------------------------------------------------------------------------
13862
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
13863
+ -------------------------------------------------------------------------------
13864
+ -----------------------------------------------------------------------------------------------------
13865
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
13866
+ -----------------------------------------------------------------------------------------------------
13867
+ ---------------------------------------------------
13868
+ ConfigurableTest: test_default_values_are_supported
13869
+ ---------------------------------------------------
13870
+ ----------------------------------------------------------------------
13871
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
13872
+ ----------------------------------------------------------------------
13873
+ ------------------------------------------------------------------------
13874
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
13875
+ ------------------------------------------------------------------------
13876
+ -----------------------------------------------------------
13877
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
13878
+ -----------------------------------------------------------
13879
+ --------------------------------------------
13880
+ ConfigurableTest: test_options_are_inherited
13881
+ --------------------------------------------
13882
+ -------------------------------------------------------
13883
+ ConfigurableTest: test_renders_first_argument_as_dom_id
13884
+ -------------------------------------------------------
13885
+ ----------------------------------------------------
13886
+ ConfigurableTest: test_required_options_are_required
13887
+ ----------------------------------------------------
13888
+ --------------------------------------------------
13889
+ ConfigurableTest: test_supports_option_declaration
13890
+ --------------------------------------------------
13891
+ ---------------------------------------------------------------
13892
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
13893
+ ---------------------------------------------------------------
13894
+ ----------------------------------------------------
13895
+ ConfigurableTest: test_values_can_be_set_for_options
13896
+ ----------------------------------------------------
13897
+ -------------------------------------------------------------
13898
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
13899
+ -------------------------------------------------------------
13900
+ -------------------------------------------------------
13901
+ CheckboxTest: test_checkbox_respects_label_after:_true_
13902
+ -------------------------------------------------------
13903
+ ------------------------------------------------------------------------------------
13904
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
13905
+ ------------------------------------------------------------------------------------
13906
+ --------------------------------------------------------------------------------
13907
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
13908
+ --------------------------------------------------------------------------------
13909
+ -------------------------------------------------------
13910
+ StringTest: test_String#to_view_code_returns_the_string
13911
+ -------------------------------------------------------
13912
+ --------------------------------------------------------------
13913
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
13914
+ --------------------------------------------------------------
13915
+ ------------------------------------------------------------------------
13916
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
13917
+ ------------------------------------------------------------------------
13918
+ ----------------------------------------------------------
13919
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
13920
+ ----------------------------------------------------------
13921
+ -----------------------------
13922
+ HandlerTest: test_locals_work
13923
+ -----------------------------
13924
+ ------------------------------------------------------------
13925
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
13926
+ ------------------------------------------------------------
13927
+ ----------------------------------
13928
+ HandlerTest: test_other_attributes
13929
+ ----------------------------------
13930
+ -------------------------------------------
13931
+ HandlerTest: test_our_handler_is_registered
13932
+ -------------------------------------------
13933
+ ------------------------------------------------------------------
13934
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
13935
+ ------------------------------------------------------------------
13936
+ ---------------------------------------
13937
+ HandlerTest: test_string_in_block_works
13938
+ ---------------------------------------
13939
+ --------------------------------------------
13940
+ CompilerTest: test_.compile_returns_a_string
13941
+ --------------------------------------------
13942
+ --------------------------------------------------------------------------------------------------
13943
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
13944
+ --------------------------------------------------------------------------------------------------
13945
+ -----------------------------------------------------------------------------------------
13946
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
13947
+ -----------------------------------------------------------------------------------------
13948
+ ---------------------------------------------------------------------------------------------------
13949
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
13950
+ ---------------------------------------------------------------------------------------------------
13951
+ ------------------------------------------------------------------------------------------------
13952
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
13953
+ ------------------------------------------------------------------------------------------------
13954
+ -----------------------------------------------------------------------------
13955
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
13956
+ -----------------------------------------------------------------------------
13957
+ ---------------------------------------------------------------------------------------
13958
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
13959
+ ---------------------------------------------------------------------------------------
13960
+ ----------------------------------------------------------------------------------------------
13961
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
13962
+ ----------------------------------------------------------------------------------------------
13963
+ --------------------------------------------------------------------------------------------
13964
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
13965
+ --------------------------------------------------------------------------------------------
13966
+ -------------------------------------
13967
+ BasicFieldsTest: test_all_fields_work
13968
+ -------------------------------------
13969
+ ---------------------------------------------------------------------------------
13970
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
13971
+ ---------------------------------------------------------------------------------
13972
+ ---------------------------------------------------------
13973
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
13974
+ ---------------------------------------------------------
13975
+ ---------------------------------------------------------
13976
+ BasicFieldsTest: test_passing_html_options_to_fields_work
13977
+ ---------------------------------------------------------
13978
+ -----------------------------------------------------------------------------
13979
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
13980
+ -----------------------------------------------------------------------------
13981
+ ----------------------------------------------------------
13982
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
13983
+ ----------------------------------------------------------
13984
+ ---------------------------------------------------------------
13985
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
13986
+ ---------------------------------------------------------------
13987
+ ---------------------------------------------------------
13988
+ ExpressFormTest: test_express_form_default_method_is_POST
13989
+ ---------------------------------------------------------
13990
+ -----------------------------------------------------
13991
+ ExpressFormTest: test_simplest_form_contains_form_tag
13992
+ -----------------------------------------------------
13993
+ ---------------------------------------------------------------
13994
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
13995
+ ---------------------------------------------------------------
13996
+ ---------------------------------------------------
13997
+ ExpressFormTest: test_simplest_form_contains_submit
13998
+ ---------------------------------------------------
13999
+ -------------------------------------------
14000
+ ExpressFormTest: test_simplest_form_renders
14001
+ -------------------------------------------
14002
+ -------------------------------------------------------------------
14003
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
14004
+ -------------------------------------------------------------------
14005
+ -----------------------------------------------------------
14006
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
14007
+ -----------------------------------------------------------
14008
+ -----------------------------------------------------------------------------------------
14009
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
14010
+ -----------------------------------------------------------------------------------------
14011
+ ------------------------------------------------
14012
+ ProcTest: test_#source_body_handles_funky_bodies
14013
+ ------------------------------------------------
14014
+ ----------------------------------------------------------
14015
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
14016
+ ----------------------------------------------------------
14017
+ ------------------------------------------------------
14018
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
14019
+ ------------------------------------------------------
14020
+ ----------------------------------------------
14021
+ ProcTest: test_#source_returns_a_proc's_source
14022
+ ----------------------------------------------
14023
+ ---------------------------------------------------------------
14024
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
14025
+ ---------------------------------------------------------------
14026
+ -----------------------------------------------------------------
14027
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
14028
+ -----------------------------------------------------------------
14029
+ ------------------------------------------------------------
14030
+ ProcTest: test_#source_works_with_a_block_containing_a_block
14031
+ ------------------------------------------------------------
14032
+ --------------------------------------------
14033
+ ProcTest: test_#source_works_with_a_do_block
14034
+ --------------------------------------------
14035
+ -----------------------------------------------------
14036
+ ProcTest: test_#source_works_with_a_single_line_block
14037
+ -----------------------------------------------------
14038
+ -------------------------------------------------
14039
+ ProcTest: test_#source_works_with_a_stabby_lambda
14040
+ -------------------------------------------------
14041
+ ----------------------------------------------------------------------------------------
14042
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
14043
+ ----------------------------------------------------------------------------------------
14044
+ ----------------------------------------------------------------
14045
+ SelectTest: test_select_collection_works_using_collection_select
14046
+ ----------------------------------------------------------------
14047
+ ------------------------------------------
14048
+ SelectTest: test_select_comes_with_a_label
14049
+ ------------------------------------------
14050
+ --------------------------------------------------
14051
+ SelectTest: test_select_defaults_can_be_overridden
14052
+ --------------------------------------------------
14053
+ -------------------------------------------------------
14054
+ SelectTest: test_select_defaults_to_include_blank:_true
14055
+ -------------------------------------------------------
14056
+ ------------------------------------------------------------------------------------
14057
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
14058
+ ------------------------------------------------------------------------------------
14059
+ ------------------------------------------------------------------------
14060
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
14061
+ ------------------------------------------------------------------------
14062
+ --------------------------------------------------------------
14063
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
14064
+ --------------------------------------------------------------
14065
+ -----------------------------------------------------------------------------------------
14066
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
14067
+ -----------------------------------------------------------------------------------------
14068
+ ---------------------------------------------------
14069
+ SelectTest: test_select_requires_a_parent_component
14070
+ ---------------------------------------------------
14071
+ ---------------------------------------------------------------------------
14072
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
14073
+ ---------------------------------------------------------------------------
14074
+ -------------------------------------------------------------------------
14075
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
14076
+ -------------------------------------------------------------------------
14077
+ ----------------------------------------------
14078
+ SubmitTest: test_submit_accepts_a_class_option
14079
+ ----------------------------------------------
14080
+ --------------------------------------------------------
14081
+ SubmitTest: test_submit_accepts_a_value_and_class_option
14082
+ --------------------------------------------------------
14083
+ ----------------------------------------------------
14084
+ SubmitTest: test_submit_takes_string_param_for_value
14085
+ ----------------------------------------------------
14086
+ ------------------------------------------------------------------------------------
14087
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
14088
+ ------------------------------------------------------------------------------------
14089
+ -------------------------------------------------------------------
14090
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
14091
+ -------------------------------------------------------------------
14092
+ ---------------------------------------------------------------------
14093
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
14094
+ ---------------------------------------------------------------------
14095
+ ---------------------------------------------------------------------
14096
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
14097
+ ---------------------------------------------------------------------
14098
+ ----------------------------------------------------
14099
+ InterpolatorTest: test_nested_with_outer_text_parses
14100
+ ----------------------------------------------------
14101
+ -------------------------------------------------------
14102
+ InterpolatorTest: test_nested_without_outer_text_parses
14103
+ -------------------------------------------------------
14104
+ ---------------------------------------------------------------------
14105
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
14106
+ ---------------------------------------------------------------------
14107
+ -------------------------------------------------
14108
+ InterpolatorTest: test_simplest_expression_parses
14109
+ -------------------------------------------------
14110
+ -----------------------------------------
14111
+ HelloControllerTest: test_should_get_show
14112
+ -----------------------------------------
14113
+ Processing by HelloController#show as HTML
14114
+ Rendered hello/show.html.et within layouts/application (1.0ms)
14115
+ Completed 200 OK in 106ms (Views: 106.1ms)
14116
+ -----------------------------------------------------------
14117
+ RadioTest: test_radio_has_correct_label_field_name_and_text
14118
+ -----------------------------------------------------------
14119
+ ------------------------------------------------------------------
14120
+ RadioTest: test_radio_options_from_collection_when_options_omitted
14121
+ ------------------------------------------------------------------
14122
+ ----------------------------------------------------------
14123
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
14124
+ ----------------------------------------------------------
14125
+ --------------------------------------------------------
14126
+ RadioTest: test_radio_options_present_with_class_'radio'
14127
+ --------------------------------------------------------
14128
+ -------------------------------------------------
14129
+ RadioTest: test_radio_requires_a_parent_component
14130
+ -------------------------------------------------
14131
+ ------------------------------------------------------------
14132
+ RadioTest: test_radio_throws_error_if_given_improper_options
14133
+ ------------------------------------------------------------
14134
+ ---------------------------------------------------------------------
14135
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
14136
+ ---------------------------------------------------------------------
14137
+ -------------------------------------------
14138
+ ExpressTemplatesTest: test_we_have_a_module
14139
+ -------------------------------------------
14140
+ ---------------------------------------------------------------------------------------------
14141
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
14142
+ ---------------------------------------------------------------------------------------------
14143
+ -----------------------------------------------------------------
14144
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
14145
+ -----------------------------------------------------------------
14146
+ ------------------------------------------------------------------
14147
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
14148
+ ------------------------------------------------------------------
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: express_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.8
4
+ version: 1.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Talcott Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-17 00:00:00.000000000 Z
11
+ date: 2015-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bourbon
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.9.5
33
+ version: 0.9.8
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.9.5
40
+ version: 0.9.8
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jquery-rails
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -182,6 +182,20 @@ dependencies:
182
182
  - - ">="
183
183
  - !ruby/object:Gem::Version
184
184
  version: '3.5'
185
+ - !ruby/object:Gem::Dependency
186
+ name: jquery-ui-rails
187
+ requirement: !ruby/object:Gem::Requirement
188
+ requirements:
189
+ - - ">="
190
+ - !ruby/object:Gem::Version
191
+ version: '0'
192
+ type: :runtime
193
+ prerelease: false
194
+ version_requirements: !ruby/object:Gem::Requirement
195
+ requirements:
196
+ - - ">="
197
+ - !ruby/object:Gem::Version
198
+ version: '0'
185
199
  - !ruby/object:Gem::Dependency
186
200
  name: coffee-script
187
201
  requirement: !ruby/object:Gem::Requirement
@@ -328,6 +342,10 @@ files:
328
342
  - app/assets/fonts/ionicons.ttf
329
343
  - app/assets/fonts/ionicons.woff
330
344
  - app/assets/images/express_admin/appexpress_logo_dark.png
345
+ - app/assets/javascripts/ace/ace.js
346
+ - app/assets/javascripts/ace/mode-ruby.js
347
+ - app/assets/javascripts/ace/theme-github.js
348
+ - app/assets/javascripts/ace/worker-html.js
331
349
  - app/assets/javascripts/express_admin.js
332
350
  - app/assets/javascripts/express_admin/admin.js.coffee
333
351
  - app/assets/javascripts/express_admin/dataTables/dataTables.foundation.js
@@ -558,6 +576,7 @@ files:
558
576
  - vendor/gems/express_templates/express_templates-0.9.5.gem
559
577
  - vendor/gems/express_templates/express_templates-0.9.6.gem
560
578
  - vendor/gems/express_templates/express_templates-0.9.7.gem
579
+ - vendor/gems/express_templates/express_templates-0.9.8.gem
561
580
  - vendor/gems/express_templates/express_templates.gemspec
562
581
  - vendor/gems/express_templates/lib/arbre/patches.rb
563
582
  - vendor/gems/express_templates/lib/core_extensions/proc.rb