On Thu, May 17, 2012 at 2:56 PM, MarcRic <
mar...@gmail.com> wrote:
> Luis,
Hello,
> Being strictly honest.
>
Good,
> Rails is my current (in fact from a few years), priority learning subject.
>
> Since I'm a half century developer, I have limited space in my brain, so, to
> make long story short:
>
> At work, I need to deal with Java EE and all sort of derivative knowledge
> needed...
>
> At home, I have decided to focus in only two:
>
> Ruby (with some incursions in Camping) and Rails.
>
> I have nothing specifically against Sinatra, I just prefer not to use my
> limited brain space on it.
>
> I'm not even sure, if I can conduct the project up to the end, but for sure
> I can start it in Rails.
>
> Would be nice hear from others in this list if they have skills to more
> properly contribute if the project is being conducted in Rails or in
> Sinatra.
>
I appreciate the honesty on this, so I'm going to be honest.
What you're saying is that what I worked on (the base of the new
website) is useless and you're going to start (with no promise to
completion) a new Rails-based website.
Since you're mentioning that you're familiar with Rails and not
Sinatra (and not wanting to learn or use it), means that the YAML
information of each reach most likely will not be used by you, and
instead something in the realm of ActiveRecord DB-backed solution is
the suggestion.
If that is what I understand, then I feel I wasted my time in my
attempt to create a smaller and simple solution that avoided the
overhead of Rails and was still clear (in most pure-Ruby as possible)
what was required to be done.
The goals of having a simpler YAML-based configuration is that I can
generate that YAML file programatically with each release, commit on
the website repository and easily deploy to heroku/EC2/whatever.
If I need to consider managing releases, uploading files through the
web/cms then we are just changing the tool but still dealing with the
same problem: automate and reduce human and manual time required for a
release.
I don't want to discourage you, but if you think you can build what I
did on the prototype I linked before on Rails and make a bit more of
progress to cover like front-page or the archives pages I think others
(including myself) will be able to complete it.
Regards,