mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
14ed815b1c
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@371 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
5 lines
No EOL
258 B
Text
5 lines
No EOL
258 B
Text
* Added Fixnum#ago/until, Fixnum#since/from_now #450 [bitsweat]
|
|
|
|
* Added that Inflector now accepts Symbols and Classes by calling .to_s on the word supplied
|
|
|
|
* Added time unit extensions to Fixnum that'll return the period in seconds, like 2.days + 4.hours. |