similar to: Stuffing - A plugin to use CouchDB with ActiveRecord models

Displaying 20 results from an estimated 10000 matches similar to: "Stuffing - A plugin to use CouchDB with ActiveRecord models"

2010 Jul 19
1
instance_exec routes -> form helpers
The new router in Rails 3 is clean and concise and marks the acceptance of instance_exec as a method for writing a gorgeous DSL. I''m wondering should something similar be applied to the default form helpers? Moving from this: <%= form_for(@post) do |f| %> <%= f.text_field :title %> <% end %> to this: <%= form_for(@post) do %> <%= text_field :title %>
2015 Mar 08
2
Xapian with Couchdb
Hi, I?m looking for how to integrate couchdb with xapian. Couchdb has a elasticsearch plugin, but i didn?t find anything about xapian. How is the best way to do it ? There some tips / tricks about xapian and couchdb ? Best Regards ! Carlos Brazil.
2015 Mar 08
0
Xapian with Couchdb
On Sat, Mar 07, 2015 at 09:40:04PM -0300, Carlos Pacheco wrote: > I?m looking for how to integrate couchdb with xapian. > > Couchdb has a elasticsearch plugin, but i didn?t find anything about xapian. There's this: https://gitorious.org/couchdb-xapian It doesn't look like it's very actively maintained though. Cheers, Olly
2010 Aug 16
3
R with CouchDB?
Hello all, I'm kind of surprised that searching the archives and Googling haven't given me a result for this... I've got a large amount of data that is a good fit for CouchDB; it's reasonably unstructured, and such structure that exists is quite fluid. I want to slice the data in many different ways, some of which really don't fit well with a relational database model. I
2008 Sep 27
0
Nascent plug-in feedback needed: CouchDB cache store
I''ve put together a quick plug-in to allow CouchDB to be used as a caching store. I have a project whereby I want to create a persistent file cache, and CouchDB seemed to be a good approach to try. If anybody has any feedback on this or has a similar need for something like this - it would be much appreciated. Thanks! http://github.com/jpignata/couch_store/tree/master
2009 Oct 04
1
ControlMaster and packet stuffing
When I'm running interactive ssh session which is ControlMaster and I run scp or sftp to same host, creating another channel, it seems that ssh is stuffing the packets together exceeding MTU. I've for years ran QoS where I prioritize small packets, as it is clean and easy way to guarantee low latency to pretty much all you care for. Unfortunately ControlMaster packet stuffing breaks this,
2005 Sep 16
0
stuffing POP3 mail into actionmailer... on windows?
I''ve read wiki.rubyonrails.com/rails/show/HowToReceiveEmailsWithActionMailer but can''t seem to find a route to automate stuffing mail into actionmailer on windows. Is there any way to automate a script that does this or is there anything like getmail that can do it for me? This just don''t do it for me: ruby script/runner Mailman.receive(STDIN.read) < email.txt
2008 Aug 26
0
Advanced ActiveRecord - Envycast.com
Hey guys, This morning Jason Seifer and I released a new screencast website called EnvyCasts. If you enjoy the content that comes from Rails Envy, then maybe check it out. Our first screencast is "Advanced ActiveRecord", which is available for just $9 bucks at http://envycasts.com How are our screencasts different? Well, we use a green screen, which means you actually see
2007 Jun 29
0
[Screencast ANN] Smarticast: ActiveRecord Grab Bag
I just put a new screencast with a few ActiveRecord tips: http://smartic.us/2007/6/29/2-activerecord-grab-bag thanks bryanl --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2006 Feb 06
3
acts_as_threaded plugin
This plugin is related to the acts_as_nested_set functionality but differs in that it allows multiple roots to exist within your database. The other benefit, is that when adding a child, it doesn''t perform a full table update to rebuild the tree, each child insertion only affects the tree that it is placed in. It even comes with my first screencast to show how you can build an old
2009 Jun 03
3
Appending a Rails Partial with jQuery
Im not sure which group to post in, so i thought i''d try both. Any Rails peeps that use jQuery? Im having a problem. I have followed Ryan Bates Screencast about inserting a partial with jQuery and currently have it working in my app. What i really would like is to keep all my code in my application.js file vs a bunch of files all over my view folders. This is what i have in my
2006 Jul 19
0
Wanted: Rails screencast for WebFaction
Hi everyone, A few weeks ago we released the screencast of our control panel (http://blog.webfaction.com/control-panel-demo) which showed, amongst other things, how to setup a default Rails site in a few clicks. Now we''d like to make another screencast showing how to setup a real-world Rails application on our servers. So we''re looking for a Rails guru to make that screencast
2005 Jul 28
0
ActiveRecord, computed values, and associations
Is there some sort of good pattern for dealing with computed values with Rails/ActiveRecord? A simple example: 3 tables, classes, students, and student_class_records (habtm style relation but contains a good deal of additional state so is modeled explicitly) Something like select the 10 classes with the most students. Easy enough in SQL. So I''m using a lot of find_by_sql and
2006 Aug 16
2
ANN (Screencast): Rails and Typo screencast at WebFaction
Hello everyone, WebFaction have just released a screencast demo showing a step by step installation of a Rails application (a Typo blog) on their servers. The 14 minute screencast shows how to: - Install a default Rails application using our control panel - Link your application to your domain(s) using our control panel - Create a database using the control panel - SSH into your shell account -
2007 Jun 19
1
Plugin Requirements
I like the style of the Merb plugin manager....installing gems straight from RubyForge. However, the current implementation in trunk wants to find an install script and a Rakefile.merb. Many gems would still be useful without this and could be easily packaged with a Merb app for deployment. Right now it wil "rescue nil" if no uninstall script is found, but the others are required. Is
2006 Mar 15
5
acts_as_threaded - help ???
Hi, has anyone successfully used the acts_as_threaded plugin with postgresql? I''m using rails 1.0 and ruby 1.8.4 on linux. Following the screencast on http://www.railtie.net/articles/2006/02/05/rails-acts_as_threaded-plugin , I got to where we''re ready to create our first post, having made the changes to controllers/posts_controller.rb, views/posts/_form.rhtml,
2006 Jun 21
0
ANN: Screencast demo of the WebFaction control panel
Hello everyone, WebFaction have just released a screencast of their control panel. The first thing you see in the screencast is how to setup your Rails site in a few clicks. Then the demo shows how you can setup a WordPress, Django and TurboGears application in a few clicks, and then "mount" these applications on various domain(s)/URL(s). The "mounting" process provides a
2008 May 12
0
Screencast on in-place edit
We tackled in-place edit in the latest screencast in our free Learning Rails course: www.BuildingWebApps.com/learningrails/14 We were surprised to find that the in-place edit plugin in the official Rails repository still hasn''t been updated to be functional with Rails 2, and that it doesn''t support several of the options in the Scriptaculous code that it wraps. We worked
2011 Feb 27
4
[PATCH] Add minimal mkstemp(3) implementation.
This uses time, ASLR and pid for randomisation. (Closes: #516774) Signed-off-by: Thorsten Glaser <tg at mirbsd.org> --- usr/include/stdlib.h | 2 + usr/klibc/Kbuild | 2 +- usr/klibc/mkstemp.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletions(-) create mode 100644 usr/klibc/mkstemp.c diff --git a/usr/include/stdlib.h
2006 Aug 12
5
Administrative Console Screencast
The first administrative console screencast is now available at: http://screencasts.visualjquery.com/demo1/ I''ve posted a bunch about the Admin Console, but it''s essentially an automated scaffold that works as an engine. The screencast is a quick overview of the minor things you''ll need to do in models, environment.rb, and others, as well as ::drumroll:: a demo of