January 20, 2010 11:07
by: Fabio Kreusch 0 Comments Edit

tagged: ruby on rails, ruby, agile, scrum, applications

Simple Scrum application

 So, I have now finally a 'releasable' version of Simple Scrum.

Simple Scrum is an application that I have developed for myself to help me manage personal software projects using a Scrum-like workflow. It contains products management, stories, sprints and burn-down charts.

I have learned a lot more about Ruby, Ruby on Rails, code quality and tests on the development process, and I think those are the best results I have obtained for now.

The application is released under the MIT open source license.

I hope it can help others (if not as an usable application, at least as a learning material!).

I have also deployed a demo version on Heroku (Heroku is so cool!). You can access it to have a sample view of the application.

The source code is hosted on Github.

There is a README file on the source code with install instructions.

Until next time!

November 24, 2009 10:15
by: Fabio Kreusch 1 Comment Edit

Nova versão, agora em Rails

Minha página pessoal já passou pelo Wordpress e pelo Tumblr. Ambos são ótimos para o que se propõem a fazer, mas como desenvolvedor eu procurava uma ferramenta que fosse facilmente extensível, com código bem organizado e com boas funcionalidades.


Nessa busca por CMSs em Rails, cheguei ao Adva, que atendeu ao que eu procurava. Algo que gostei muito nele foi que ele funciona como um Rails Engine, então a sua aplicação não fica cheia de arquivos externos para o CMS funcionar, tudo fica dentro da pasta vendors e você tem a liberdade de estender sua aplicação como bem entender.


Claro que nem tudo é perfeito, e você de alguma forma deve estender o CMS para adicionar novas funcionalidades, mas para o que quero no momento acho que ele cumpriŕa bem seu papel.