search for: mancer

Displaying 6 results from an estimated 6 matches for "mancer".

Did you mean: manner
2013 Jul 01
0
Invoker - 0.1.1 release, A gem for managing processes in development environment
Hello Folks, Invoker is a gem for managing processes in development environment. You can install the gem via: ~> gem install invoker And you can clone the code from: http://github.com/code-mancers/invoker After Installing gem, you need to create a configuration file: [rails] directory = /home/gnufied/god_particle command = zsh -c ''bundle exec rails s -p 5000'' [dj] directory = /home/gnufied/god_particle command = zsh -c ''bundle exec ruby...
2013 Sep 02
0
ministry_of_state - 0.1.0 release. A lightweight state machine
Hi guys, Today we released ministry_of_state - 0.1.0. This new version adds support for Rails 4. Code: https://github.com/code-mancers/ministry_of_state -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org...
2013 Sep 04
0
Rapidfire 1.2.0 - Dynamic surveys in your rails app
hi, A new version of rapidfire gem (v1.2.0) is released Rapidfire gem makes adding dynamic surveys very easy in your rails application. source: https://github.com/code-mancers/rapidfire docs: http://rdoc.info/gems/rapidfire/frames demo: https://rapidfire.herokuapp.com Changes (v1.2.0) * Rails 4 is now supported * A new api is exposed to fetch survey results. It also exposes results in JSON format so that end user can use javascript libraries to rend...
2014 Mar 30
0
New gem covering general validations on Arrays, Hashes etc.
Hi, Recently, we released a v.0.0.2 of our gem 'Rails-Legit'. This allows a clean interface to add validations for Arrays, Hashes and Time objects. Check it out at https://github.com/code-mancers/rails_legit. Do open an issue if anything breaks. Open to suggestions too! Thank you -- Kashyap www.codemancers.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails f...
2014 Apr 16
0
[XPOST] Invoicing - 1.0.0 released
...erating pdf for invoices. Bit of background: Invoicing gem was initially developed by Martin Kleppmann (https://github.com/ept/) for generating and displaying invoices. This release polishes the gem, makes it compatible with rails 3 and rails 4, adds pdf generation source: https://github.com/code-mancers/invoicing docs: http://invoicing.codemancers.com/ Features: 1. Store any number of different types of invoice, credit note and payment record 2. Represent customer accounts, supplier accounts, and even complicated multi-party billing relationships 3. Automatically format currency...
2014 Jun 10
0
Invoker - 1.2.0 released
...oker is a pow alternative written in pure ruby that works on OSX and Linux. It is built on the idea of configuration over convention. Invoker can use a INI file or a standard Procfile as input and make your apps available on .dev domain and do bunch of other things. Code : https://github.com/code-mancers/invoker Docs and other information - http://invoker.codemancers.com/ Changelog: 1. Add support for Linux (tested on ubuntu and fedora) 2. Implement https support. 3. zsh completion. Any comments or suggestions most welcome. -- You received this message because you are subscribed to the G...