Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | backporting IO#binread for 1.8 users | Aaron Patterson | 2011-08-08 | 1 | -0/+23 | |
| | ||||||
* | Merge pull request #2393 from bdurand/fix_cache_read_multi | Santiago Pastorino | 2011-08-01 | 1 | -0/+8 | |
|\ | | | | | Fix ArgumentError in ActiveSupport::Cache::CacheStore.read_multi | |||||
| * | Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the ↵ | Brian Durand | 2011-08-01 | 1 | -0/+8 | |
| | | | | | | | | delete_entry call. | |||||
* | | Removing extra requires from the test. Already loaded in abstract_unit. | Arun Agrawal | 2011-07-31 | 5 | -5/+0 | |
| | | ||||||
* | | Merge pull request #2353 from bdurand/no_freeze_cache_entries | Aaron Patterson | 2011-07-29 | 1 | -7/+10 | |
|\ \ | | | | | | | Change ActiveSupport::Cache behavior to not return frozen objects | |||||
| * | | Change ActiveSupport::Cache behavior to always return duplicate objects ↵ | Brian Durand | 2011-07-29 | 1 | -7/+10 | |
| |/ | | | | | | | instead of frozen objects. | |||||
* / | Reset @dirty to false when slicing an instance of SafeBuffer | Brian Cardarella | 2011-07-29 | 1 | -0/+6 | |
|/ | ||||||
* | remove unused variables warnings removed | Vishnu Atrai | 2011-07-26 | 1 | -2/+0 | |
| | ||||||
* | fixing tests on ruby trunk | Aaron Patterson | 2011-07-26 | 1 | -1/+1 | |
| | ||||||
* | fixing whitespace errors | Aaron Patterson | 2011-07-26 | 1 | -9/+9 | |
| | ||||||
* | Duplicable test is looking fine now. | Mitesh Jain | 2011-07-24 | 1 | -7/+12 | |
| | ||||||
* | Fix ActiveSupport::Cache::FileStore#file_path_key does not work if ↵ | Gonzalo Rodriguez | 2011-07-23 | 1 | -0/+7 | |
| | | | | | | initialized with Pathname Port from 3-1-stable | |||||
* | Insure that Enumerable#index_by, group_by, ... return Enumerators | Marc-Andre Lafortune | 2011-07-23 | 1 | -1/+12 | |
| | ||||||
* | Make Enumerable#many? iterate only over what is necessary | Marc-Andre Lafortune | 2011-07-23 | 1 | -0/+7 | |
| | ||||||
* | Make Enumerable#many? not rely on #size | Marc-Andre Lafortune | 2011-07-23 | 1 | -1/+1 | |
| | ||||||
* | Test using generic Enumerables instead of arrays. | Marc-Andre Lafortune | 2011-07-23 | 1 | -24/+38 | |
| | ||||||
* | Make tests more precise | Marc-Andre Lafortune | 2011-07-23 | 1 | -14/+14 | |
| | ||||||
* | checked all .rb files in the project tree for missing magic comments, one ↵ | Xavier Noria | 2011-07-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | was missing Came with this one-liner for this: find . -name '*.rb' | \ xargs chardet | \ grep -v ascii | \ cut -d: -f1 -s | \ xargs -n1 ruby -0777 -ne 'puts $FILENAME if $_ !~ /#.*coding:\s*utf/i' Welcome $_. | |||||
* | Changed the year of a date used in a test which fails when using 1.8.7 on a ↵ | Josh Kalderimis | 2011-07-19 | 1 | -1/+1 | |
| | | | | 32bit machine (ArgumentError: time out of range) | |||||
* | need magic comments | Akira Matsuda | 2011-07-14 | 1 | -0/+2 | |
| | ||||||
* | treat fullwidth whitespace as a blank character | Akira Matsuda | 2011-07-14 | 1 | -1/+1 | |
| | ||||||
* | Fix xmlschema output with fraction_digits >0 | shtirlic | 2011-07-11 | 1 | -0/+7 | |
| | | | | | Current implementation produce incorrect output when Time#usec returns integer < 100000, because to_s doesn't add leading zeros. | |||||
* | Merge pull request #1608 from sishen/sishen | José Valim | 2011-07-11 | 1 | -1/+17 | |
|\ | | | | | MemcacheStore: deserialize the entry reading from local_cache when using | |||||
| * | MemcacheStore: deserialize the entry reading from local_cache when using raw | Dingding Ye | 2011-06-10 | 1 | -1/+17 | |
| | | ||||||
* | | Merge pull request #1296 from c42engineering/issue636 | José Valim | 2011-07-11 | 1 | -0/+49 | |
|\ \ | | | | | | | Resubmitting issue #636 as a pull request | |||||
| * | | Issue #636 - Parsing an xml file with multiple records and extra attributes ↵ | Sidu Ponnappa | 2011-07-11 | 1 | -0/+49 | |
| | | | | | | | | | | | | (besides type) fails | |||||
* | | | Properly cache value when it is "false" | Sebi Burkhard | 2011-07-08 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge pull request #1406 from dmathieu/fix_test_warnings | José Valim | 2011-07-07 | 1 | -2/+1 | |
|\ \ \ | | | | | | | | | Fix test warnings | |||||
| * | | | remove the warning when testing whiny_nil | dmathieu | 2011-07-07 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Merge pull request #1463 from psanford/master | Santiago Pastorino | 2011-07-06 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix timezone handling in String.to_time | |||||
| * | | | | Make String.to_time respect timezones | Nate Mueller | 2011-06-02 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | all numerics should be html_safe - Closes #1935 | Damien Mathieu | 2011-07-03 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | Merge pull request #1690 from vijaydev/mattr_accessor_changes | José Valim | 2011-06-30 | 1 | -0/+7 | |
|\ \ \ \ \ | | | | | | | | | | | | | Added instance_accessor: false to Module#mattr_accessor | |||||
| * | | | | | Added instance_accessor: false to Module#mattr_accessor | Vijay Dev | 2011-06-14 | 1 | -0/+7 | |
| | | | | | | ||||||
* | | | | | | Array.wrap should follow Kernel#Array semantics when the object's to_ary is ↵ | Jon Leighton | 2011-06-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | nil. In this case, the object should be wrapped. | |||||
* | | | | | | Fix configurable cristalization and tests. | José Valim | 2011-06-29 | 1 | -6/+16 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Using not effected timezone in tests. | Arun Agrawal | 2011-06-29 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | StringToParameterizeWithNoSeparator: dashed parameter will not | Arun Agrawal | 2011-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | change. | |||||
* | | | | | Merge pull request #1648 from dlee/acronyms | Xavier Noria | 2011-06-24 | 2 | -2/+87 | |
|\ \ \ \ \ | | | | | | | | | | | | | Inflector support for acronyms (Issue #1366) | |||||
| * | | | | | Add acronym support to Inflector; Issue #1366 | David Lee | 2011-06-11 | 1 | -0/+82 | |
| | | | | | | ||||||
| * | | | | | Test retain delimiter in parameterization inflector | David Lee | 2011-06-11 | 2 | -2/+5 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Using slice for instead of gsub to pass with 1.8.7 | Arun Agrawal | 2011-06-23 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #1750 from dmathieu/non_string_methods | Xavier Noria | 2011-06-22 | 1 | -0/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Calling unsafe methods which don't return a string shouldn't fail | |||||
| * | | | | | calling unsafe methods which don't return a string shouldn't fail | Damien Mathieu | 2011-06-22 | 1 | -0/+4 | |
| | | | | | | ||||||
* | | | | | | Add option to omit creating an instance reader method on class_attribute | James Miller | 2011-06-18 | 1 | -0/+6 | |
|/ / / / / | ||||||
* | | | | | safe_concat should not work on dirty buffers. | José Valim | 2011-06-16 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | Fix safe buffer by adding a dirty status. | José Valim | 2011-06-16 | 1 | -6/+31 | |
| | | | | | ||||||
* | | | | | Deprecate memoizable. | José Valim | 2011-06-15 | 2 | -7/+21 | |
| | | | | | ||||||
* | | | | | Failing test to show problem when last argument of a memoized method is true | Brian Underwood | 2011-06-15 | 1 | -0/+14 | |
| |/ / / |/| | | | | | | | | | | | Signed-off-by: Damien Mathieu <42@dmathieu.com> | |||||
* | | | | Rename Time#whole_* to Time#all_* [thanks Pratik!] | David Heinemeier Hansson | 2011-06-13 | 1 | -10/+10 | |
| | | | |