0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More timezone updates More... over 14 years ago
Respect time zones. More... over 14 years ago
Use in-memory sqlite database for testing More... over 15 years ago
removed unnecessary files More... over 15 years ago
Minor refactoring to add a guard clause More... over 15 years ago
Minor modifications to view related code to get it working in Rails 2.2 More... over 15 years ago
Hopefully made README more rdoc'ish More... over 15 years ago
Updated README to reflect changes and renamed it so GitHub can be clever More... over 15 years ago
Went down a different rabbit hole to see if I could proxy calls to an already defined class methods ... to no avail More... over 15 years ago
Added the ability to scope ClassMethods like in_month_with_outliers to association proxies More... over 15 years ago
Renamed a method and added some docs. More... over 15 years ago
Renamed all event finders. Names are of the pattern Event.in_date_range instead of Event.find_for_date_range. Incompatible Change. Removed default ordering as it wasn't well tested. More... over 15 years ago
Refactoring event finders to usenamed_scope. Changes API from Event.find_for_month(:all) to Event.find_for_month.all (or simply Event.find_for_month). More... over 15 years ago
Added rolling_month calendar type and a finder to help. More... about 16 years ago
Allow removal of month header in month view. More... about 16 years ago
Fixed a dumb bug in find_for_date_range_with_outliers. More... about 16 years ago
Added default id to proxy. More... about 16 years ago
Adding more configurable options More... about 16 years ago
Add option to override another CSS class in month view. More... about 16 years ago
Added find_for_month_with_outliers to find all calendar events in a month view, as it shows dates from the previous and next months. Refactored the month calendar to yield to those dates too. More... about 16 years ago
Added validates_chronological for ensuring dates are in order. More... about 16 years ago
Cleaned up and tested the event finders. More... about 16 years ago
First pass on event finder extraction. More... about 16 years ago
revamped tests, removing dependency on a rails app More... about 16 years ago
added javascript and css assets setup JS tests More... about 16 years ago
move back into view for now, having it on the controller breaks some things More... over 16 years ago
minor updates More... over 16 years ago
Allow month calendar css classes to be overridden More... over 16 years ago
added Time#end_fo_day for rails <= 1.2 More... almost 17 years ago
Extra methods for getting type and label format More... about 17 years ago