Displaying 4 results from an estimated 4 matches for "railsdir".
2007 Feb 01
0
Server migration another documentroot
...s 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
to public
The problem is that the old configuration has been comunicated a lot.
So i want to rewrite the old url requests transparant to the new request
:
http://domain/:controller/:action -->
http://domain/railsdir/:controller/:action
if poss...
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
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/.
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...