search for: tomabr

Displaying 2 results from an estimated 2 matches for "tomabr".

Did you mean: tomaba
2010 Oct 28
4
how do i find the trigger of an 'unknown' action
hi , in my logs i see that: Completed in 1480ms (View: 267, DB: 90) | 200 OK [http://192.168.2.9/xyz/99] SQL (1.4ms) SET NAMES ''utf8'' SQL (0.7ms) SET SQL_AUTO_IS_NULL=0 Processing xyzsController#images to gif (for 192.168.2.3 at 2010-10-28 15:22:35) [GET] Parameters: {"id"=>"loading"} ActionController::UnknownAction (No action responded to
2010 Feb 20
2
Extending Rails
Hi, I am not sure how to extend Rails. I want to write a class where I can Access my Models, like "User.all". I tried to add a class in the lib/ folder but then ruby complains that e.g. "User.all" with "NameError: uninitialized constant " Is there a way to inherit my Rails functionality in a ruby class in the /lib folder? Or am I going in the conplete wrong