Friday 20 February 2015

Tolk is a Rails engine yaml editing

Tolk is a Rails engine designed to facilitate the translators doing the dirty work of translating your application to other languages.


Requirements

Tolk is compatible with Rails 4.0, 4.1, and 4.2.

Installation & Setup

To install add the following to your Gemfile:
  gem 'tolk'
To setup just run:
  $ rake tolk:setup
and follow the guide !



i18n-tasks

User i18n-tasks for yaml health


i18n-tasks health











https://github.com/glebm/i18n-tasks



Thursday 19 February 2015

Magic Ink

Magic Ink

INFORMATION SOFTWARE AND THE GRAPHICAL INTERFACE



by Bret Victor



http://worrydream.com/MagicInk/

What if we designed a new kind of "maker space"


Seeing Spaces from Bret Victor on Vimeo.

The Twelve-Factor App

In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a methodology for building software-as-a-service apps that:
  • Use declarative formats for setup automation, to minimize time and cost for new developers joining the project;
  • Have a clean contract with the underlying operating system, offering maximum portability between execution environments;
  • Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration;
  • Minimize divergence between development and production, enabling continuous deployment for maximum agility;
  • And can scale up without significant changes to tooling, architecture, or development practices.
The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).


Adam Wiggins Heroku values