Thanks for the positive feedback and support :)
>> Thanks for the "powered by Hobo" link.
1 - We have to give something back :)
>> It would be nice if you could post how you got lifecycle to work on
>> the user model.
>> I then think of the e-mail activation and lost password stuff.
2 - It is in my TODO list. I'll probably be able to write the recipe
near the end of month.
>> Congratulations! Looks great. What hosting service are you now using?
3 - Dreamhost. I'll search for an alternative soon.
4 - Oooops. Fixed! :)
>> I notice you don't mention anything about testing...
5 - I'm doing a lot of unit testing (models). I didn't analyse the
test coverage, but I would like to get my hand on some figures. What
tools are out there?
6 - I'm not testing controllers. I've tried to authenticate the user
in a test but failed on the first attempt. I did't go for a second
try, but I'm sure it wouldn't take more than half an hour to find the
solution. I'll do some functional testing in the next iteration.
7 - I'm not using an additional test framework. I would like to spend
some time analyzing shoulda though.
>> (Table-plus) It's a really cool feature and will hopefully become a real selling point for Hobo.
8 - Yep! Table-plus was the decision factor that lead me to adopt
hobo. Unfortunately this feature has some problems in Cavortify and
was the reason of some headaches :|
Regards,
Tiago Franco
On Feb 13, 7:58 am, Scott Bronson <
bron...@rinspin.com> wrote:
> Hi Tiago, Cavortify looks great.
>
> I notice you don't mention anything about testing... Did you give
> this any thought? Personally I'm using Shoulda in my app but my test
> coverage is probably around 0.002%... need to spend some more time on
> this!
>
> I agree that table-plus can be tough to use. There are some gotchas
> that aren't documented anywhere (like how to write the action for an
> index method, it's a little different than the show example cookbook),
> and I ran into the custom collection limitation too. I want to free
> up the time to really dig into table-plus and understand it well
> enough to improve it but there's always been more pressing stuff to
> worry about. It's a really cool feature and will hopefully become a
> real selling point for Hobo.
>
> Nice work,
>
> - Scott
>