0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add browse scaffold view for a paginated table view of all objects Add scaffold_auto_complete_style contribution for allowing XHTML compliant auto completing html_escape output of scaffold_name in scaffold views Don't specifically check for PostgreSQL adapter in scaffold_search_add_condition Order search results by scaffold_select_order Allow limiting of number of search results returned Allow specifying the number of results on each browse page More... almost 18 years ago
Add ability to specify which models to scaffold in scaffold_all_models More... almost 18 years ago
Add scaffold_select_typeahead contribution from Daniel Schreiber More... almost 18 years ago
Refactor some redundent code into methods Add ActiveRecord::Base.all_models for getting the names of all ActiveRecord subclasses in the model directory Add setup_scaffold_auto_complete_for for setting up a scaffold autocomplete action if requested by the model and not yet setup Remove @scaffold_habtms, no longer used More... about 18 years ago
Add option to scaffold method to turn off setting up scaffold auto completes for all models More... about 18 years ago
Only create single scaffold_auto_complete action in scaffold_habtm, instead of setting up all scaffold auto completes More... about 18 years ago
Use @scaffold_auto_complete_options[:setup] instead of @scaffold_auto_complete_options_setup Add ability to skip the style output for scaffold autocomplete via @scaffold_auto_complete_options[:skip_style] Refactor scaffold_text_field_with_auto_complete More... about 18 years ago
Use correct scaffold autocomplete location if association has a different name than the class More... about 18 years ago
Add the ability to use an autocompleting text box instead of a select box when scaffolding a model, useful for models with a large number of records Update documentation and comments that have gotten out of sync with the code More... about 18 years ago
Add ability to style the list of association links on the edit page Add contrib folder for explanations of possible modifications to the plugin Add scaffold_associations_tree contribution for creating an explorer-style clickable tree for the association links More... about 18 years ago
Add a link to the associations on the edit page for has many associations for adding a new object associated with the current object Fix names of has many and has and belongs to many associations on the edit page Don't display "Associated Records" on the edit page if there are none Allow the associations template to be specified per model Don't display WSOD if associations template doesn't exist Make ActionController::Base#scaffold_path a class method as well as an instance method Allow the scaffolded new page to take an object (allows you to give defaults to the new page) Remove the date select changes, which will be moved into their own plugin More... about 18 years ago
Wrap merge_records in a transaction Call merge_records from merge_into for DRY Don't allow merging of records into themselves, as that would just destroy them Return false instead of raising error if record's classes don't match in merge_into Only scaffold subclasses of ActiveRecord::Base in scaffold_all_models More... about 18 years ago
Add scaffold_all_models to scaffold all models and associations at once Show associated models on scaffold edit page Add scaffold_associations variable and method for model for configuring associations to show on scaffold edit page Move redundant code from templates into ScaffoldHelper Add type attribute to style tag in scaffold layout Clean up scaffold templates Combine rendering code from render_habtm_scaffold and render#{suffix}_scaffold, into render_scaffold_template Allow render_scaffold_template to take usual render options Make scaffold_path a public controller method Add @scaffold_singular_object and @scaffold_plural_object to render#{suffix}_scaffold to avoid instance_variable_get More... about 18 years ago
Allow scaffold_habtm to work without scaffold_select_order defined in models More... about 18 years ago
More intelligent defaults for scaffold_fields, automatically use select boxes for belongs_to associations More... about 18 years ago
Support symbols like :Albums and :Album_Properties in addition to :album and :album_property in scaffold and scaffold More... about 18 years ago
Use LIKE for searching string fields, except when using PostgreSQL More... about 18 years ago
Fix typo which didn't create list method if :destroy was specified but :edit or :show weren't More... about 18 years ago
Handle plural symbols for :habtm in scaffold More... over 18 years ago
Add README explaining use of plugin Allow both :except and :only to take symbols or arrays of symbols More... over 18 years ago
Remove TODO info from README, since it is complete Fix merging of records with belongs_to associations More... over 18 years ago
Allow all_input_tags to take a :fields option for specifying the fields (default to scaffold_fields) More... over 18 years ago
Change humanized scaffold names to lower case if they are preceded by another word Make sure scaffolds end with a blank line Change merge and search scaffold button value Fix use of ActiveRecordHelper#form outside of scaffolding More... over 18 years ago
Separate manage link from scaffolded forms and tables with a line break Change column heading from Key to Attribute in show scaffold Fix names of scaffolded submit buttons so they don't have underscores Only redirect scaffolding to actions that scaffolding actually created Better titles in scaffold flash text More... over 18 years ago
Add RDoc comments for scaffolding_extensions Rename scaffold_column_options variables to scaffold_column_options_hash, since the cattr_reader was getting overridden by the method defined later Use the cattr_reader values instead of class variables instead the scaffold_table_class, scaffold_column_type, and scaffold_column_options methods, so that the cattr_reader can be overridden in a subclass Fix to_boolean_select_tag so that the empty value is selected if value.nil?, instead of defaulting to false Remove to_text_area_tag, since it the default Rails method does almost the same thing Convert @params to params in scaffold and scaffold_habtm More... over 18 years ago
Fix display of associated attribue names of scaffolding data entry form Fix search scaffolding when searching on reflection with specified :foreign_key More... over 18 years ago
Fix small bug in scaffold_path More... over 18 years ago
Allow scaffolding defaults to be specified via class methods as well as overridden using instance methods More... over 18 years ago
Unbreak scaffolding_extensions when scaffold is for more than one class Allow automated conversion of text types to string types Remove extra logging statement More... over 18 years ago
Initial import More... over 18 years ago