aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* AS::Callbacks: remove __define_runnerBogdan Gusiev2012-01-031-16/+3
* Refactor AS::CallbacksBogdan Gusiev2012-01-031-6/+8
* AS::Callbacks: improved __define_runner performanceBogdan Gusiev2012-01-031-3/+2
* AS::Callbacks: improve __define_runner perfomanceBogdan Gusiev2012-01-031-10/+11
* deprecate AS::Base64 methods without DeprecatedConstantProxySergey Nartimov2012-01-031-13/+18
* fix base64 requiresSergey Nartimov2012-01-033-2/+3
* deprecate ActiveSupport::Base64Sergey Nartimov2012-01-036-41/+48
* Merge pull request #4227 from gazay/3-2-stable-marshallingAaron Patterson2011-12-302-1/+26
|\
| * Backward compatibility with 3.1 cache storingAlexey Gaziev2011-12-292-1/+26
* | adds a comments that clarifies why Range#include? chooses the comparison oper...Xavier Noria2011-12-301-0/+1
* | refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-302-3/+6
* | fixing typo. Thanks Vijay!Aaron Patterson2011-12-291-1/+1
|/
* Revert "Merge pull request #4196 from gazay/3-2-stable-marshalling"Aaron Patterson2011-12-282-26/+1
* Revert "Further simplify singleton_class checking in class_attribute"Jon Leighton2011-12-281-1/+14
* Merge pull request #4196 from gazay/3-2-stable-marshallingAaron Patterson2011-12-282-1/+26
|\
| * Safe getting value from cache entryAlexey Gaziev2011-12-272-1/+26
* | Further simplify singleton_class checking in class_attributeJames Miller2011-12-281-14/+1
|/
* delegating and deprecating logger#silence. fixes #4159Aaron Patterson2011-12-243-16/+33
* Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method...Aaron Patterson2011-12-223-19/+3
* Party like its R-C-UNO!David Heinemeier Hansson2011-12-191-1/+1
* Merge pull request #4007 from exviva/expand_cache_key_for_one_element_arrayJosé Valim2011-12-162-8/+16
|\
| * Fix expanding cache key for single element arraysOlek Janiszewski2011-12-162-8/+16
* | Merge pull request #3963 from lest/logger-missing-requireJosé Valim2011-12-131-0/+1
|\ \
| * | missing require in buffered loggerlest2011-12-131-0/+1
* | | FileUpdateChecker should be able to handle deleted files.José Valim2011-12-133-50/+61
* | | Clean up FileUpdateChecker API.José Valim2011-12-133-15/+20
|/ /
* | missing require in activesupport testlest2011-12-131-0/+1
* | Merge pull request #3954 from bdurand/null_store_2José Valim2011-12-123-6/+109
|\ \
| * | Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-123-6/+109
* | | Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-123-11/+48
* | | Provide a dir => extension API to file update checker.José Valim2011-12-122-20/+67
* | | Update checker returns a boolean if callback was executed or not.José Valim2011-12-122-7/+9
|/ /
* | Allow FileUpdateChecker to work with globs.José Valim2011-12-122-6/+22
* | Remove duplicate html_escape docsJeremy Kemper2011-12-111-10/+1
* | Use 1.9 native XML escaping to speed up html_escape and shush regexp warningsJeremy Kemper2011-12-111-15/+36
* | Overrode Hash#nested_under_indifferent_access in HashWithIndifferentAccessMiles Georgi2011-12-112-0/+7
* | Try to keep people from calling the deprecated flush method.Aaron Patterson2011-12-101-0/+5
* | Fix AS test suite.José Valim2011-12-102-0/+2
* | * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelchAaron Patterson2011-12-095-238/+85
* | fix nodocsVijay Dev2011-12-091-1/+1
* | Remove NilClass whiners feature.José Valim2011-12-082-83/+2
* | Fix inflection regexes for mouse, miceMark Rushakoff2011-12-072-4/+8
* | Just track "require" if we have something in the watching stack.José Valim2011-12-061-1/+5
* | make method signatures match the superclass signatureAaron Patterson2011-12-051-2/+2
* | return value is never tested, so stop calling `presence`Aaron Patterson2011-12-051-1/+1
|/
* Merge pull request #3845 from sumbach/test-return-value-from-requireAaron Patterson2011-12-041-0/+79
|\
| * Simplify load and require testsSam Umbach2011-12-031-4/+4
| * Test that require and load raise LoadError if file not foundSam Umbach2011-12-031-0/+16
| * Test return value of ActiveSupport::Dependencies::Loadable#loadSam Umbach2011-12-031-0/+16
| * Test return value of ActiveSupport::Dependencies::Loadable#requireSam Umbach2011-12-031-0/+47