similar to: Rapidfire 1.2.0 - Dynamic surveys in your rails app

Displaying 20 results from an estimated 300 matches similar to: "Rapidfire 1.2.0 - Dynamic surveys in your rails app"

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 Nov 25
2
[LLVMdev] LNT server is down
I don’t have access to that server. I have been using a cloud LNT instance for the performance runs on the green-dragon cluster. So far it has provided 100% uptime! http://llvm-lnt.herokuapp.com <http://llvm-lnt.herokuapp.com/> > On Nov 24, 2014, at 3:24 PM, Tobias Grosser <tobias at grosser.es> wrote: > > On 24.11.2014 23:54, Galina Kistanova wrote: >> Hello
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
2014 Aug 12
3
[LLVMdev] [LNT] running LNT in 'the cloud'
On a few occasions, Daniel has mentioned running a LNT instances from a PaaS cloud. A while back I decided to see if that is possible. I am happy to report it is. In r210134 I made the necessary changes to allow LNT to run on the Heroku PaaS cloud. https://www.heroku.com The commit is all configuration changes to instruct the cloud on how to run the app. I have a live instance of LNT here:
2004 May 17
0
Shorewall 2.0.2b
I apologize for the rapidfire releases but here are a couple more bug fixes. 1) Specifying a null common action in /etc/shorewall/actions (e.g., :REJECT) results in a startup error. 2) If /var/lib/shorewall does not exist, shorewall start fails. http://shorewall.net/pub/shorewall/shorewall-2.0.2b ftp://shorewall.net/pub/shorewall/shorewall-2.0.2b -Tom -- Tom Eastep \ Nothing is
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
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 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 May 25
1
Mysterious Application Error on Heroku
I converted my app to rails 4. My test suite is green and it runs great locally. I then deploy to Heroku and it crashed with no information at all. It just says "Application Error. An error occurred in the application and your page could not be served" Heroku logs don''t give any info either: -------------------------------------------------------------
2013 Sep 16
0
Sportbook - Open Source Football Betting Pool Ready for Champions League 2013/14 in Rails
Hello, I''ve reconfigured the Sportbook app with new match fixtures for more fun for the upcoming Champions League 2013/14 [1]. You''re welcome to add your own fixtures. More tournament example include - Deutsche Bundesliga 2013/14, - English Premier League 2013/14, - Spanish La Liga 2013/14, - Italian Serie A 2013/14 - and others [2]. More info at the
2013 Nov 10
0
What's New in Rails? New List (Wiki Page on GitHub) for Finding Rails News
Hello, For the upcoming Vienna.rb talk on the new Planet Ruby site [1][2] I''ve put together a wiki page about Rails News Options & Alternatives. For example: - Ruby on Rails Blog - Rails Talk Mailing List (Yes!) - Planet Ruby on Rails (planetrubyonrails.com) - Rails Casts (railscasts.com) - Reddit for Rails (reddit.com/r/rails) More ->
2012 Oct 08
0
sport.db - A Free Open Sports Database & Schema (Football Fixtures & More)
Hello, I''ve extracted from the Sportbook (formerly Wettpool)[1] the football fixtures for easy reuse. The open sports database[2] also includes a little command line tool (Ruby gem), that is, sportdb and a sample web admin tool[3] in Ruby on Rails. Events in the sport.db include - the Champions League 2012/13, - Euro 2012, - World Cup Quali and others. Add yours.
2013 May 25
0
R in the browser ...
Hi all, I hope you'll forgive me - I don't plan to start using this list as my blog - but given the discussion following my last post I thought people on here might be interested to see some progress. This is a minimal build of R, cross-compiled from C/Fortran to javascript with emscripten - to be clear, nothing is running server-side, this is all running in the browser's JS engine.
2014 Nov 24
2
[LLVMdev] LNT server is down
Hello everyone, It seems the LNT server is down returning error 500. Could somebody restart it, please? Who is in charge of it now? Thanks Galina -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141124/d32b6d6a/attachment.html>
2014 Apr 23
0
Something went wrong
http://secret-brushlands-1375.herokuapp.com/users/sign_up Not sure why all of a sudden I am getting this error message when I try to save a new user - Here is the log file: C:\rails_projects\store4>heroku logs 2014-04-23T21:35:54.918695+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-4.1.0/lib/active_support/callbacks.rb:113:in `call' 2014-04-23T21:35:54.918698+00:00
2012 Apr 11
1
multi model form
hi, can someone advice how can I create a form with fileds from different models. also how to get the different models (objects) saved. thank you dani -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Aug 18
3
liboggplay and overlay video
Hi, I've eventually released the first version of my rendering library for Kate streams, and I've recently been hacking away at adding it to liboggplay. That was the missing "overlay" mode to the browser_plugin patch I sent a while ago. Now, I'm not too sure how to expose those overlays to liboggplay users: the obvious solution is to add a RGBA video type, and expose the
2013 Jul 19
12
Rails 4 "belongs_to: record" association doesn't work
Hi, I discovered a weird behavior when using a "belongs_to: record" association in Rails 4. Given two models A and B: class A < ActiveRecord::Base belongs_to :record, class_name: ''B'', foreign_key: ''b_id'' end class B < ActiveRecord::Base end When creating A, it inserts a record in B and returns A with id of nil: irb(main):001:0>
2007 Oct 18
0
combining data from 2 independent surveys
Good afternoon! My question is more of a "is there a package for doing........?" If one has 2 independent studies which both independently measure a trait of a population, but both of them are constructed from 2 separate frames (which TOGETHER refer to the population of interest), is there a possibility to infer a mean, median.. for the population but taking into account all the
2011 Apr 05
1
Sample size estimation for sample surveys
Hi, Is there an R package for estimating sample size requirements for parameter estimation in sample surveys? In particular, I'm interested in sample size estimation for stratified and systematic sampling. I have a textbook with appropriate formulae, but it'd be nice if I didn't have to type in all of the equations. Thanks Tom