Ruby/Rails : Rails : ActiveSupport::CoreExtensions::Time::Calculations
Context of the notion in the technology: Document / Topc: Ruby/Rails Package: Rails
Related Keywords: Ruby Rails Rails Active Support Core Extensions Time Calculations
Help URL: http://api.rubyonrails.com/classes/ActiveSupport/CoreExtensions/Time/Calculations.html
Items Related to ActiveSupport::CoreExtensions::Time::Calculations
Inner Elements of ActiveSupport::CoreExtensions::Time::Calculations
ActiveSupport::CoreExtensions::Time::Calculations contains following items:
- advance
- ago
- at_beginning_of_day (at beginning of day)
- at_beginning_of_month (at beginning of month)
- at_beginning_of_quarter (at beginning of quarter)
- at_beginning_of_week (at beginning of week)
- at_beginning_of_year (at beginning of year)
- at_end_of_month (at end of month)
- at_midnight (at midnight)
- beginning_of_day (beginning of day)
- beginning_of_month (beginning of month)
- beginning_of_quarter (beginning of quarter)
- beginning_of_week (beginning of week)
- beginning_of_year (beginning of year)
- change
- end_of_month (end of month)
- in
- last_month (last month)
- last_year (last year)
- midnight
- monday
- months_ago (months ago)
- months_since (months since)
- next_month (next month)
- next_week (next week)
- next_year (next year)
- seconds_since_midnight (seconds since midnight)
- since
- tomorrow
- years_ago (years ago)
- years_since (years since)
- yesterday
Ruby on Rails, often called RoR, or just Rails, is an open source web application framework written in Ruby that closely follows the Model-View-Controller (MVC) architecture. It strives for simplicity and allowing real-world applications to be developed in less code than other frameworks and with a minimum of configuration. The Ruby programming language allows for extensive metaprogramming, which Rails makes much use of. This results in a syntax that many of its users find to be very readable. Rails is primarily distributed through RubyGems, which is the official packaging format and distribution channel for Ruby libraries and applications. -- wikipedia.org
|