aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* detect circular constant autoloadingXavier Noria2012-08-283-0/+16
* Merge pull request #7029 from panthomakos/date-and-timeRafael Mendonça França2012-08-254-469/+215
|\
| * Refactored common date and time calculations.Pan Thomakos2012-08-044-469/+215
* | Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-234-14/+23
* | Revert "Use join without default separator"José Valim2012-08-231-0/+5
* | 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-221-1/+1
* | Make ActiveSupport::Autoload localJosé Valim2012-08-211-11/+1
* | Add test to cover increment/decrement of non-existing key in MemCacheStoreGuillermo Iguaran2012-08-171-0/+2
* | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-172-9/+9
* | Evented notifications take priority over Timed notificationsEric Saxby2012-08-111-0/+20
* | Ensure I18n format values always have precedence over defaultsCarlos Antonio da Silva2012-08-112-1/+7
* | Fallback to :en locale instead of handling a constant with defaultsCarlos Antonio da Silva2012-08-112-3/+38
* | Deprecate ActiveSupport::JSON::VariableErich Menge2012-08-071-0/+7
* | defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+56
* | Merge pull request #7272 from lexmag/string_inquirerRafael Mendonça França2012-08-061-3/+11
|\ \
| * | Add AS::StringInquirer#respond_to? methodAleksey Magusev2012-08-061-3/+11
| |/
* / removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+1
|/
* html_escape should escape single quotesSantiago Pastorino2012-07-311-2/+2
* Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-1/+30
* Don't test language-level exception messagesJohn Firebaugh2012-07-271-5/+1
* Add Object#try! with the old NoMethodError raising behaviorDavid Heinemeier Hansson2012-07-271-1/+25
* will now return nil instead of raise a NoMethodError if the receiving object...David Heinemeier Hansson2012-07-271-4/+4
* Revert "Merge pull request #7084 from LTe/logger_default_separator"Aaron Patterson2012-07-181-13/+2
* Don't use default separatorPiotr Niełacny2012-07-181-2/+13
* Fix class_eval without __FILE__ and __LINE__.kennyj2012-07-181-1/+1
* remove duplicate requires of mocha.Aaron Patterson2012-07-031-2/+0
* Improve performance of DateTime#seconds_since_unix_epochAndrew White2012-07-021-0/+1
* Make Time#change work with offsets other than UTC or localAndrew White2012-07-011-0/+31
* Fix failing test in file update checkerCarlos Antonio da Silva2012-06-291-2/+3
* fix FileUpdateChecker when file has wrong mtime (from future)abonec2012-06-291-0/+14
* Ensure Array#to_sentence does not modify given hashCarlos Antonio da Silva2012-06-262-0/+11
* Get rid of the clear_i18n hack by using a different localeCarlos Antonio da Silva2012-06-241-20/+10
* Move number helper i18n related tests to ASCarlos Antonio da Silva2012-06-241-0/+124
* Adds missing inflector tests to ensure idempotencyGodfrey Chan2012-06-212-0/+12
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-203-0/+37
* Remove extra test case.Mike Gehard2012-06-191-7/+4
* Fix lookup on HashWithIndifferentAccess for array values.Chris Zetter2012-06-181-0/+7
* make events not use date and time to determine parent_of. fixes #5932タコ焼き仮面2012-06-181-1/+3
* raise the same exception in order to keep path infoAaron Patterson2012-06-121-0/+13
* Proc always respond_to :bindingAkira Matsuda2012-06-121-43/+39
* removes the obsolete require_association method from dependenciesXavier Noria2012-06-101-4/+0
* Eliminate dependency on Rails::VERSION::STRINGAndrew White2012-06-052-3/+21
* add instance_accessor option to ActiveSupport::Configurable#config_accessorFrancesco Rodriguez2012-06-051-4/+18
* Reduce warning messages when running Active Support testsAndrew White2012-05-311-2/+3
* Merge pull request #6554 from erichmenge/remove-json-variablePiotr Sarnacki2012-05-301-2/+0
|\
| * Remove deprecated ActiveSupport::JSON::Variable.Erich Menge2012-05-301-2/+0
* | Merge pull request #6541 from tjouan/tj/activesupport-fix-tests-requiring-uns...Rafael Mendonça França2012-05-301-3/+3
|\ \ | |/ |/|
| * Make File#atomic_write tests pass with umaskThibault Jouan2012-05-291-3/+3
* | True, False, and Nil should be represented in as_json as themselves.Erich Menge2012-05-291-0/+6
|/