aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Always run jobs using a consumer, even in synchronous & test queues, to ensur...Jeremy Kemper2012-09-161-32/+49
* set up config_accessor with a default value by blockLarry Lv2012-09-171-6/+18
* Merge pull request #7643 from steveklabnik/deprecate_silenceRafael Mendonça França2012-09-151-0/+1
|\
| * Deprecate ActiveSupport::Benchmarkable#silence.Steve Klabnik2012-09-151-0/+1
* | Improve Process::Status#to_jsonSteve Klabnik2012-09-151-0/+8
* | Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-0/+116
* | warning removed: shadowing outer local variable - messageArun Agrawal2012-09-141-2/+2
|/
* Allow passing block to deep_merge and deep_merge!Pranas Kiziela2012-09-131-4/+10
* Copy-edit deprecation relared documentation [ci skip]Rafael Mendonça França2012-09-134-58/+36
* Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-137-165/+295
* extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-135-102/+105
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-1/+1
* 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-051-6/+21
* 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
* | detect circular constant autoloadingXavier Noria2012-08-281-4/+11
* | 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-253-379/+218
|\ \
| * | Refactored common date and time calculations.Pan Thomakos2012-08-043-379/+218
* | | 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
* | | simplifies a regexpXavier Noria2012-08-241-1/+1
* | | Revert "Use join without default separator"José Valim2012-08-231-2/+2
* | | revises a brittle test in Active SupportXavier Noria2012-08-221-11/+21
| |/ |/|
* | 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-212-19/+44
* | | Revert "removes unused optional argument in AS::Dependencies::Loadable#load"Xavier Noria2012-08-201-1/+1
* | | removes unused optional argument in AS::Dependencies::Loadable#loadXavier Noria2012-08-201-1/+1
* | | removes the second argument of the AS const_missing hookXavier Noria2012-08-191-8/+22
* | | no need for AS::Dependencies.(hook!|unhook!) to return anything in particularXavier Noria2012-08-191-2/+0
* | | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-32/+21
* | | Evented notifications take priority over Timed notificationsEric Saxby2012-08-111-3/+3
* | | Ensure I18n format values always have precedence over defaultsCarlos Antonio da Silva2012-08-111-42/+40
* | | Fallback to :en locale instead of handling a constant with defaultsCarlos Antonio da Silva2012-08-112-25/+134
* | | Bring back changelog entries for Active SupportCarlos Antonio da Silva2012-08-111-2/+2
* | | Add back missing requireRafael Mendonça França2012-08-071-0/+1
* | | Fix the deprecation horizon. [ci skip]Rafael Mendonça França2012-08-071-1/+1
* | | Deprecate ActiveSupport::JSON::VariableErich Menge2012-08-071-0/+17