aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Update the version.rb files to include a PRE partCarl Lerche2010-11-161-2/+2
* using a merge with a Hash[] rather than a loop to add SAX parsed attributesAaron Patterson2010-11-161-2/+1
* Add support for try to just yield the object to a block if no method is to be...raggi2010-11-142-1/+23
* HashWithIndifferentAccess should not change the subclass of an arrayLarry Sprock2010-11-142-1/+18
* Merge remote branch 'drogus/plugin_new'José Valim2010-11-113-0/+27
|\
| * Added Hash#deep_dup function which performs deep duplication on given hashPiotr Sarnacki2010-11-023-0/+27
* | Duck typing hereSantiago Pastorino2010-11-111-1/+1
* | Fix ActiveSupport::TimeWithZone#localtime method with DateTimeAlvaro Bautista2010-11-112-1/+12
* | Remove unused methodSantiago Pastorino2010-11-102-62/+0
* | Remove useless cgiDenis Odorcic2010-11-103-35/+0
* | syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in masterXavier Noria2010-11-091-0/+4
* | Test cache.key_file_path with separators ht. Jim Wilson [#5611]Santiago Pastorino2010-11-071-0/+5
* | Fix FileStore cache incorrectly regenerating its key from a pathname when a r...Denis Odorcic2010-11-072-4/+7
* | Make safe_append= live on AV::OutputBuffer not AS::SafeBufferMichael Koziarski2010-11-081-1/+0
* | Added support for Erubis <%== tagJan Maurits Faber2010-11-081-0/+1
* | OrderedHash#select now preserves order [#5843 state:resolved]James A. Rosen2010-11-072-0/+10
* | Ensure that HashWithIndifferentAccess duplication preserves class (for sublcl...laserlemon2010-11-072-3/+18
* | add more tests surrounding camlize in xmlmini, refactor rename_key()Aaron Patterson2010-11-032-6/+14
* | Allowing to_xml :camelize option to be set to :lower to enable lower-camelcas...Jeremy Holland2010-11-033-4/+17
|/
* save a few method callsAaron Patterson2010-10-221-2/+3
* removing wtfalseAaron Patterson2010-10-221-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-191-0/+6
|\
| * json_escape makes json invalid doc change [#1485 state:resolved]Neeraj Singh2010-10-161-0/+6
* | explains why ERB::Util#h is removed before being re-aliasedXavier Noria2010-10-181-0/+1
* | Merge CHANGELOGs from 3-0-stableSantiago Pastorino2010-10-181-0/+3
* | replace if ! with unlessNeeraj Singh2010-10-172-2/+2
* | implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:commit...Rob Zolkos & Xavier Noria2010-10-166-3/+77
* | Revert "refactor delete a little"Aaron Patterson2010-10-151-1/+4
* | in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-141-2/+2
|\|
| * fix time.to_formatted_time(:time) exampleAditya Sanghi2010-10-131-2/+2
* | Revert "speeding up flattened version of OrderedHash.[]"Aaron Patterson2010-10-131-2/+3
* | speeding up flattened version of OrderedHash.[]Aaron Patterson2010-10-131-3/+2
* | refactor delete a littleAaron Patterson2010-10-131-4/+1
* | use unless instead of if !Aaron Patterson2010-10-131-1/+1
|/
* Always pull in version for frameworks (standardize autoload / require / none)wycats2010-10-101-1/+1
* Make ActiveSupport load own version.Barry Sears2010-10-101-0/+1
* Fix misleading advice to add 'memcache' to GemfileWincent Colaiuta2010-10-101-1/+1
* Override #store to be consistent with #[].Andrea Campi2010-10-102-0/+12
* Cleanup logger a bit.José Valim2010-10-081-38/+11
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-061-2/+2
|\
| * Correct documentation that references how *_filter of action_pack are transla...Marcelo Giorgi2010-10-031-2/+2
* | Fix copy/paste bugErik Michaels-Ober2010-10-061-1/+1
* | calling correct method on minitest for test name when teardown callback failsAaron Patterson2010-10-041-0/+19
* | [#5406 state:resolved] calling the correct method on minitest to obtain the t...Aaron Patterson2010-10-041-0/+38
* | PERF: more Hash + map changesSantiago Pastorino2010-10-031-3/+3
* | remove another lolinjectAaron Patterson2010-10-011-1/+1
* | speed up index_by by removing a lolinjectAaron Patterson2010-10-011-4/+1
* | removing AS::Testing::Default in favor of just undefing default_testAaron Patterson2010-10-013-18/+1
|/
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-0/+8