Paul schrieb:> Heyo, this is my first Ruby/Rails app(let).
>
> http://53cleveland.org/article.php?ID=10
>
> Currently you''ll have to download in tar.gz, the link is at the
top of
> the article. I don''t have a Subversion server running, but figure
this
> is good enough for now.
>
> Since this is my first experiment with Ruby and Rails I am interested
> in comments concerning how to make the code even cleaner. As I was
> writing it I found that I would realize a bunch of LOC could be summed
> up with just one and I''m sure there are areas I missed.
>
> It was a lot of fun to write this hope someone else can make use of it
> as I will.
Paul,
very nice idea. Thank you for sharing. I wonder if it would be a good
thing to offer this kind of functionality as a generator. Almost every
app needs some kind of configuration. It would be nice if one could just
create a skeleton for this kind of functionality to integrate into the
own app. Although for starters one can just make a copy of your model,
controller and views and start from there. I will surely need this at
some point. Thanks for the head start.
Sascha