0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update the sanitize_email dependency to 0.1.1, which has been released to rubyforge. More... about 16 years ago
Fix RailsCaddy.isExtended equality comparison. More... over 16 years ago
Release to RubyForge required update of Rakefile and gemspec. README updated with reference to the RDOC and a few other minor edits. More... over 16 years ago
Regenerated gemspec for version 0.0.8 More... over 16 years ago
Version bump to 0.0.8 More... over 16 years ago
Remember open/closed state of the caddy for a cookie. More... over 16 years ago
Merge george's fork More... over 16 years ago
easier testing/debugging with removal of public/index.html and declaring a default route in generated rails apps More... over 16 years ago
README talks more about building, testing, dependencies, and idiosyncrasies More... over 16 years ago
Remove run-on sentence from README More... over 16 years ago
ignore test/rails/**/* More... over 16 years ago
Regenerated gemspec for version 0.0.7 More... over 16 years ago
Version bump to 0.0.7 More... over 16 years ago
Comment out assertions for filters being added to AC::Base for now. More... over 16 years ago
Documentation More... over 16 years ago
Comment out rails/init.rb (can't get it to actually work). Eliminate dynamic inserting of filtes into AC::Base, and replace with hard-coded instructions (found in README, and updated in RailsModifier) for achieving our functionality. A little verbose, but gets the job done. More... over 16 years ago
Require consumer to explicitly define filters (for now). Not working on rails 2.1.0. Ensure that gemspec includes rails/init.rb for rails 2.2.x + More... over 16 years ago
Add rails/init.rb More... over 16 years ago
Replace w/ Object.const_defined?(:RailsCaddy). Uglier, but it actually works. Update README instructions, add some TODO items. More... over 16 years ago
Add comment to sample usage code in README. More... over 16 years ago
Tweak spacing on README More... over 16 years ago
Move USAGE into README More... over 16 years ago
Regenerated gemspec for version 0.0.6 More... over 16 years ago
Version bump to 0.0.6 More... over 16 years ago
Add in UI support for updating the sanitize_email setting. More... over 16 years ago
Remove some unnecessary files, update some docs. More... over 16 years ago
Add in actions and tests for sanitize_email_controller. Still need to hook into the UI. More... over 16 years ago
Generalize out ActionControllerExtensions for both timecop and sanitize_email extensions. Push tests down to the rails application level (for proper compatibility testing). around_filter for sanitize_email working nicely now, but still need to tie it into the UI. More... over 16 years ago
Add sanitize_email specific routes. More... over 16 years ago
Fix rails_compatibility test suite to use newly organized test modules. More... over 16 years ago