search for: 36muser

Displaying 2 results from an estimated 2 matches for "36muser".

Did you mean: 35muser
2010 Dec 01
0
Thinking sphinx + rails 3 issue in results set
...ke ts:start RAILS_ENV=development rake ts:stop RAILS_ENV=development" are working fine... When i put this query " @results = User.search '''', :page => params[:page], :per_page => 10 " in controller, it producing the query, i can able to see the results. [1m[36mUser Load (0.1ms)[0m [1mSELECT `users`.* FROM `users` WHERE (`users`.`id` IN (272, 275, 280, 281, 282, 283, 288, 289, 290, 291))[0m @results [#<User #.............................................................">] ==============ThinkingSphinx::Search= length==== 10 When i try the below qu...
2011 Jul 13
14
Using timezone javascript to set Time.zone
I''ve got a javascript that provides me with the timezone for the client. I want to use this to set Time.zone so that all my times stored in the database are displayed in the timezone for the client. So really simplistically var timezone = jstz.determine_timezone().timezone Time.zone = timezone.olson_tz obviously this can''t be done. I''ve taken a look on the web and can