Displaying 4 results from an estimated 4 matches for "piglegtoo_1".
2007 Mar 26
2
Issue generating XML with hyphenated element names
Hello...
I''m trying to generate and XML file using .rxml and I''m having a
problem with element names that contain a hyphen. Here is a chunk of
the .rxml file:
xml.instruct! :xml, :version=>"1.0"
xml.properties do
@properties.each do |p|
xml.property do
xml.location do
xml.street-address(p.street_address)
xml.city-name(p.city)
..
end
end
end
2007 Apr 07
2
functional test question
I have a view that passes two params hashes (:user and :school) to my
controller action. In the functional test for the controller action,
how do pass these two hashes?
I tried the following that did not work
get(:create, [:user => {:firstname => ''xxx'', :lastname =>
''yyyy''}, :school => {:id => 1}] )
It seems to pick only the first array
2007 Apr 08
3
Updater and PeriodicUpdater fighting with one another
I have a long-running process to build a directory tree in a database
from a very large and deep folder structure. I am using sessions for
security, but the process takes so long that it never finishes.
Having tried and failed to override the session time-out, I am trying
to work around the problem by having a PeriodicUpdater tickle the
session by loading a page every minute. But I am also
2007 Apr 15
5
Railsplayground.com down?
I can''t access my account page, my hosting page or their main site?
Anyone else having this issue as well? traceroutes and pings return
nothing at present.
--~--~---------~--~----~------------~-------~--~----~
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