similar to: Doing and storing a Writeboard like diff in RoR

Displaying 20 results from an estimated 110 matches similar to: "Doing and storing a Writeboard like diff in RoR"

2006 Jun 16
1
diff (to html) for Rails?
Hi, I am looking for a way to compare to pieces of text, and mark up the differences with html. Basically the way Basecamp Writeboards do it. I was wondering whether this is available as a plugin (my initial search didn''t turn up anything). Ingo Weiss -- Posted via http://www.ruby-forum.com/.
2005 Oct 03
3
WriteBoard for Programmers? (code support)
Anyone think it''d be useful to make a WriteBoard type application that supported ruby, html, etc. and allowed programmers to collaborate on writing scripts or just code in general and track each others changes? Just a thought. - Jim
2005 Dec 29
2
has_many & belongs_to with Plugins (login_engine)
Hello list, Probably a newbie question but couldn''t find the answer in the archives. I am using the login_engine Plugin to implement the login functionality. I have a JournalEntry model that interacts with the journal_entries table. I would like to link the journal entries to the user who entered it. Essentially, it is a one to many relationship between the model User(from
2006 Apr 06
4
Record retrieval in Many-to-many using :through not working
Hello, I get an error while retrieving records from the following model structure. Tables foods - id, food foodallergies - food_id, symptom_id, a few other columns symptoms - id, symptom Models class Food < ActiveRecord::Base has_many :foodallergies has_many :symptoms, :through => :foodallergies end class Symptom < ActiveRecord::Base has_many :foodallergies has_many :foods,
2006 Mar 30
4
redirect_to("url") with post?
Is there a Rails-friendly way to redirect_to an url and post some parameters with that? I''ve tried: redirect_to("http://whatever.com", { ''postme'' => ''this'' }) redirect_to("http://whatever.com", :post => { ''postme'' => ''this'' }) redirect_to("http://whatever.com", :options
2006 Mar 28
1
acts_as_taggable plugin to tag multiple fields in a model
Hello, Is it possible to tag multiple fields in a model using either acts_as_taggable plugin or gem? If it is not possible out of the box, can anyone provide pointers on how I would achieve something like that? Say I have a ''Food'' model which has ''spices'' and ''healthiness'' attributes. I want to be able to tag on both those fields. Is that
2010 Apr 27
1
ggplot2 - help with intervals in geom plot
Hi; I have created a geom_tile plot which does roughly what I want but I have a small tweak I cannot sort out. I have a dataframe binL, binR, HCount, HProbCount where HCount and HProbCount have values ranging from 1-150. I plot binL and binR on the axes respectively and create two charts with the fill being represented by HCount and HProbCount respectively. The problem is that I want
2006 Apr 04
4
Help with many-to-many using :through
I am using many-to-many using :through since I need to store additional information in the join table. I am doing this and it seems to work. I want to verify that this is the best way to do this. Tables foods - id, food foodallergies - food_id, symptom_id, a few other columns symptoms - id, symptom Models class Food < ActiveRecord::Base has_many :foodallergies has_many :symptoms,
2008 Nov 29
0
Remote Features Screencast
Hi there, i have written a little Ruby Program called RemoteFeature (It?s more a Hack as of now). It lets you run Cucumber/RSpec Features that are defined in a 37Signals-Writeboard and updates the Writeboard automagically. I have made a Screencast about this. It is available at my blog: http://matthiashennemeyer.com . Or direct: http://chocolateco.de/images/remotefeaturesintro.mov Do you have some
2009 Mar 30
0
pgmm (Blundell-Bond) sample needed)
Dear Ivo, dear list, (see: Message: 70 Date: Thu, 26 Mar 2009 21:39:19 +0000 From: ivowel at gmail.com Subject: [R] pgmm (Blundell-Bond) sample needed) I think I finally figured out how to replicate your supersimple GMM example with pgmm() so as to get the very same results as Stata. Having no other regressors in the formula initially drove me crazy. This was a case where simpler models are
2006 Jan 10
14
Not wishing to instigate a DB war, but...
Can I get some opinions on which free DB to use with rails for a virtual server that will eventually be doing lots of heavy database lifting? Not a lot of heavy duty querying per se. Think multiple simultaneous forums and blog sites and the like. I know each of the different DB possibilities such as MySQL and PostgreSQL has plus points and minus points. I''m particularly interested
2005 Dec 17
0
New project again
Hi all I got some reply to the new project I am thinking of setting up. Just wondering if there was anyone else interested. It is a question and answer board (especially useful for sites that sell products) using web 2.0architecture. I have a writeboard with ideas. If you are interested, please email me back. Cheers, William _______________________________________________ Rails-spinoffs
2005 Oct 22
1
[DOUBT] Rails i10n
I am making 2 or 3 apps that have to speak Russian and English (and probably Dutch). My coming website will have to speak all of them (and maybe French). I am tired. Can someone help me think a little? http://123.writeboard.com/4f2acae094e850b35/login Password: rails I won''t manage this alone. -- Julian "Julik" Tarkhanov
2005 Oct 21
3
Need feedback on Instiki-AR beta
Hi all, Following the recent release of Instiki-AR beta, I haven''t had a lot of bug reports or other feedback. This could mean one of the two things. Either nobody is using it, or some people are, and have no problems at all. One thing for sure is that it''s certainly getting downloaded (20 times a day, as it were)! I''d like to know which way is it. So, if you are
2006 Mar 17
0
Installed Gems on godaddy.com
Hi, is there a core list of gems that one needs to install in a production environment? Anyways, here''s a current list of installed gems on godaddy.com: Gems *actionmailer 1.0.1* [www] <http://www.rubyonrails.org/> - depends on actionpack <http://www.situationman.com/_h_admin_/gems.html#actionpack>. Service layer for easy email delivery and testing. *actionmailer 1.1.5*
2011 Nov 18
0
Wine release 1.3.33
The Wine development release 1.3.33 is now available. What's new in this release (see below for details): - Support for text output in the DIB engine. - Improved support for HTTP proxies. - New version of the Gecko engine. - A number of cursor fixes. - Some fixes in bidirectional text layout. - Various bug fixes. The source is available from the following locations:
2002 Sep 16
5
directory structure problems
Hi. New to linux. When I try to run something under wine (installation of windows program), I get the following error. My system is running linux-only RH7.3. I've gone into the /config file with pico and tried changing from c:\windows\temp to c:\temp with and without the double \\. This resulted in a single install going presumably okay (I have no idea how to LAUNCH the program I just
2007 May 01
7
RSpec 0.9.1 released
The RSpec team is pleased to announce RSpec 0.9.1 (we skipped 0.9.0). RSpec is a framework that provides programmers with a Domain Specific Language to describe the behaviour of Ruby code with readable, executable examples that guide you in the design process and serve well as both documentation as tests. This release includes a complete overhaul of the API, which can be summarised as follows: *
2007 Feb 26
15
drbspec - "no server running"
At times I''ve gotten the message "No Server Running" from drbspec with my rails app. The thing is, the drb server certainly is running! This happened a few times with my model specs. I''m not sure exactly what the problem was there - I believe I was loading up fixtures that didn''t exist. I was calling fixtures :singular_table_name as opposed to
2007 Aug 16
0
pandoc 0.4 released
I've just released a new version of pandoc (0.4), a program for converting between different markup and markdown formats. Using pandoc, you can convert markdown-formatted plain text to HTML, LaTeX, ConTeXt, DocBook XML, groff man pages, S5 HTML slide shows, RTF, reStructuredText, and (using the associated shell script markdown2pdf) PDF. You can also convert HTML, LaTeX, and reStructuredText