0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 20 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating version More... almost 11 years ago
Changing documentation to show that class-macro hash configuration can use keys that are strings or symbols. Updated button-definition to convert symbol keys to strings, so that the getters and setters work properly, which fixes issue #1. More... almost 11 years ago
Trying to clarify the testing of Configuration#from_hash More... almost 11 years ago
Removing the duplicated call to ButtonSet.new. Might as well wrap that interface call up in a method. More... almost 11 years ago
Button definition is now configured after instantiation and not during. More explicit what is going on. More... almost 11 years ago
Naming improvement. ButtonOptions becomes ButtonDefinition. Moving towards it being a configuration definition that is used by ButtonSet, which will become more factory-like. More... almost 11 years ago
Documenting and implementing the :autosave => :true setting for the hstore_radio_data association More... almost 11 years ago
Revert "Fix attempt for an integration project" More... almost 11 years ago
Fix attempt for an integration project More... almost 11 years ago
Some formatting fixes in the readme More... almost 11 years ago
New version More... almost 11 years ago
Documenting how to get custom button-set labels using the Rails internationalization library. Implemented and tested. More... almost 11 years ago
Formatting fix More... almost 11 years ago
Updating version More... almost 11 years ago
Slightly less bad approach to handling all button set name formatting in one place. Still seems awkward, but better. More... almost 11 years ago
Readme states that button helper takes symbols and strings, so I've added a test and code to support that. More... almost 11 years ago
Extracting MethodNamer to its own file. Updates to ButtonSet tests to get it working and to require less setup. I'm less pleased with these tests since the now veer from the readme. More... almost 11 years ago
Narrowing signature of methodnamer More... almost 11 years ago
Splitting the large ButtonSet#initialize method into smaller methods. More... almost 11 years ago
Fix to signature of method namer More... almost 11 years ago
Split out method naming logic. More... almost 11 years ago
Clarifying documentation around using the view helpers and fixing some mistakes. More... almost 11 years ago
Contributors & thanks added to readme More... almost 11 years ago
Adding the hstore_radio_buttons form helper. More... almost 11 years ago
changing readme to reflect div wrapper More... almost 11 years ago
Some layout fixes. A whole button set is wrapped in a div. Separator wasn't getting passed around properly, fixed that. More... almost 11 years ago
Setting up a class instance variable that holds all the hstore button names More... almost 11 years ago
Doing some string tweaking in ButtonOptions, so adding tests More... almost 11 years ago
syntax fix More... almost 11 years ago
Finishing test of FormHelper More... almost 11 years ago