And http://github.com/radar/rboard - Fully supports Rails 2.2 and
internationalisation.
-----
Ryan Bigg
Freelancer
http://frozenplague.net
On 14/01/2009, at 11:04 PM, Rob Pa wrote:
>
> Hi,
>
> I am using a MySQL database and have a row callsed date in my fixtures
> table. I am wanting to display fixtures coming up, i.e. ahead of
> todays
> date.
>
> In my controller I am thinking of doing;
> @fixtures = Fixtures.find(:all, :conditions => "date > #{Date.today}
> ",
> :order => "id DESC")
>
> Do dates work this way, is this the correct way to go about it?
>
> Also, are there any forum systems built with Ruby on Rails that I can
> download for use on my site?
>
> Thanks in advance, Rob
> --
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---