aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Remove unncessary code.kennyj2012-09-171-1/+0
* Always run jobs using a consumer, even in synchronous & test queues, to ensur...Jeremy Kemper2012-09-164-69/+108
* set up config_accessor with a default value by blockLarry Lv2012-09-173-8/+45
* Merge pull request #7643 from steveklabnik/deprecate_silenceRafael Mendonça França2012-09-152-0/+5
|\
| * Deprecate ActiveSupport::Benchmarkable#silence.Steve Klabnik2012-09-152-0/+5
* | Improve Process::Status#to_jsonSteve Klabnik2012-09-151-0/+8
* | Move queue classes to ActiveSupportSantiago Pastorino2012-09-144-0/+344
* | warning removed: shadowing outer local variable - messageArun Agrawal2012-09-141-2/+2
|/
* Allow passing block to deep_merge and deep_merge!Pranas Kiziela2012-09-133-4/+23
* Copy-edit deprecation relared documentation [ci skip]Rafael Mendonça França2012-09-135-74/+51
* Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-139-221/+405
* extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-136-102/+232
* Revert "Changelog entry for PR #7560"Bogdan Gusiev2012-09-101-19/+0
* Changelog entry for PR #7560Bogdan Gusiev2012-09-101-0/+19
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-093-2/+4
* Fix AS tests due to builder change with nil values / empty stringsCarlos Antonio da Silva2012-09-071-2/+2
* Fix Active Support changelog formatting [ci skip]Carlos Antonio da Silva2012-09-071-2/+2
* Add Changelog entry for #7560: deprecate #filter in AS::Callbacks [ci skip]Carlos Antonio da Silva2012-09-071-0/+22
* AS::Callbacks: deprecate monkey patch of object callbacksBogdan Gusiev2012-09-071-0/+1
* Fixed around callback with lambda exampleAaron Renner2012-09-061-1/+1
* we already have the module objects, do not constantizeXavier Noria2012-09-061-2/+6
* restores awesome commentXavier Noria2012-09-061-0/+19
* no more const_missing combinatoricsXavier Noria2012-09-061-41/+2
* Extend HashWithIndifferentAccess#update to take an optional blockLeo Cassarani2012-09-053-6/+50
* revised the exception message "Expected #{file_path} to define #{qualified_na...Xavier Noria2012-09-041-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-013-4/+15
|\
| * copy edits [ci skip]Vijay Dev2012-09-011-1/+1
| * Expand documentation for change() method in Time, Date, and DateTimeJeff Shantz2012-08-293-4/+15
* | fixes a regexpXavier Noria2012-08-291-1/+1
* | CHANGELOGs are now per branchXavier Noria2012-08-281-1724/+1
* | detect circular constant autoloadingXavier Noria2012-08-284-4/+27
* | fixes a bug in dependencies.rbXavier Noria2012-08-281-1/+1
* | Remove unused variableRafael Mendonça França2012-08-261-1/+1
* | Merge pull request #7029 from panthomakos/date-and-timeRafael Mendonça França2012-08-257-848/+433
|\ \
| * | Refactored common date and time calculations.Pan Thomakos2012-08-047-848/+433
* | | simplifies yet another regexpXavier Noria2012-08-251-1/+1
* | | instead of returning $& if =~ succeeds, use String#[]Xavier Noria2012-08-251-1/+1
* | | simplifies a regexpXavier Noria2012-08-251-1/+1
* | | Merge pull request #7058 from frodsan/fix_as_random_testsRafael Mendonça França2012-08-244-14/+23
|\ \ \
| * | | Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-234-14/+23
* | | | simplifies a regexpXavier Noria2012-08-241-1/+1
|/ / /
* | | Revert "Use join without default separator"José Valim2012-08-232-2/+7
* | | skip the memcache tests if the memcache server is not upAaron Patterson2012-08-222-48/+50
* | | revises a brittle test in Active SupportXavier Noria2012-08-222-12/+22
| |/ |/|
* | Add CHANGELOG entry for #3578 [ci skip]Rafael Mendonça França2012-08-211-0/+6
* | Merge pull request #3578 from amatsuda/remove_j_alias_for_json_escapeRafael Mendonça França2012-08-211-7/+0
|\ \
| * | Remove j alias for ERB::Util.json_escapeAkira Matsuda2011-11-091-7/+0
* | | Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+2
* | | Make ActiveSupport::Autoload localJosé Valim2012-08-213-30/+45
* | | Revert "removes unused optional argument in AS::Dependencies::Loadable#load"Xavier Noria2012-08-201-1/+1