aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
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-141-1/+13
* HashWithIndifferentAccess should not change the subclass of an arrayLarry Sprock2010-11-141-1/+1
* Merge remote branch 'drogus/plugin_new'José Valim2010-11-112-0/+12
|\
| * Added Hash#deep_dup function which performs deep duplication on given hashPiotr Sarnacki2010-11-022-0/+12
* | Duck typing hereSantiago Pastorino2010-11-111-1/+1
* | Fix ActiveSupport::TimeWithZone#localtime method with DateTimeAlvaro Bautista2010-11-111-1/+1
* | Remove unused methodSantiago Pastorino2010-11-101-31/+0
* | Remove useless cgiDenis Odorcic2010-11-102-20/+0
* | Fix FileStore cache incorrectly regenerating its key from a pathname when a r...Denis Odorcic2010-11-071-4/+3
* | 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-071-0/+2
* | Ensure that HashWithIndifferentAccess duplication preserves class (for sublcl...laserlemon2010-11-071-2/+4
* | add more tests surrounding camlize in xmlmini, refactor rename_key()Aaron Patterson2010-11-031-6/+2
* | Allowing to_xml :camelize option to be set to :lower to enable lower-camelcas...Jeremy Holland2010-11-031-1/+7
|/
* 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
* | 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-162-3/+25
* | Revert "refactor delete a little"Aaron Patterson2010-10-151-1/+4
* | 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-101-0/+2
* 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
* | 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-012-11/+1
|/
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-0/+8
* revises RDoc of Hash#to_param to be more precise about orderingXavier Noria2010-09-281-2/+2
* let Hash#to_param and Hash#to_query sort againXavier Noria2010-09-281-2/+3
* after_create in ActiveModel should in the order specifiedNeeraj Singh2010-09-271-1/+1
* Merge remote branch 'miloops/warnings'José Valim2010-09-271-0/+1
|\
| * Remove method if already exists to avoid warnings.Emilio Tagua2010-09-271-0/+1
* | Call it compile_methods! and do the same on AM.José Valim2010-09-271-3/+3