Just a quick note to mention some small updates recently made to Redzone…
Division Stats
- You can now view the stats for an entire division. The default it still the top 10 for all divisions, but if you’re looking for an extended list of stats, you now have that option.
Allow multiple contacts
- This is a really minor change, but before you couldn’t add a user more than once on the contact page, but now you can.
Division email
- An additional email option has been added to the teams page. You can now send an email to an entire division if required. (This is only accessible to administrators)
It’s been a little while since our last feature update post, but we’ve recently added a couple of new enhancements to the team rosters.
Player number support has now been added. An administrator or team contact can enter in player numbers for their team and these will appear on the team page and will also automatically appear on game score cards.
The second addition is the ability to “disable” a player on a team. An administrator or team captain may want to do this if a player no longer plays on a team or have been “traded” to another team, etc. Disabled players are removed from the team email messages as well as the list of eligible players for a game when entering stats.
Both of these features are only available to the league administrator and the team contact. Simply press the “Edit Roster” button at the bottom of the page for a specific team and you will have the options to specify the player numbers as well as enabling and disabling players using the checkboxes beside each player.
We’ve added RSS feeds for news items as well as each forum that you create for your league. There’s also a feed for all of the forums combined. See your browsers docs and/or use your favourite RSS reader to make use of them.
If you use file_column for some projects and find that you want to change the thumbnail sizes that you’ve been using for models, then hopefully this little bit of code can help.
Add this as a rake task and run it as rake "filecolumn:regenerate[Model, field]" RAILS_ENV=production where Model is the model you want to regenerate images for and field is the filecolumn field on the model. The task uses Rake arguments, so you’ll need Rake 0.8.
I thought it was just candy, but it turns out Skittles is also a sport. You can now create Skittles leagues in Redzone, and because Bowling is a descendent of it we added that as well.
Got a sport that you need league software for? Let us know!
There are tons of variations of Dodgeball, so we tried to keep it simple with the statistics. If you have a variation that you’d like us to support drop us a line and let us know!
Redzone Leagues has recently added kickball as a supported sport. The stats currently configured are basically the same as those used for softball, but if you don’t want to use any of them, you can use the “Statistics Management” feature and turn them all off or select just the ones you want to use.
Here is a sample god configuration file for monitoring all the mongrels on your system. This script assumes that your mongrel configs are all in /etc/mongrel_cluster and that your pid_file attribute in your config files point to an absolute path. I lifted the majority of this script from the example in thin. (Thin is awesome FYI)
I have a few mongrel config files in /etc/mongrel_cluster that look similar to:
When I want to deploy another application on the same machine, I add the config file there and then restart god. It will then begin automatically monitoring the new application.