search for: ugggh

Displaying 4 results from an estimated 4 matches for "ugggh".

Did you mean: uggh
2006 Aug 07
2
Ugggh..another recipes question
sorry, because it seems that I need more explanation on this Rails Recipes authorization - I finally got the code working but after using the login I get this back from Rails- Routing Error No url can be generated for the hash {} I''m guessing it''s coming from the redirect- def login if request.post? session[:user] = User.authenticate(params[:first_name],
2011 May 27
14
[rails] undefined method `model_name' for NilClass:Class
Never seen the error above before, code: describe "edit action" do it "edit action should render edit template" do food = Food.create(:name=>''mooo'') # Food.any_instance.stubs(:valid?).returns(true) get :edit, :id => food.id response.should render_template(:edit) end end -------------- next part
2006 Dec 12
10
Scriptaculous loader ... how to clone it?
Hi, I would like to use the system loader as in scriptaculous.js to load dynamicly some of my javascript files. So I copied and pasted the code from scriptaculous.js into my modules.js (this file should load all my js files from the directory "modules" !). But the problem is when I launch my web page, the scriptaculous.js works correctly but not the modules.js. I think the two methods
2006 Mar 09
22
How to scale mysql servers for a rails application?
I''m a developer working on an application that will potentially be used by around 500,000 users on a daily basis. Plus some internal apps communicating to it via ActionWebServices with a potentially high demand. Our Operations team is helping us define the necessary system architecture, and I have one remaining question: What is the best way to scale the database? I have no expertise in