search for: landingcontroller

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

2012 Mar 05
1
Twitter like route
..."lawyers" WHERE "users"."token" = ''assets'' LIMIT 1 Redirected to http://localhost:3000/ Completed 302 Found in 312ms ... Rendering images ... # AND I DONT WANT THIS Started GET "/" for 127.0.0.1 at 2012-03-05 12:44:45 -0800 Processing by LandingController#landing as */* Lawyer Load (0.3ms) SELECT "lawyers".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered landing/landing.haml within layouts/landing (0.8ms) Completed 200 OK in 288ms (Views: 23.5ms | ActiveRecord: 2.2ms) -- Poste...
2006 Feb 09
6
troubleshooting an observe_field
Hi, I''ve got a live_search field in a partial that is on several different pages. On all pages, except 1, it works fine. On the page it doesn''t work on, it seems it never executes it action. Here''s my observe_field code inside the partial: <h1><label for="searchtext">Live Search:</label></h1> <%= text_field_tag :searchtext