On Mon, Jan 13, 2014 at 6:44 PM, Thompson Edolo <[email protected]>wrote:

> Hello everyone. I'm currently building a blog in Rails 4 to serve news
> from the local soccer league in my country. The news part has been a breeze
> but I have not been able to code the fixtures and result portion.
>
> I have been totally stumped as i don't even have an idea on how best to go
> about this. To make matters worse, I have to associate these
> fixtures/results to their respective pre-match previews and post-match
> reviews(I intend to make these normal post entries with a category).
>
> Please, I might not necessarily need actual codes. Pseudo codes would
> suffice.
>
> Thanks.
>
> PS: If you need more info about how i have the app setup, just ask. Thanks
> in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/f4e9cea4-a870-47b7-901e-9a416db04234%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>


Are you talking about test fixtures here? Or something else? Test fixtures
are YAML files that load data into your database for testing.

I'm also lso quite unclear what you mean to produce for results. It's too
generic a term. Do you mean match results? Displaying those seems like it
would be rather straight forward; the difficult thing would be obtaining
the data, unless you plan to enter it by hand from some other place.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAHUC_t-b8evdTs%2BqjM4yzkzSNVgGo%2B4OjeuWn%2B%2BtPUYLRYd5Ow%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to