Displaying 20 results from an estimated 200 matches similar to: "diff (to html) for Rails?"
2006 May 19
2
Doing and storing a Writeboard like diff in RoR
Hello all,
Anyone have any suggestions on how I could do and display a diffed piece of
text in a style similar to Writeboard (strikeouts etc.)
Q1) Are there any ruby gems for diff?
Q2) How would I represent the diffed text in styled HTML?
If there are existing tools, any ideas on how I could write this?
Thanks,
Vaishal
-------------- next part --------------
An HTML attachment was scrubbed...
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
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
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
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
2009 May 27
1
[PATCH server] UI tweaks for cloud
Initial styling for the cloud, added a few images
Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com>
---
src/app/views/cloud/instance/index.rhtml | 2 +-
src/app/views/layouts/cloud/cloud.rhtml | 9 +-
src/public/images/mystery_cloud2.png | Bin 0 -> 1984 bytes
src/public/images/tab_bg.png | Bin 0 -> 174 bytes
src/public/stylesheets/cloud/layout.css |
2007 Jun 09
23
hoverclass on droppable zone
Hi guys,
I''m trying to make a drag''n''drop portal using sortable element. I
would like to apply the "hoverclass" option only on the droppable zone
instead of the column border.
Any idea a about the solution?
Thanks for any help,
Sabri
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2007 Feb 01
0
Server migration another documentroot
Hello :) ,
I have an application that has been online for quite some time.
Now the time has come to migrate the application to another server
The problem is that the document root of the new server will be
differtent :
it used to be :
http://domain/:controller/:action ed (so rails is in the documentroot)
new situation :
http://domain/railsdir/:controller/:action (rails dir is a symbolic link
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 Mar 19
20
Instiki 0.11.0 - ActiveRecord Forever
Dear all,
If you thought Instiki was a dead project, you were right. Since I''ve got a day job that doesn''t suck
(Official Ruby Zealot of ThoughtWorks Canada), my motivation to do open source greatly sufferred :)
But... but... but! Here is Instiki 0.11.0, and in this version Instiki is (finally!) moving to ActiveRecord backend
and (finally!) has the File Upload feature.
2005 Dec 19
2
rails based wiki: is instiki still being developed?
hello,
is the instiki project still being developed? it seems the web site is
down for a couple of weeks now, and almost no activity is going on on
the developer mailing list.
on a related note, are you aware of other actively developed rails-based wikis?
many thanks in advance.
2005 Aug 17
7
Need help with the rubyonrails wiki - instiki filters
I am trying to do a tutorial improvement on the wiki but I am having
some problems with the auto formatting. Using httdp.conf produces
http://httpd.conf when filtered. Using *.so produces .so and bold text
there after.
Is there any shorthand for the user for making text appear as it should
without the linking and re-writes? Or does the admin have to change the
filters in Instiki?
Tesla
2005 Jul 29
10
Rails Wiki down
Howdy -
Someone''s probably already reported this, but anyhow, going here:
http://wiki.rubyonrails.com/rails/show/RailsOnFedora
results in:
====================
> Bad Gateway
> The proxy server received an invalid response from an upstream server.
>
====================
Yours,
Tom
2006 Feb 21
6
+ camping/session
Camping now comes with a sessioning class, checked in tonight.
To get sessions working for your application:
1. require ''camping/session''
2. include Camping::Session in your application''s toplevel module.
3. In your application''s create method, add a call to
Camping::Models::Schema.create_schema
4. Throughout your application, use the @state
2005 May 06
17
FYI: watch out for google's web accelerator - can empty your app of data
Hi All,
A co-worker passed this info on to me:
http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fast_an_alert_for_web_app_designers.php
The Skinny: Google has a "Web Accelerator" that pre-caches pages by
following url''s. If you have any plain/simple URL''s that don''t take
paramaters (like what often happens in rails apps), it will try to
2006 May 23
6
OT: best books
Hopefully this isn''t completely inappropriate, but lately I''ve been curious
about what books people have found most helpful in their development as
programmers. If one of the icons like Dave Thomas, DHH, Mike Clark, Andy
Hunt et al could weigh in that''d be awesome :)
Here are some of my favorites:
Refactoring, Martin Fowler
Mastering Regular Expressions, Friedl
2007 Feb 20
6
Markdown and Wikis
I would like to have a wiki that uses Markdown as the markup
language (or something very close), I've currently used PmWiki
and I really like it but there are some problems with using
Markdown so I'm interested to see if there is an alternative
that works better for me.
I've looked at wiki matrix and searched for and found the
following list
bitweaver, DekiWiki, DokuWiki, Friki,
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
2006 Feb 22
13
Mongrel 0.3.6 -- Win32 Service/Rails Real Good
Hello Folks,
This release of Mongrel should make the win32 folks go crazy. Thanks to
Luis Lavena it supports a full service system for installing any Rails app
as a service. This lets you start your rails apps from either the command
line or the Service console. Stopping is still a bit problematic but we
hope to have that solved in the next release.
You win32 folks should probably send Luis
2005 Aug 04
1
Lighttpd Proxy to Instiki
Hi,
Has anyone managed to get lighttpd to proxy requests through to an
instiki running on another port?
>From my lighttpd configuration:
$HTTP["host"] == "wiki.railsapphosting.com" {
proxy.balance = "hash"
proxy.server = ( "" => ( ("host" => "206.222.22.155", "port" => 50074) ))
}
Instiki is bound to