search for: lattam

Displaying 5 results from an estimated 5 matches for "lattam".

Did you mean: latham
2007 Jun 13
1
seleniumrc_fu initial test issue
...rmal? I am not sure how to proceed in diagnosing this as it appears to be on the selenium server side of the house. I also note that when the test fails it does not shutdown the selenium server. At least it finds an existing server on rerunning the test. Michael MBP:/volumes/data/projects/esco lattam$ rake selenium:test (in /Volumes/Data/Projects/esco) Wed Jun 13 11:25:31 -0700 2007 - checking localhost Wed Jun 13 11:25:31 -0700 2007 - Checking for server on localhost:4444 Wed Jun 13 11:25:31 -0700 2007 - done checking Wed Jun 13 11:25:31 -0700 2007 - rake selenium:test_with_server_started --tr...
2007 Jun 25
2
passing parameters from rhtml to rjs
I need some parameters to go from my rhtml to my rjs. Anyone know how to do this? -- Amos King A. King Software Development and Consulting, L.C. http://dirtyInformation.com -- Looking for something to do? Visit http://ImThere.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2007 May 03
2
Multiple Update Actions that are Relatively the same
Hi there, I have 2 actions that are rather identical: # Put /account/you/update_password def update_password @user = current :user respond_to do |format| if @user.update_attributes(params[:user]) format.html {redirect_to account_url} else format.html {render :action => "edit_password"} end end end # PUT /account/you # Update
2007 May 27
3
Mac setup issue
I just installed an updated set of tools (ruby, rails, etc) under my home directory for my mac 10.4, since I did not want to disturb the pre-installed environment in case something in the system relies on that. The problem I have is that the rake command is still using the old stack rather than the new one, even though the new rake is there. I presume the ''rake'' command itself
2007 Jun 27
3
Lots of controllers, one page.
I have a site with a complex database and about 10 models. The main page of the site has around 5 tables/models bringing data in, so conceptually it seems like I should use a controller on each model. Is there a way to render multiple controllers on a page or am I going about this the wrong way. I''d like to keep the size of my controllers down so writing the entire application in one