--- !ruby/object:Gem::Specification name: active_scaffold_vho version: !ruby/object:Gem::Version version: 3.2.2 prerelease: platform: ruby authors: - Many, see README autorequire: bindir: bin cert_chain: [] date: 2014-05-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: shoulda requirement: &17853480 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *17853480 - !ruby/object:Gem::Dependency name: bundler requirement: &17853000 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.0.0 type: :development prerelease: false version_requirements: *17853000 - !ruby/object:Gem::Dependency name: rcov requirement: &17852520 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *17852520 - !ruby/object:Gem::Dependency name: rails requirement: &17852040 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 type: :runtime prerelease: false version_requirements: *17852040 - !ruby/object:Gem::Dependency name: kaminari requirement: &17851660 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *17851660 description: Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems. email: activescaffold@googlegroups.com executables: [] extensions: [] extra_rdoc_files: - README files: - .autotest - .document - .gitignore - CHANGELOG - Gemfile - Gemfile.lock - MIT-LICENSE - README - Rakefile - active_scaffold_vho.gemspec - app/assets/images/add.gif - app/assets/images/arrow_down.gif - app/assets/images/arrow_up.gif - app/assets/images/close.gif - app/assets/images/close_touch.png - app/assets/images/config.png - app/assets/images/cross.png - app/assets/images/gears.png - app/assets/images/indicator-small.gif - app/assets/images/indicator.gif - app/assets/images/magnifier.png - app/assets/javascripts/active_scaffold.js.erb - app/assets/javascripts/jquery/active_scaffold.js - app/assets/javascripts/jquery/date_picker_bridge.js.erb - app/assets/javascripts/jquery/jquery-ui-timepicker-addon.js - app/assets/javascripts/jquery/jquery.editinplace.js - app/assets/javascripts/jquery/tiny_mce_bridge.js - app/assets/javascripts/prototype/active_scaffold.js - app/assets/javascripts/prototype/dhtml_history.js - app/assets/javascripts/prototype/form_enhancements.js - app/assets/javascripts/prototype/rico_corner.js - app/assets/stylesheets/active_scaffold-ie.css - app/assets/stylesheets/active_scaffold.css.erb - app/assets/stylesheets/active_scaffold_core.css.erb - app/assets/stylesheets/jquery-ui-timepicker-addon.css - frontends/default/views/_action_group.html.erb - frontends/default/views/_add_existing_form.html.erb - frontends/default/views/_base_form.html.erb - frontends/default/views/_create_form.html.erb - frontends/default/views/_create_form_on_list.html.erb - frontends/default/views/_embedded_controller.html.erb - frontends/default/views/_field_search.html.erb - frontends/default/views/_form.html.erb - frontends/default/views/_form_association.html.erb - frontends/default/views/_form_association_footer.html.erb - frontends/default/views/_form_attribute.html.erb - frontends/default/views/_form_hidden_attribute.html.erb - frontends/default/views/_form_messages.html.erb - frontends/default/views/_horizontal_subform.html.erb - frontends/default/views/_horizontal_subform_header.html.erb - frontends/default/views/_horizontal_subform_record.html.erb - frontends/default/views/_human_conditions.html.erb - frontends/default/views/_list.html.erb - frontends/default/views/_list_actions.html.erb - frontends/default/views/_list_calculations.html.erb - frontends/default/views/_list_column_headings.html.erb - frontends/default/views/_list_header.html.erb - frontends/default/views/_list_messages.html.erb - frontends/default/views/_list_pagination.html.erb - frontends/default/views/_list_pagination_links.html.erb - frontends/default/views/_list_record.html.erb - frontends/default/views/_list_record_columns.html.erb - frontends/default/views/_list_with_header.html.erb - frontends/default/views/_messages.html.erb - frontends/default/views/_on_post_form_action.js.erb - frontends/default/views/_on_put_form_action.js.erb - frontends/default/views/_render_field.js.erb - frontends/default/views/_row.html.erb - frontends/default/views/_search.html.erb - frontends/default/views/_search_attribute.html.erb - frontends/default/views/_show.html.erb - frontends/default/views/_show_columns.html.erb - frontends/default/views/_update_actions.html.erb - frontends/default/views/_update_form.html.erb - frontends/default/views/_vertical_subform.html.erb - frontends/default/views/_vertical_subform_record.html.erb - frontends/default/views/action_confirmation.html.erb - frontends/default/views/add_existing.js.erb - frontends/default/views/add_existing_form.html.erb - frontends/default/views/create.html.erb - frontends/default/views/delete.html.erb - frontends/default/views/destroy.js.erb - frontends/default/views/edit_associated.js.erb - frontends/default/views/field_search.html.erb - frontends/default/views/form_messages.js.erb - frontends/default/views/list.html.erb - frontends/default/views/list.js.erb - frontends/default/views/on_action_update.js.erb - frontends/default/views/on_create.js.erb - frontends/default/views/on_mark_all.js.erb - frontends/default/views/on_update.js.erb - frontends/default/views/search.html.erb - frontends/default/views/show.html.erb - frontends/default/views/update.html.erb - frontends/default/views/update_column.js.erb - frontends/default/views/update_row.js.erb - init.rb - lib/active_scaffold.rb - lib/active_scaffold/actions/common_search.rb - lib/active_scaffold/actions/core.rb - lib/active_scaffold/actions/create.rb - lib/active_scaffold/actions/delete.rb - lib/active_scaffold/actions/field_search.rb - lib/active_scaffold/actions/list.rb - lib/active_scaffold/actions/mark.rb - lib/active_scaffold/actions/nested.rb - lib/active_scaffold/actions/search.rb - lib/active_scaffold/actions/show.rb - lib/active_scaffold/actions/subform.rb - lib/active_scaffold/actions/update.rb - lib/active_scaffold/active_record_permissions.rb - lib/active_scaffold/attribute_params.rb - lib/active_scaffold/bridges/ancestry/bridge.rb - lib/active_scaffold/bridges/ancestry/lib/ancestry_bridge.rb - lib/active_scaffold/bridges/bridge.rb - lib/active_scaffold/bridges/calendar_date_select/bridge.rb - lib/active_scaffold/bridges/calendar_date_select/lib/as_cds_bridge.rb - lib/active_scaffold/bridges/cancan/bridge.rb - lib/active_scaffold/bridges/cancan/lib/cancan_bridge.rb - lib/active_scaffold/bridges/carrierwave/bridge.rb - lib/active_scaffold/bridges/carrierwave/lib/carrierwave_bridge.rb - lib/active_scaffold/bridges/carrierwave/lib/carrierwave_bridge_helpers.rb - lib/active_scaffold/bridges/carrierwave/lib/form_ui.rb - lib/active_scaffold/bridges/carrierwave/lib/list_ui.rb - lib/active_scaffold/bridges/country_helper/bridge.rb - lib/active_scaffold/bridges/country_helper/lib/country_helper_bridge.rb - lib/active_scaffold/bridges/date_picker/bridge.rb - lib/active_scaffold/bridges/date_picker/lib/datepicker_bridge.rb - lib/active_scaffold/bridges/file_column/bridge.rb - lib/active_scaffold/bridges/file_column/lib/as_file_column_bridge.rb - lib/active_scaffold/bridges/file_column/lib/file_column_helpers.rb - lib/active_scaffold/bridges/file_column/lib/form_ui.rb - lib/active_scaffold/bridges/file_column/lib/list_ui.rb - lib/active_scaffold/bridges/file_column/test/functional/file_column_keep_test.rb - lib/active_scaffold/bridges/file_column/test/mock_model.rb - lib/active_scaffold/bridges/file_column/test/test_helper.rb - lib/active_scaffold/bridges/paperclip/bridge.rb - lib/active_scaffold/bridges/paperclip/lib/form_ui.rb - lib/active_scaffold/bridges/paperclip/lib/list_ui.rb - lib/active_scaffold/bridges/paperclip/lib/paperclip_bridge.rb - lib/active_scaffold/bridges/paperclip/lib/paperclip_bridge_helpers.rb - lib/active_scaffold/bridges/semantic_attributes/bridge.rb - lib/active_scaffold/bridges/semantic_attributes/lib/semantic_attributes_bridge.rb - lib/active_scaffold/bridges/shared/date_bridge.rb - lib/active_scaffold/bridges/tiny_mce/bridge.rb - lib/active_scaffold/bridges/tiny_mce/lib/tiny_mce_bridge.rb - lib/active_scaffold/bridges/validation_reflection/bridge.rb - lib/active_scaffold/bridges/validation_reflection/lib/validation_reflection_bridge.rb - lib/active_scaffold/config/base.rb - lib/active_scaffold/config/core.rb - lib/active_scaffold/config/create.rb - lib/active_scaffold/config/delete.rb - lib/active_scaffold/config/field_search.rb - lib/active_scaffold/config/form.rb - lib/active_scaffold/config/list.rb - lib/active_scaffold/config/mark.rb - lib/active_scaffold/config/nested.rb - lib/active_scaffold/config/search.rb - lib/active_scaffold/config/show.rb - lib/active_scaffold/config/subform.rb - lib/active_scaffold/config/update.rb - lib/active_scaffold/configurable.rb - lib/active_scaffold/constraints.rb - lib/active_scaffold/data_structures/action_columns.rb - lib/active_scaffold/data_structures/action_link.rb - lib/active_scaffold/data_structures/action_links.rb - lib/active_scaffold/data_structures/actions.rb - lib/active_scaffold/data_structures/column.rb - lib/active_scaffold/data_structures/columns.rb - lib/active_scaffold/data_structures/error_message.rb - lib/active_scaffold/data_structures/nested_info.rb - lib/active_scaffold/data_structures/set.rb - lib/active_scaffold/data_structures/sorting.rb - lib/active_scaffold/engine.rb - lib/active_scaffold/extensions/action_view_rendering.rb - lib/active_scaffold/extensions/action_view_resolver.rb - lib/active_scaffold/extensions/active_association_reflection.rb - lib/active_scaffold/extensions/array.rb - lib/active_scaffold/extensions/localize.rb - lib/active_scaffold/extensions/name_option_for_datetime.rb - lib/active_scaffold/extensions/nil_id_in_url_params.rb - lib/active_scaffold/extensions/paginator_extensions.rb - lib/active_scaffold/extensions/reverse_associations.rb - lib/active_scaffold/extensions/routing_mapper.rb - lib/active_scaffold/extensions/to_label.rb - lib/active_scaffold/extensions/unsaved_associated.rb - lib/active_scaffold/extensions/unsaved_record.rb - lib/active_scaffold/extensions/usa_state.rb - lib/active_scaffold/finder.rb - lib/active_scaffold/helpers/association_helpers.rb - lib/active_scaffold/helpers/controller_helpers.rb - lib/active_scaffold/helpers/form_column_helpers.rb - lib/active_scaffold/helpers/human_condition_helpers.rb - lib/active_scaffold/helpers/id_helpers.rb - lib/active_scaffold/helpers/list_column_helpers.rb - lib/active_scaffold/helpers/pagination_helpers.rb - lib/active_scaffold/helpers/search_column_helpers.rb - lib/active_scaffold/helpers/show_column_helpers.rb - lib/active_scaffold/helpers/view_helpers.rb - lib/active_scaffold/locale/de.yml - lib/active_scaffold/locale/en.yml - lib/active_scaffold/locale/es.yml - lib/active_scaffold/locale/fr.rb - lib/active_scaffold/locale/hu.yml - lib/active_scaffold/locale/ja.yml - lib/active_scaffold/locale/ru.yml - lib/active_scaffold/marked_model.rb - lib/active_scaffold/paginator.rb - lib/active_scaffold/responds_to_parent.rb - lib/active_scaffold/version.rb - lib/active_scaffold_env.rb - lib/active_scaffold_vho.rb - lib/generators/active_scaffold/USAGE - lib/generators/active_scaffold/active_scaffold_generator.rb - lib/generators/active_scaffold_controller/USAGE - lib/generators/active_scaffold_controller/active_scaffold_controller_generator.rb - lib/generators/active_scaffold_controller/templates/controller.rb - lib/generators/active_scaffold_controller/templates/helper.rb - lib/generators/active_scaffold_setup/USAGE - lib/generators/active_scaffold_setup/active_scaffold_setup_generator.rb - public/blank.html - shoulda_macros/macros.rb - test/bridges/bridge_test.rb - test/config/base_test.rb - test/config/create_test.rb - test/config/list_test.rb - test/config/show_test.rb - test/config/update_test.rb - test/const_mocker.rb - test/data_structures/action_columns_test.rb - test/data_structures/action_link_test.rb - test/data_structures/action_links_test.rb - test/data_structures/actions_test.rb - test/data_structures/association_column_test.rb - test/data_structures/column_test.rb - test/data_structures/columns_test.rb - test/data_structures/error_message_test.rb - test/data_structures/set_test.rb - test/data_structures/sorting_test.rb - test/data_structures/standard_column_test.rb - test/data_structures/virtual_column_test.rb - test/extensions/active_record_test.rb - test/extensions/array_test.rb - test/helpers/form_column_helpers_test.rb - test/helpers/list_column_helpers_test.rb - test/helpers/pagination_helpers_test.rb - test/misc/active_record_permissions_test.rb - test/misc/attribute_params_test.rb - test/misc/configurable_test.rb - test/misc/constraints_test.rb - test/misc/finder_test.rb - test/misc/lang_test.rb - test/mock_app/.gitignore - test/mock_app/app/controllers/application_controller.rb - test/mock_app/app/helpers/application_helper.rb - test/mock_app/config/boot.rb - test/mock_app/config/database.yml - test/mock_app/config/environment.rb - test/mock_app/config/environments/development.rb - test/mock_app/config/environments/production.rb - test/mock_app/config/environments/test.rb - test/mock_app/config/initializers/backtrace_silencers.rb - test/mock_app/config/initializers/inflections.rb - test/mock_app/config/initializers/mime_types.rb - test/mock_app/config/initializers/new_rails_defaults.rb - test/mock_app/config/initializers/session_store.rb - test/mock_app/config/locales/en.yml - test/mock_app/config/routes.rb - test/mock_app/db/test.sqlite3 - test/mock_app/public/blank.html - test/mock_app/public/images/active_scaffold/DO_NOT_EDIT - test/mock_app/public/images/active_scaffold/default/add.gif - test/mock_app/public/images/active_scaffold/default/arrow_down.gif - test/mock_app/public/images/active_scaffold/default/arrow_up.gif - test/mock_app/public/images/active_scaffold/default/close.gif - test/mock_app/public/images/active_scaffold/default/cross.png - test/mock_app/public/images/active_scaffold/default/indicator-small.gif - test/mock_app/public/images/active_scaffold/default/indicator.gif - test/mock_app/public/images/active_scaffold/default/magnifier.png - test/mock_app/public/javascripts/active_scaffold/DO_NOT_EDIT - test/mock_app/public/javascripts/active_scaffold/default/active_scaffold.js - test/mock_app/public/javascripts/active_scaffold/default/dhtml_history.js - test/mock_app/public/javascripts/active_scaffold/default/form_enhancements.js - test/mock_app/public/javascripts/active_scaffold/default/rico_corner.js - test/mock_app/public/stylesheets/active_scaffold/DO_NOT_EDIT - test/mock_app/public/stylesheets/active_scaffold/default/stylesheet-ie.css - test/mock_app/public/stylesheets/active_scaffold/default/stylesheet.css - test/model_stub.rb - test/run_all.rb - test/test_helper.rb - uninstall.rb homepage: http://github.com/vhochstein/active_scaffold licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.17 signing_key: specification_version: 3 summary: Rails 3 Version of activescaffold supporting prototype and jquery test_files: - test/bridges/bridge_test.rb - test/config/base_test.rb - test/config/create_test.rb - test/config/list_test.rb - test/config/show_test.rb - test/config/update_test.rb - test/const_mocker.rb - test/data_structures/action_columns_test.rb - test/data_structures/action_link_test.rb - test/data_structures/action_links_test.rb - test/data_structures/actions_test.rb - test/data_structures/association_column_test.rb - test/data_structures/column_test.rb - test/data_structures/columns_test.rb - test/data_structures/error_message_test.rb - test/data_structures/set_test.rb - test/data_structures/sorting_test.rb - test/data_structures/standard_column_test.rb - test/data_structures/virtual_column_test.rb - test/extensions/active_record_test.rb - test/extensions/array_test.rb - test/helpers/form_column_helpers_test.rb - test/helpers/list_column_helpers_test.rb - test/helpers/pagination_helpers_test.rb - test/misc/active_record_permissions_test.rb - test/misc/attribute_params_test.rb - test/misc/configurable_test.rb - test/misc/constraints_test.rb - test/misc/finder_test.rb - test/misc/lang_test.rb - test/mock_app/.gitignore - test/mock_app/app/controllers/application_controller.rb - test/mock_app/app/helpers/application_helper.rb - test/mock_app/config/boot.rb - test/mock_app/config/database.yml - test/mock_app/config/environment.rb - test/mock_app/config/environments/development.rb - test/mock_app/config/environments/production.rb - test/mock_app/config/environments/test.rb - test/mock_app/config/initializers/backtrace_silencers.rb - test/mock_app/config/initializers/inflections.rb - test/mock_app/config/initializers/mime_types.rb - test/mock_app/config/initializers/new_rails_defaults.rb - test/mock_app/config/initializers/session_store.rb - test/mock_app/config/locales/en.yml - test/mock_app/config/routes.rb - test/mock_app/db/test.sqlite3 - test/mock_app/public/blank.html - test/mock_app/public/images/active_scaffold/DO_NOT_EDIT - test/mock_app/public/images/active_scaffold/default/add.gif - test/mock_app/public/images/active_scaffold/default/arrow_down.gif - test/mock_app/public/images/active_scaffold/default/arrow_up.gif - test/mock_app/public/images/active_scaffold/default/close.gif - test/mock_app/public/images/active_scaffold/default/cross.png - test/mock_app/public/images/active_scaffold/default/indicator-small.gif - test/mock_app/public/images/active_scaffold/default/indicator.gif - test/mock_app/public/images/active_scaffold/default/magnifier.png - test/mock_app/public/javascripts/active_scaffold/DO_NOT_EDIT - test/mock_app/public/javascripts/active_scaffold/default/active_scaffold.js - test/mock_app/public/javascripts/active_scaffold/default/dhtml_history.js - test/mock_app/public/javascripts/active_scaffold/default/form_enhancements.js - test/mock_app/public/javascripts/active_scaffold/default/rico_corner.js - test/mock_app/public/stylesheets/active_scaffold/DO_NOT_EDIT - test/mock_app/public/stylesheets/active_scaffold/default/stylesheet-ie.css - test/mock_app/public/stylesheets/active_scaffold/default/stylesheet.css - test/model_stub.rb - test/run_all.rb - test/test_helper.rb