All tagged by Time

  • Decorated Time Decorates the Time class with some meaningfully named methods for getting the weekday and month names, so you don't have to remember the strftime format strings. Type: Plugin | Last updated: 02 May 2008
  • Relative Time Helper Used for getting multifield attributes like those generated by a select_datetime into a new Time object. For example if you have following params={:meetup=>{:"time(1i)=>..."}} just do following: ... Type: Plugin | Last updated: 22 April 2008
  • Rails 2.1 Time Zone Support: An Overview This will be the first of several posts I'll create about the new time zone features in the upcoming Rails 2.1 release. In this post, I'll give an overview of the new features, by walking through the setup of a new app. Type: News | Submitter: Scott Sherwood | Date created: 15 April 2008
  • Date Time Text Field Helpers Apart from possibly the longest plugin name ever, these are a set of form helpers that use text fields instead of select dropdowns the standard Rails date form helpers use. Each date/time component gets its own text field which enables quicker... Type: Plugin | Last updated: 24 March 2008
  • Adding timezone to your rails app This is a nasty job, no doubt about it. But, a necessary one, particularly since I set the server time to UTC and all my applications' timestamps are now weirdly off-kilter. Unfortunately the seminal article on this topic got lost in the tubes so... Type: News | Submitter: Scott Sherwood | Date created: 16 January 2008
  • Tz Time TzTime is a wrapper for the Time class. It associates a time instance with a time zone, and keeps the two together. It quacks very much like a Time instance, and even provides the same extension methods that Rails adds to time objects. ... Type: Plugin | Last updated: 31 December 2007
  • TimeZone selection Supporting TimeZones is a serious pain in a developer's neck. Thankfully, Rails comes with a bunch of tools making our life easier. One of my Rails patch just got merged in Rails Edge (Future Rails 2.1) and I believe it will make my life just a tiny... Type: News | Submitter: Scott Sherwood | Date created: 23 December 2007
  • Timezone Fu timezone_fu makes it really easy to deal with multiple timezones within a Rails Model. The plugin-in assumes that there is a model attribute called timezone that can be used for conversion. Type: Plugin | Last updated: 12 December 2007
  • Relative Time Helpers Adds additional time helpers Type: Plugin | Last updated: 01 December 2007
  • 12 hour time select This is a simple plugin that overrides the default select_time method in order to provide support for a 12 hour clock. The 24 hour time functionality is fully retained. Type: Plugin | Last updated: 08 November 2007
  • Timed File Store It lets you expire fragments based upon the time of the cached file. Type: Plugin | Last updated: 16 October 2007
  • Flex Times the plugin that gives you control over the datetime helpers. Type: Plugin | Last updated: 07 October 2007
  • Twelve Hour Customize time_select method helper to display 12 hour style time. Type: Plugin | Last updated: 07 October 2007
  • Event Attribute EventAttribute allows you to turn your date/datetime columns in to boolean attributes. Type: Plugin | Last updated: 07 October 2007
  • EZTime EZTime is a simple extension to the Date class in Ruby to provide easy formatting of dates and times. Type: Plugin | Last updated: 05 October 2007
  • TZInfo Timezone This plugin installs a replacement for the TimeZone class. The replacement uses the TZInfo library (http://tzinfo.rubyforge.org) to do the time zone conversions, and thus takes into account daylight saving, for free. Type: Plugin | Last updated: 01 October 2007
  • Windows Time Format Fix This rails plugin add support for options not supported on Windows. Type: Plugin | Last updated: 18 September 2007
  • Time Extensions This plugin merely adds two new methods to Time and Date Type: Plugin | Last updated: 18 September 2007
  • Time Comparisons Provides for chronological comparisons between Time, Date and DateTime objects using before?, after? same_time?, same_time_or_before?, same_time_or_after?, within?, outside? and compare_time methods. Type: Plugin | Last updated: 18 September 2007
  • Time Picker The usage of time_picker follows closely of that of ActionView::Helpers::DateHelper. Type: Plugin | Last updated: 21 August 2007