[Rails] slicing and dicing timestamps by month, week, day, etc
by Chris other posts by this author
Feb 11 2006 4:42PM messages near this date
Re: [Rails] Re: [ANN] form_remote_upload plugin
|
[Rails] Setting html breaks when using textile (redcloth)
I'm trying to finish up a comp lab sign-in app in RoR that includes a db
table logging each visit with a timestamp. I want to be able to loop
through the visits table and get a weekly or monthly array and print a
table of the last four weeks listing a count for the number of visits
each day. I've got it working alright but it's pretty ugly...overcoded.
Does anyone know of any similar open source code out there I could get
some ideas from??
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Rails mailing list
Rails@[...].org
http://lists.rubyonrails.org/mailman/listinfo/rails
|