This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-02-12 07:04:54 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f07b1edcd2955dc7af166c422309da55372a92c
rails
/
activesupport
/
lib
History
Tobias Lütke
9f07b1edcd
By default rails will update keys in memcached when using Rails.cache.write. Use :unless_exist => true flag to prevent existing keys from being overwritten.
2008-04-29 14:57:21 -04:00
..
active_support
By default rails will update keys in memcached when using Rails.cache.write. Use :unless_exist => true flag to prevent existing keys from being overwritten.
2008-04-29 14:57:21 -04:00
active_support.rb
Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a TimeZone. Introduce instance methods to Time for creating TimeWithZone instances, and class methods for managing a global time zone
2008-01-23 01:56:22 +00:00
activesupport.rb
Allow frameworks to be required by their gem name (
closes
#8845
) [drnic]
2007-09-22 18:15:05 +00:00