similar to: New gem covering general validations on Arrays, Hashes etc.

Displaying 20 results from an estimated 200 matches similar to: "New gem covering general validations on Arrays, Hashes etc."

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 Jun 10
0
Invoker - 1.2.0 released
Hello Folks, We just released Invoker version 1.2.0. Invoker 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
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
2013 Jun 23
1
Split brain files show no filename/path with gfid
Hi I have been running 4 nodes in a distributed,replicated setup on gluster 3.3.1 since January. Each node has 10tb of storage to give a total of 20tb, for 2-3 years before that they were running on previous versions of gluster. Recently we had issues with the backend storage (ext4) on one of the nodes going read only, thats now resolved and I have ran the following and had errors. gluster
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
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
2003 Jun 11
0
New Asterisk System
Hello! I'm new to Asterisk, although I've had my eye on it for about a year now. I just recently installed in on RedHat 8 on a 2 GHZ system, but the sound was choppy - presumably from the onboard sound card (I read about that in the archives). So I stuck Asterisk on an old ISA system - 300 Mhz, 100 mb ram, RedHat 8, and SoundBlaster 32. While there was much improvement in the
2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
We have implemented calendar_helper.rb to generate an ajaxified calendar using rjs templates. Everything worked fine until we added a drop down to select the current month. Now when select a month and the calendar refreshes to that selected month we get a ton of ''\t'' displayed all over the page inside what looks like to be a javascript debug print statement ( try {} catch{} block
2005 Oct 11
0
Set Covering Problem (SCP) (in mathgraphs)
Dear All, Can I solve a "Set Covering Problem" (in a mathgraph) using R? Which package should I use for that? Thank you in advance. Sara Maltez Mouro [[alternative HTML version deleted]]
2018 Feb 15
1
[GSOC 2018] Project covering LLVM and GPU
All, This year I am very interested in participating in the Google Summer of Code with a LLVM project. The main reason is that I am starting a Bachelor's Thesis about compilers that will target directly LLVM. (Note that I would like to continue beyond Bachelor) The project that me and my advisor have chosen is about compiler optimizations for GPGPU. Although I have seen some proposals for
2008 Aug 13
0
Solatech Window Covering Software, MSDE, and Wine
I am trying to convince my office to move to Linux desktops. I have a workstation installed with Ubuntu 8.04: Code: mis at mis-desktop:~$ uname -a Linux mis-desktop 2.6.24-19-generic #1 SMP Fri Jul 11 21:01:46 UTC 2008 x86_64 GNU/Linux mis at mis-desktop:~$ wine --version wine-1.0 We currently use a *nix-based production software called PIC, but will be moving to another provider called
2000 Sep 29
2
pretty not covering the range properly (PR#673)
When I issue the command: if ( c(2.8,3)[1] < pretty (c(2.8,3))[1]) print ("problem") the result is "problem" prints. I have traced it to bits and the 2.8 of the returned vector from pretty is slightly larger. This seems to be due to the conversion to base 10 with the ns and unit variables in src/appl/pretty.c. Anyway if I do something like: hist(c(2.8,3)) it fails as well
2006 Jun 18
1
plugings for date validations, email address validation & url validations in rails
Hi all, Is there any standard plugin available for date validations, email address validation & url validations in rails? Thanks in advance, Medha. -- If not you then who..... If not now then when...... ----------------------------------------------------- With Best Regards, Medha. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 15
2
retrieving hashes key & values (ASAP)
Hi, I want to retrieve the set of key & values which returns from a stored procedure : connection.select_all "exec common.dbo.scr_lookupric ''AAP.N'' ". The results i want to display in a view screen call result.rhtml. Please help me out ASAP. Thanks in advance. joshua... -- Posted via http://www.ruby-forum.com/.
2006 May 15
3
Are the hashes faster than activerecord finds ?
Hello, I need to store somewhere one hundred of static ressources text field (internationalization). I wonder if it better to put them in a database or in a hash defined at app startup (in environment.rb) I would go to the second one, but am I right ? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Feb 18
0
Comparing two hashes
Ok, I''m trying to do an implementation of a blog client using rails. I''m using a nice pre-built ruby module called "blog/client" - http:// raa.ruby-lang.org/project/blogclient/ - which has some nice methods that wrap up XMLRPC/client calls and make the manipulation of structs transparent to the main application. My next task is to try and fetch the list of
2006 Jan 18
0
Mysql password hashes- 16 byte vs 41 byte
I have a rails app that is (was) working with MySQL 5.0. Until yesterday that is when I started mucking with the MySQL GRANTs. Right now I have grants for the following: User Host root % root 192.168.0.63 root localhost The rails server is 192.168.0.63. In database.yml I have used socket: as well as host: and I am getting login errors despite having what I think are valid grants that map to
2013 Mar 20
1
Samba4 LDAP password hashes
Hello, I'm running samba4 and I installed phpldapadmin to connect to the samba ldap. When I am logged in as administrator i can't see the password hashes of my users or myself. Does samba need any extra configuration/ compile parameters to view the password hashes? Or does samba has a default "manager" ldap account? Best Regards Tim Vangehugten
2007 Apr 18
0
catching frozen hashes
Hello I have been wrestling w/ the frozen hash problem in a script and I''m trying to catch this at the source where it crashes the program in flames. Unfortunately, when I look at the errors, the failure is way up in the active record ancestery chain. Here''s the first entries in the error output: