search for: tzinfo_timezon

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

Did you mean: tzinfo_timezone
2006 Nov 28
0
tzinfo_timezone/tzinfo can't modify frozen object
Hi. I get the following error off and on in my app. I''m running latest EdgeRails in development mode, and use the tzinfo_timezone plugin and the tzinfo 0.3.3 gem. I''ve checked line 210 in tzinfo_timezone.rb but cannot relate that to an object modification in tzinfo. Any tips much appreciated. ActionView::TemplateError (can''t modify frozen object) on line #29 of app/views/tickets/my_active_tickets.rhtml: 2...
2006 May 19
1
flickr like DST timezone management
Hello everyone I wonder if anyone can point me to the library for timezone management with DST support, which has timezones, like flickr has. I know that there is TZInfo, but it''s a bit different for it has huge list of available timezones in ''Continent/City'' format. I would like my application to have timezones list more like on flickr (or windows regional settings) -
2007 Apr 19
1
Time zone mapping from TimeZone to TZInfo::Timezone
...me zones options, like eg.: <option value="Athens">(GMT+02:00) Athens</option> But as I''m using TZInfo::Timezone, I need to map ''Athens'' to ''Europe/Athens'' I can see that the mapping I''m looking for is present in the tzinfo_timezone plugin, but I cannot see how to access it. Anyone? Thanks. Morten PS: I''m aware that I could use <%=time_zone_select("account", "time_zone", TZInfo::Timezone.all.sort, :model => TZInfo::Timezone) %> But the resulting select values look horrible, so I'...
2011 Feb 18
1
Rails plugins new official maintainers
...tps://github.com/malev/localization) Marcos Vanetta deadlock_retry (https://github.com/heaps/deadlock_retry) Kieran P And no body is interested in ... prototype_legacy_helper fcgi_handler sqlite2_adapter irs_process_scripts request_profiler render_component deadlock_retry iso-3166-country-select tzinfo_timezone tztime scriptaculous_slider javascript_test continuous_builder So they are not maintained anymore. Cheers, Santiago. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@google...
2006 May 25
3
Behavior Change in Scripts since 1.1?
Occasionally we need to run scripts (such as from cron) that have access to the rails environment. Since we''ve upgraded to 1.1 (I believe it coincides with that), all of our scripts seem to run as unit tests. An example (obviously useless), which would be store in the script directory: ------BEGIN CODE---------------------------- RAILS_ENV = ''development'' require