Software Details:
Version: 3.4.35 updated
Upload Date: 9 Apr 16
Distribution Type: Freeware
Downloads: 168
ActiveScaffold is a Ruby on Rails plugin.
Allows easy database records editing using a web interface, powered via JS AJAX.
What is new in this release:
- Added scoped_query to list methods, so it can be used for calculations, like each_record_in_scope is used to iterate over every filtered record
- Fixed field_search_ignore? and search_ignore?
- Fixed reset on search forms loaded with session search
What is new in version 3.4.31:
- Added scoped_query to list methods, so it can be used for calculations, like each_record_in_scope is used to iterate over every filtered record
- Fixed field_search_ignore? and search_ignore?
- Fixed reset on search forms loaded with session search
What is new in version 3.4.29:
- Added scoped_query to list methods, so it can be used for calculations, like each_record_in_scope is used to iterate over every filtered record
- Fixed field_search_ignore? and search_ignore?
- Fixed reset on search forms loaded with session search
What is new in version 3.4.22:
- Added scoped_query to list methods, so it can be used for calculations, like each_record_in_scope is used to iterate over every filtered record
- Fixed field_search_ignore? and search_ignore?
- Fixed reset on search forms loaded with session search
What is new in version 3.4.21.1:
- Added scoped_query to list methods, so it can be used for calculations, like each_record_in_scope is used to iterate over every filtered record
- Fixed field_search_ignore? and search_ignore?
- Fixed reset on search forms loaded with session search
What is new in version 3.4.20:
- Added scoped_query to list methods, so it can be used for calculations, like each_record_in_scope is used to iterate over every filtered record
- Fixed field_search_ignore? and search_ignore?
- Fixed reset on search forms loaded with session search
What is new in version 3.4.19:
- Added scoped_query to list methods, so it can be used for calculations, like each_record_in_scope is used to iterate over every filtered record
- Fixed field_search_ignore? and search_ignore?
- Fixed reset on search forms loaded with session search
What is new in version 3.4.17:
- Added scoped_query to list methods, so it can be used for calculations, like each_record_in_scope is used to iterate over every filtered record
- Fixed field_search_ignore? and search_ignore?
- Fixed reset on search forms loaded with session search
What is new in version 3.4.11:
- Fix refresh-link on main form (not subform)
- Workaround for counter_cache bug on Rails4
- Support create form on nested scaffolds on through association, if through reflection association is included in create form
- Removed Ruby 1.8 support
What is new in version 3.4.4:
- Fix set_parent for render field on blank records added by default on subforms
- Enable sorting on selected draggable list, so it can be used on config_list
- Remove unfinished nested_auto_open feature, it was working only if render_component is used, which is not recommended way
- Allow to set sorting on multiple columns with a hash, ruby 1.9 hashes keep order so an array of hashes is not needed anymore, although it still works.
- Fix overriding default sorting (with config.list.user.sorting.set) without changing config.list.sorting
What is new in version 3.4.0:
- Support for Rails 4
- Quote selected columns
- More unobtrusive html views
- Move () in visibility toggle links inside so they can be overridden
- More helpers to support overriding
- Extend datepicker to load settings from data attributes before onReady event is fired
- Added weight to action links
- Added placeholder in search form
- Load existing record on render_field when id is present
- Added helper to override subform label
What is new in version 3.3.3:
- Allow to override select options in active_scaffold_search_select
- Load effects from jQuery UI when using jquery-rails 3 gem
- Fix searching on nested scaffolds (broken on 3.3.2)
- Fix searching when includes is set to nil
What is new in version 3.3.0:
- Unify field overrides and list_ui method signatures
- Improve performance removing some partials and adding some caching for helper overrides and UIs, and caching URL generation for lists (caching url is optional)
- Drop support for rails 3.1
- Added HTML5 form fields
- Added :chosen form_ui, and :chosen and :multi_chosen search_ui
- Fixed nested with has_one associations, and belongs_to associations with :list action
- Support optgroup in :select and :chosen form_ui
- Support render_form_field with multiple rows (rows with associated-record class)
What is new in version 3.2.18:
- Fixed add existing record with record_select.
- Disabled link for polymorphic associations in 3.2.x, it doesn't work.
What is new in version v3.2.15:
- Prepared to unify field overrides and list_ui method signatures
- Added :optional to update.persistent
- Added missing triggering of as:element_updated in new subform rows
- Fixed conditions for :select in field_search
- Fixed datetime field search
- Fixed authorization checking in member action links
What is new in version v3.2.12:
- Improved support for tableless models, add support for count.
- Fixed DIV id for nested scaffolds.
- Added config.timestamped_messages and config.highlight_messages.
- Improved performance using class to check authorization for plural associations which are not loaded, and avoiding to load associations if it's not needed.
- Fixed using a scope in main form, it wasn't working for associations (for create multiple from active_scaffold_batch).
- Fixed searches with no results, it was loading first page without conditions.
- Allow to change highlight options with ActiveScaffold.js_config.
- Allow to override column count calculation for colspan.
- Removed conditions_from_params from nested links.
- Fixed nested forms for singular associations.
What is new in version v3.2.8:
- Added deprecation for update_column, update_columns should be used instead
- Fixed constraints with hide_nested_column disabled in list and embedded scaffolds which are nested too
- Fixed setting a hash as includes, cannot be concat in finder
- Added option to scroll on close only if element is not visible in viewport (default now)
- Fixed create and edit singular associations without render_component
- Messages go across all table
- Display readonly associations in forms, it was ready to display them but it was skipping them
- Some fixes for inplace editors (cloning form overrides, ajax and radiobuttons). Add handlers for empty columns
- Added wrap_tag to list so cells content can be wrapped in a tag for better styling
What is new in version v3.2.7:
- Restored missing update.persistent feature.
- Fixed create.persistent.
- Added new record in first scaffold, not in all nested scaffolds.
- Fixed deleting all in habtm with select_ui.
Requirements:
- JavaScript enabled on client side
- Ruby on Rails
Comments not found