You can write pretty much any ruby in the view, local vars are no problem. I
feel there may be an elegant way to skip a row or otherwise leave a gap on
date change but at the moment it escapes me. Any suggestions from those with
more experience?

2009/3/4 Juan Kinunt <rails-mailing-l...@andreas-s.net>

>
> Ok. That makes sense to me. Can I store values in variables in the view?
> I think it would be possible by storing the datetime of the previous
> event and comparing it with the current event datetime. I think what I
> want to do is similar to pagination...
>
> Colin Law wrote:
> > 2009/3/4 Juan Kinunt <rails-mailing-l...@andreas-s.net>
> >
> >> I don't know if it is better to separate the events in groups in the
> >> controller or if I can use an 'if' in the view to insert this blank row.
> >>
> >
> > I would suggest this is to do with how you want to view the data, it is
> > not
> > inherent in the data itself, so it should go in the view.
>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to