similar to: Invoker - 1.2.0 released

Displaying 20 results from an estimated 2000 matches similar to: "Invoker - 1.2.0 released"

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
2014 Apr 16
0
[XPOST] Invoicing - 1.0.0 released
Hello people, We have released invoicing gem which helps you in creating, managing and generating 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:
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
2013 Oct 11
0
Invoker 1.0 release with runtime agnostic .dev local domain support and process supervisor
Hello folks, I am happy to release version 1.0 of Invoker. Invoker is a utility belt for managing processes in development environment. Use it for managing multiple processes with ease. Use it for developing web applications on different local domains without /etc/hosts hacks. * Installation gem install invoker * Usage Invoker supports formean like process supervision and also makes http
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
2012 Aug 01
1
Strange error: uninitialized constant Barby::Code128A on Heroku server?
I can`t figure out why on heroku server my app crashed. On local server all seems works. 2012-08-01T17:14:50+00:00 app[web.1]: NameError (uninitialized constant Barby::Code128A): 2012-08-01T17:14:50+00:00 app[web.1]: app/models/order.rb:102:in `generate_shipment'' 2012-08-01T17:14:50+00:00 app[web.1]: app/models/order.rb:60:in `generate_items'' 2012-08-01T17:14:50+00:00
2014 Jun 20
0
3.6 directory environments, r10k, and hieradata
Hi Guys, I have a few questions about 3.6 directory environments, which we're looking to adopt. Currently the most pressing surrounds the integration of r10k and hiera… I believe I want to store hieradata inside the r10k repos, so that each r10k repo (I'm planning on using these to segregate different internal product stacks so that product owners can put sensitive data in their own
2014 Jun 04
0
Ability to "wait" for dotnet to complete installation
Hi all, Interesting timing challenge around installing dotnet on Windows 2008 R2 Data Cente. In essence, when we run the following command, it appears to complete in a few seconds. The reality is that it spawns multiple new msiexecs to install and configure itself over the next 5 mins or so. dotNetFx40_Full_x86_x64.exe /q /norestart This causes an obvious issue if we need to install a bit of
2014 Apr 19
0
How to has_one/belongs_to association only return the objects unassociated in combobox?
I have two models (Car and Driver) and a combobox to select which driver belongs to which car. I want the combobox just show the objects that have not yet been associated. # vehicle belongs_to: driver # driver has_one: vehicle # simple_form # vehicle/_form.html.haml = f.association: driver, label_method: :name, value_method: :id How to ensure validation before saving, to avoid problems of
2014 Mar 27
0
Facebook wall post
Hi Friends, In my application need send multiple message(selected friends only) to face book users. am using *fb.ui method: feed. *If i send one user it will work but it not supported to mutiple friends. How to solve it. -- 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
2014 May 22
0
OAuth2 client credentials grant error UnsupportedAuthorizationScheme
Dear ALL, Anyone have come accross the following error, your comments would be of great help, plz suggest on this,OAuth2::Error ({"ErrorCode":" UnsupportedAuthorizationScheme","ErrorMessage":"Only 'Bearer' scheme is supported for Authorization header."})* Any help is greatlly appreciated Thanks & Regards, Usha -- You received this message
2014 Mar 21
0
mount point directory permissions
Hi I have the following problem: in a certain module I need to set permissions on a directory after the mount was executed. If I do the following file { '/app_dir': ensure => 'directory' owner => 'app_user' group => 'app_group' mode => '2775' } mount { '/app_dir': ensure => mounted, atboot => true, device
2014 Mar 21
0
How to create APIs and Web services in rails.
Hello, How to create Web Services in rails. Present we are developing one website in rails, and we want to develop same website for Mobile. We want to create APIs and provide that apis for mobile development. So can you guys help me, how to create APIs and Web Services in rails. thanks in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on
2013 May 25
1
Silent Failure when starting Unicorn on Heroku
Switched my RoR (3.1.3, 1.9.2) app from Thin to Unicorn (4.6.2). It ran fine in development (Mac OSX), but when deploying to production on Heroku, it fails silently (no backtrace, no error detail). Log looks like: Starting process with command `bundle exec unicorn start -p 6069 -c ./config/unicorn.rb` /app/vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/configurator.rb:634:in
2018 Jan 28
0
Fwd: [GSoC Mentors] GSoC Org Ideas List should be solid by this Monday at 19:00 UTC for review
Dear All, I'm afraid this applies to LLVM as well. So, please fill in the OpenProjects pages for GSoC today - 19:00 UTC Monday is morning in California, so Monday will be too late :( ---------- Forwarded message ---------- From: 'Stephanie Taylor' via Google Summer of Code Mentors List <google-summer-of-code-mentors-list at googlegroups.com> Date: Sun, Jan 28, 2018 at 11:05 AM
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
2016 Dec 20
0
[Bug 1104] New: Use close on exec flags instead of fcntl
https://bugzilla.netfilter.org/show_bug.cgi?id=1104 Bug ID: 1104 Summary: Use close on exec flags instead of fcntl Product: iptables Version: CVS (please indicate timestamp) Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: iptables Assignee:
2014 Mar 10
0
Mongoid : bson namespace error
Hello All, I had been trying to work on Rails 4 and Mongoid gem. The following are the versions I had installed: bson-2.2.1 mongoid-3.1.6 After installing and trying to run "rails generate" command. It is failing with NameSpace error for BSON::ByteBuffer. It is trying to connect to mongodb server initially and getting successful. Post that it is failing with the following
2003 Dec 17
3
friday entertainment
Sometimes people call it "Magic Lubricant". Sometimes - "Power Bottle". Why? An amazing erection WITHING SEVERAL SECONDS is guaranteed to you! Double-strengthed orgasm and full satisfaction... I guess this is excatly what are waiting from sex! Your easy-to-use solution is here: [1]http://www.ghkp.us/vpoil/?utopia ----- Link below is for that people
2011 Mar 08
3
Jet40 engine and I don't get along.
john at john-GA-MA78LM-S2H:~$ winetricks Executing wine /home/john/.cache/winetricks/jet40sp8_9xnt.exe fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\john\\Temp\\IXP001.TMP\\Jetsetup.CAB" err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with [u][b]error 2[/b][/u] Install of