0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding form_helper_test, moving some helper-specific tests to that new test suite. More... almost 11 years ago
Finishing up the FormBuilder tests for hstore_radio_button More... almost 11 years ago
Updating readme to more accurately describe the path I want the view helpers to take. More... almost 11 years ago
Moving some common setup to a test setup More... almost 11 years ago
Reworking form_builder test to make it more clearly about FormBuilder and take advantage of some included modules. More... almost 11 years ago
basic response test for FormBuilder method More... almost 11 years ago
Moving the setting of the yaml file location up to the model. More... almost 11 years ago
First working pass of the hstore_radio_button helper. Not great. Also not tested, but it does work. More... almost 11 years ago
API updates More... almost 11 years ago
Preparing for helper tests. More... almost 11 years ago
Making the rake FileList more flexible. More... almost 11 years ago
Preparing for working on the view code by updating the readme to reflect what I think the api will be. More... almost 11 years ago
Adding ability to use validations to Readme, test to assert that's true. More... almost 11 years ago
The yaml configuration and the macro configuration were creating different data structures, which was dumb. My yaml example now creates a hash, just like the macro. Hashes all the way down. More... almost 11 years ago
Adding code that handles macro-style definition of a single button. More... almost 11 years ago
Starting single-button macro work. Changing readme to reflect how the options should be written. My first pass was syntactically incorrect. More... almost 11 years ago
Finishing up the setup of buttons via yaml. Configuration is now called by the correct method in the model, setters enforce some security, tests pass. More... almost 11 years ago
Teasing out the concept of a button builder and a collection of buttons. Not quite in place yet, but it's moving towards that. More... almost 11 years ago
Extracting the creation of button sets from configuration into their own thing More... almost 11 years ago
Moving the build to an instance method where should have been to begin with. More... almost 11 years ago
Setter/Getter test now passing. Not saving, since that is really handled by the activerecord-postgres-hstore gem More... almost 11 years ago
Not sure what the purpose of that struct was, but since I'm not using it I'm removing it. More... almost 11 years ago
hstore_data_proxy returning just the hstore field More... almost 11 years ago
Adding fileutils to the test_helper since I need it if running a single test file. More... almost 11 years ago
wiring the model to the hstore_radio_data table correctly More... almost 11 years ago
readme cleanup and reorganization More... almost 11 years ago
Just a simple check that our data table is in place More... almost 11 years ago
documentation fix to remove reference to now-optional config file. More... almost 11 years ago
Beginning work on persistence of data. Model defined for table, which we can now interact with. More... almost 11 years ago
Moving testing of configuration method to configuration_test, where it belongs. A couple weird tests to check the optional nature of the yaml file param. More... almost 11 years ago