aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Document Integer#even? and #odd? edge cases: zero and negative numbers.Henrik N2008-05-231-4/+8
* overall cleanup of "#=>" and other minor detailsXavier Noria2008-05-235-19/+17
* revision of inflector.rb docsXavier Noria2008-05-231-57/+57
* gsub("ActiveSupport", "Active Support")Xavier Noria2008-05-213-3/+3
* Merge commit 'mainstream/master'Pratik Naik2008-05-202-1/+7
|\
| * Fix Dependencies watch_frames collection. [#24 state:resolved]Tom Ward2008-05-202-1/+7
* | details left in previous revision of time zone related docsXavier Noria2008-05-202-3/+3
* | revised conventions in time zone related docsXavier Noria2008-05-203-31/+31
* | Merge commit 'mainstream/master'Pratik Naik2008-05-2015-77/+231
|\|
| * - Updated tzinfo to use Rational() instead of Rational.new! due to "private m...Nate Wiger2008-05-191-57/+57
| * Workaround missing Test::Unit::TestCase::PASSTHROUGH_EXCEPTIONS in Ruby < 1.8...Jeremy Kemper2008-05-191-2/+10
| * Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-194-5/+25
| * Adding documentation for time zone featuresgbuesing2008-05-183-9/+68
| * Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of...gbuesing2008-05-183-1/+41
| * TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arggbuesing2008-05-183-2/+11
| * Time#to_json: don't convert to utc before encoding. References #175gbuesing2008-05-183-1/+19
| * Merge documentation changes from docrails.Pratik Naik2008-05-163-6/+12
* | #method vs +method+ in Active SupportXavier Noria2008-05-193-6/+6
* | gsub("yaml", "YAML")Xavier Noria2008-05-191-1/+1
* | gsub("xml", "XML")Xavier Noria2008-05-191-1/+1
* | Merge commit 'mainstream/master'Pratik Naik2008-05-1514-122/+99
|\|
| * Precompute TimeZone.us_zones [#199 state:resolved]Martin Eisenhardt2008-05-151-5/+4
| * Create a seperate file for ActiveSupport::OrderedHash.Joshua Peek2008-05-145-88/+89
| * Include time zone offset in TimeWithZone#to_jsonDaniel Morrison2008-05-132-2/+2
| * Remove unnecessary DeprecatedInstanceVariable classPratik Naik2008-05-132-27/+0
| * Use #duplicable? instead of anonymous rescueJeremy Kemper2008-05-121-1/+1
| * Ruby 1.9 compat: define __setobj__ for DelegatorJeremy Kemper2008-05-121-2/+6
| * Updated copyright yearsDavid Heinemeier Hansson2008-05-111-1/+1
| * Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-112-2/+2
* | Add documentation for Inflector.inflectionsYehuda Katz2008-05-131-0/+7
* | Merge branch 'master' of git://github.com/lifo/docrailsTomK322008-05-121-3/+3
|\ \
| * | revised doc conventions in attr_internal.rbXavier Noria2008-05-121-3/+3
| |/
* | proper heading for "Example:"TomK322008-05-121-1/+1
* | fixed display of exampleTomK322008-05-121-2/+1
|/
* Remove unused JSON methods. [#164 state:resolved]Cheah Chu Yeow2008-05-112-29/+2
* Merge docrails:Pratik Naik2008-05-092-22/+26
* Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-083-0/+30
* TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c...gbuesing2008-05-083-1/+19
* Updating changelogsgbuesing2008-05-081-0/+4
* Time.zone.parse: return nil for strings with no date informationgbuesing2008-05-082-1/+11
* Time.zone.parse: compatibility with far future date with time zone offset in ...gbuesing2008-05-082-3/+13
* Fix Time.zone.parse from stripping time zone information and make Time aware ...Scott Fleckenstein2008-05-082-0/+11
* Add class to deprecate instance variablesPratik Naik2008-05-062-0/+24
* Added Ruby 1.8 implementation of Process.daemonJoshua Peek2008-05-054-10/+30
* Added OrderedHash#delete [#113 state:resolved]Sean Ouimet2008-05-052-0/+19
* Preload TimeZone zones for thread safety.Joshua Peek2008-05-041-217/+222
* Replaced unnecessary class variable with a constant in whiny nil.Joshua Peek2008-05-041-3/+3
* Improve documentation coverage and markupXavier Noria2008-05-0215-47/+130
* Ruby 1.9 compat: don't shadow local with block varJeremy Kemper2008-05-011-4/+4
* Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behaviorJeremy Kemper2008-05-012-13/+18