0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 16 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from orthographic-pedant/spell_check/beautiful More... over 8 years ago
Fix typographical error(s) More... over 8 years ago
add check for RAILS_GEM_VERSION More... almost 13 years ago
assigned factory to var on return More... over 13 years ago
added factory method More... almost 14 years ago
remove redundancy from the remove method More... over 14 years ago
update readme More... almost 15 years ago
readme updates More... almost 15 years ago
readme updates More... almost 15 years ago
remove old readme file and updated it to use markdown instead, polished all tests to pass and polish ar_helper core file More... almost 15 years ago
brought back the search method, rewrite broken tests More... almost 15 years ago
added :type to the the list of attrs to remove More... almost 15 years ago
removed some not common attrs from attrs_to_remove More... almost 15 years ago
moved all ar_helper helper methods into an assistant file and cleaned up a bit More... almost 15 years ago
added includes so that you can use sugar methods in rails > 2.3 testing env More... almost 15 years ago
added condition to only extend Test::Unit if Rails < 2.3 More... almost 15 years ago
whoops made a mistake on the recent method changed it to sort created_at DESC instead of ASC More... almost 15 years ago
changed the default order attribute to ASC instead of DESC on the recent method More... almost 15 years ago
comment out search method, will be deprecating soon More... almost 15 years ago
added ArHelper#to_params.remove method for removing attributes from assignment More... about 15 years ago
made recent options optional and overridable More... over 15 years ago
added support for passing in arrays to sugar methods More... over 15 years ago
start deprecation of search method More... over 15 years ago
code comment updates More... over 15 years ago
added ability to send AR relationships: has_many, belongs_to, etc to sugar methods as a string More... over 15 years ago
finally got to writing some specs for all the Sugar methods More... over 15 years ago
start writing specs and setup test_helpers, etc More... over 15 years ago
added standard find options to #search More... over 15 years ago
added created_on and updated_on for #cols_to_remove More... almost 16 years ago
fixed problem with passing a string for the model name in #modelize More... almost 16 years ago