Hello everyone. You may recall I''ve made a couple of announcments
regrading a Rubyforge project, Recipe Browser. I''ve finally found a
home (at least temporarily, anyway), to post a public demo.
You can find it at http://recipes.textdriven.com/
No promises that it will persist - my textdrive package is actually
for another site, so if between the two I exceed my alloted bandwidth,
I''ll have to take Recipe Browser down. I am running from the most
recent snapshot from my development machine. It''s basically 0.4.2 + a
few tweaks and bug fixes. Its a bit slow, as it''s only running on
standard CGI right now. My development fastcgi is quite responsive
though.
We''d love to hear some feedback, on any aspect of the app
(functionality, look/feel, bugs, etc). You can post any
questoins/comments you might have at
http://rubyforge.org/forum/forum.php?forum_id=1214
Recipe Browser 0.4.2+
--------------------------------
A community recipe repository running of Ruby on Rails. Key features include:
- Very robust searching capabilities. One can search based on
(inclusion/exlusion of) ingredients, (inclusion/exclusion of)
categories, rating, spiciness, and source.
- Recipe scaling. Double, triple, halve, etc. a recipe with a simple click.
- A recipe can be a member of any number of user defined categories.
Categories defined on the fly by the user, so you can have simple
categories like "meat" or "vegetarian", or something like
"Dan''s
Favorites".
- Ability to attach files, plain text or jpg/gif images. Want to
attach a picture of the final product? You can. Want to attach the
scanned image of the original handwritten recipe passed down by your
great-grandmother? You can.
Planned Features:
- Optional password protected access
- Email recipe to a friend
- Index card style printing
>>
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Helpers | 137 | 113 | 0 | 8 | 0 | 12 |
| Controllers | 305 | 239 | 6 | 20 | 3 | 9 |
| Functionals | 562 | 373 | 7 | 49 | 7 | 5 |
| Models | 35 | 27 | 5 | 0 | 0 | 0 |
| Units | 67 | 51 | 1 | 4 | 4 | 10 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 1106 | 803 | 19 | 81 | 4 | 7 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 379 Test LOC: 424 Code to Test Ratio: 1:1.1