New Changes on MCSL
I’ve just finished pushing the new code to the production boxes for MCSL. I made a bit of a concession on the new “New Servers” tab on the front page. It shows any servers created in the last 7 days.
Pagination is where the real issue lies. The gem I’m using for it (Kaminari) has a weird issue when trying to paginate multiple models on the same view. It can’t keep the variables seperated, and ends up adding both pagination linkst to the URL, so it’s a bit clunky atm.
After I get that fixed, it should run much cleaner.
I’ve also added a new button in the dashboard that will show you a history of EVERY check made on your server, and what it’s result was. This should help people who are having trouble tracking down why their server is going down on the list.
I’ve also added a link to the blog on the front page, so people can start realizing that this is where I do most of the update chatter.