Better Together
#
Jenny and I have been thinking of these perfect pairings for years.
Last week, I realized that the idea would make a fun little website. And today, Slantwise Design is proud to announce Better Together.
Now there's a taggable, web 2.0, mashup-driven social networking site where you can keep track of those perfect pairings!
OK, not really. But it really does keep track of things that go better together. And it's pretty fun. So give it a try and tell your friends.
Nerds only section below
We really saw the benefits of rapid development with Ruby on Rails on this project. This was a fun snow day(s) side-project. We went from idea last Tuesday to deployment today with less than 70 hours of total development, design, and QA time.
Plugins used:
acts_as_commentable
acts_as_invitation*
acts_as_sanitized
attachment_fu
exception_notification
restful_authentication
url_key*
yaml_mail_config*
* Slantwise plugin. Look for release soon.
Some stats:
+----------------------+-------+-------+---------+---------+-----+-------+ | Name | Lines | LOC | Classes | Methods | M/C | LOC/M | +----------------------+-------+-------+---------+---------+-----+-------+ | Controllers | 265 | 205 | 10 | 22 | 2 | 7 | | Helpers | 48 | 42 | 0 | 4 | 0 | 8 | | Models | 299 | 213 | 9 | 34 | 3 | 4 | | Libraries | 293 | 200 | 4 | 34 | 8 | 3 | | Components | 0 | 0 | 0 | 0 | 0 | 0 | | Integration tests | 129 | 92 | 2 | 11 | 5 | 6 | | Functional tests | 605 | 502 | 18 | 73 | 4 | 4 | | Unit tests | 443 | 332 | 9 | 51 | 5 | 4 | +----------------------+-------+-------+---------+---------+-----+-------+ | Total | 2082 | 1586 | 52 | 229 | 4 | 4 | +----------------------+-------+-------+---------+---------+-----+-------+Code LOC: 660 Test LOC: 926 Code to Test Ratio: 1:1.4