aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Ensure that constantize just rescues NameError that applies to the constant b...José Valim2011-09-231-0/+6
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-233-18/+63
* Merge pull request #3096 from phuibonhoa/masterSantiago Pastorino2011-09-221-1/+10
|\
| * Updated existing test that fails with this fix (8d63678d1406c5518d437709af0fd...Philippe Huibonhoa2011-09-211-1/+1
| * Fixed issue in file store where it could create a filename that was too long ...Philippe Huibonhoa2011-09-211-0/+9
* | Fix test to reflect use of to_param for keysbrainopia2011-09-181-8/+8
|/
* Fix Hash#to_query edge case with html_safe string on 1.8 rubybrainopia2011-09-161-0/+9
* Test deprecation warning when not using an options hash as second parameter.Willem van Bergen2011-09-152-2/+14
* Use an options hash to specify digest/cipher algorithm and a serializer for M...Willem van Bergen2011-09-152-6/+6
* Implement API suggestions of pull request.Willem van Bergen2011-09-152-6/+24
* Fixed tests so that they will also run properly in other timezones.Willem van Bergen2011-09-152-4/+4
* Custom serializers and deserializers in MessageVerifier and MessageEncryptor.Willem van Bergen2011-09-152-1/+18
* Revert removing gsub and sub from safe buffer.José Valim2011-09-083-36/+34
* this should have gone with the previous commitXavier Noria2011-09-081-2/+2
* remove support of symbols on classify and camelizeDamien Mathieu2011-09-083-34/+36
* We can't simply check the first line of the backtrace, Arun Agrawal2011-09-041-4/+6
* Make `ActiveSupport::OrderedHash` extractable when using `Array#extract_optio...Prem Sichanugrist2011-09-031-0/+5
* Revert all the stuff to do with disallowing non-public methods for Module#del...Jon Leighton2011-08-252-136/+1
* Fix autoload_once_paths when using Pathnames & ruby 1.9Jonathan del Strother2011-08-241-0/+18
* Remove trailing whitespaceDaniel Schierbeck2011-08-231-2/+2
* properly escape html to avoid invalid utf8 causing XSS attacksAaron Patterson2011-08-161-0/+7
* Added Array#prepend as an alias for Array#unshift and Array#append as an alia...David Heinemeier Hansson2011-08-151-0/+10
* Requiring delegate.Arun Agrawal2011-08-161-0/+1
* Add a test for delegating a method ending in '=' as this is a special case.Jon Leighton2011-08-151-0/+8
* Split up the definitions in Module#delegate depending on :allow_nil, and don'...Jon Leighton2011-08-151-0/+12
* Fix the line number in the backtrace when Module#delegate raisesJon Leighton2011-08-151-1/+13
* Just do the method call directly in Module#delegate, if we can (we cannot for...Jon Leighton2011-08-151-2/+20
* Backport Object#public_send to 1.8 so that we can implement Module#delegate s...Jon Leighton2011-08-151-0/+117
* backporting IO#binread for 1.8 usersAaron Patterson2011-08-081-0/+23
* Merge pull request #2393 from bdurand/fix_cache_read_multiSantiago Pastorino2011-08-011-0/+8
|\
| * Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the de...Brian Durand2011-08-011-0/+8
* | Removing extra requires from the test. Already loaded in abstract_unit.Arun Agrawal2011-07-315-5/+0
* | Merge pull request #2353 from bdurand/no_freeze_cache_entriesAaron Patterson2011-07-291-7/+10
|\ \
| * | Change ActiveSupport::Cache behavior to always return duplicate objects inste...Brian Durand2011-07-291-7/+10
| |/
* / Reset @dirty to false when slicing an instance of SafeBufferBrian Cardarella2011-07-291-0/+6
|/
* remove unused variables warnings removedVishnu Atrai2011-07-261-2/+0
* fixing tests on ruby trunkAaron Patterson2011-07-261-1/+1
* fixing whitespace errorsAaron Patterson2011-07-261-9/+9
* Duplicable test is looking fine now.Mitesh Jain2011-07-241-7/+12
* Fix ActiveSupport::Cache::FileStore#file_path_key does not work if initialize...Gonzalo Rodriguez2011-07-231-0/+7
* Insure that Enumerable#index_by, group_by, ... return EnumeratorsMarc-Andre Lafortune2011-07-231-1/+12
* Make Enumerable#many? iterate only over what is necessaryMarc-Andre Lafortune2011-07-231-0/+7
* Make Enumerable#many? not rely on #sizeMarc-Andre Lafortune2011-07-231-1/+1
* Test using generic Enumerables instead of arrays.Marc-Andre Lafortune2011-07-231-24/+38
* Make tests more preciseMarc-Andre Lafortune2011-07-231-14/+14
* checked all .rb files in the project tree for missing magic comments, one was...Xavier Noria2011-07-231-1/+1
* Changed the year of a date used in a test which fails when using 1.8.7 on a 3...Josh Kalderimis2011-07-191-1/+1
* need magic commentsAkira Matsuda2011-07-141-0/+2
* treat fullwidth whitespace as a blank characterAkira Matsuda2011-07-141-1/+1
* Fix xmlschema output with fraction_digits >0shtirlic2011-07-111-0/+7