Tuesday, 24 February 2015
Saturday, 21 February 2015
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 !
Thursday, 19 February 2015
Magic Ink
Magic Ink
INFORMATION SOFTWARE AND THE GRAPHICAL INTERFACE
by Bret Victor
http://worrydream.com/MagicInk/
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).
Tuesday, 17 February 2015
Attachments handler for Rails that uses Cloudinary for storage.
Attachments handler for Rails that uses Cloudinary for storage.
https://github.com/assembler/attachinary
https://github.com/assembler/attachinary
Subscribe to:
Posts (Atom)