This blog is using Rails based Typo (https://github.com/fdv/typo) as its framework. The Typo project is very active and just went through a major ...
switched my blog to obtvse from typo I switched this blog to the obtvse blog rails app. It fit how I would like to blog, as well as what I prefer in terms of an application and devops for said application. My criteria for selecting obtvse where these: dynamic as opposed to static rend...
maintaining my copy of obtvse I'm maintaining my own copy of the obtvse blog application . I set my copy up initially as a duplicate repository from obtvse's git repository. These commands were used to duplicate the repo. git clone --bare https://github.com/NateW/obtvse.git git push -...
If you are starting to get a cluttered model space in your Rails application you should consider placing your models in a namespace. As an example I’m going to go through a Rails application I’m calling Recipes. If my models were starting to have the namespace implied in the class nam...
I'm maintaining my own copy of the obtvse blog application . I set my copy up initially as a duplicate repository from obtvse's git repository. These commands were used to duplicate the repo. git clone --bare https://github.com/NateW/obtvse.git git push --mirror [email protected]:monde/...