Displaying 3 results from an estimated 3 matches for "ruppconsulting".
2005 Dec 29
4
Images in Agile Web Development with Rails
Hi,
I am working through Agile Web Development with Rails and I am at pg 69
second last paragraph says "put some images in the public/images
directory......" how do you code the link that is stored in the data base I
have tried http:public/images/name .jpg with no avail I have tried the fully
qualified address http://home/../../../../name.jpg also with no luck. How
should I code this?
2005 Nov 26
4
activerecord rake test_mysql
Hi (I''m resubmitting this because
First question: This is the rails dev list, correct?
I''d like to submit a patch and am following the steps on this page:
http://dev.rubyonrails.org/
Here''s what I did (using mysql 5.0.15-nt):
created 2 databases:
activerecord_unittest
activerecord_unittest2
created 1 user: rails (giving all priveleges to both databases)
ran
2006 Feb 27
0
(no subject)
Anyone know why the rails_info/properties link on the 1.0 welcome
page would be dependent upon irb? I''m playing around with some
different Ubuntu configurations, and if I don''t install irb, the
properties link doesn''t work and I get a debug stack indicating that
the problem is caused by not being able to require irb.
This isn''t a drastic showstopper or