aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | `$SAFE = 4;` has been removed with Ruby 2.1Vipul A M2013-10-141-13/+0
* | | | | | Revert "Merge pull request #12480 from iwiznia/master"Jeremy Kemper2013-10-111-15/+0
* | | | | | flatten and flatten! methods for ActiveSupport::DurationIonatan Wiznia2013-10-111-0/+15
* | | | | | Merge pull request #12412 from bf4/allow_pathname_for_require_dependencyXavier Noria2013-09-301-0/+11
|\ \ \ \ \ \
| * | | | | | require_dependency should allow Pathname-like objects, not just StringBenjamin Fleischer2013-09-301-0/+11
* | | | | | | Merge pull request #11474 from bogdan/time-with-zone-succAndrew White2013-09-221-0/+22
|\ \ \ \ \ \ \
| * | | | | | | Disable ability to iterate over a Range of TimeWithZoneBogdan Gusiev2013-07-191-0/+22
* | | | | | | | Allow attaching to AS::Notifications namespace up frontDaniel Schierbeck2013-09-201-0/+40
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #12196 from h-lame/fix-activesupport-cache-filestore-cleanupRafael Mendonça França2013-09-121-0/+12
|\ \ \ \ \ \ \
| * | | | | | | Fix FileStore#cleanup to no longer rely on missing each_key methodMurray Steele2013-09-111-0/+12
* | | | | | | | Enabled quirks mode on JSON.parse, fixes broken test in af9caaeGodfrey Chan2013-09-121-1/+13
* | | | | | | | Replace JSON.load with JSON.parse, also removed the proc parameterGodfrey Chan2013-09-111-1/+14
* | | | | | | | Merge pull request #12200 from dchelimsky/simplify-duration-inspect-even-moreRafael Mendonça França2013-09-111-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Reduce Duration#inspect to a single series of transformationsDavid Chelimsky2013-09-111-0/+3
* | | | | | | | Be sure to restore the default I18n.locale after changed its value in a testAkira Matsuda2013-09-101-3/+3
* | | | | | | | Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commitGuillermo Iguaran2013-09-101-2/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix order dependent testArun Agrawal2013-09-091-2/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Removed unused modules and classesAnupam Choudhury2013-09-101-7/+0
* | | | | | | | Removed unnecessary requireAnupam Choudhury2013-09-101-1/+0
|/ / / / / / /
* / / / / / / Ensure all-caps nested consts marked as autoloadedSimon Coffey2013-08-272-0/+12
|/ / / / / /
* | | | | | Merge pull request #11932 from gaurish/skip-encoding-convertorRafael Mendonça França2013-08-212-0/+16
|\ \ \ \ \ \
| * | | | | | Define jruby_skip to skip test on JRubyGaurish Sharma2013-08-211-0/+5
| * | | | | | Skip few of the ActiveSupport'sinflector test on JRubyGaurish Sharma2013-08-211-0/+10
* | | | | | | Skip tests involving $SAFE, it's not supported on Rubinius.Federico Ravasio2013-08-211-0/+2
* | | | | | | Added method to skip tests on Rubinius to AS/abstract_unit.Federico Ravasio2013-08-211-0/+4
* | | | | | | ensure freeze on Thread freezes localsNick Howard2013-08-191-0/+9
|/ / / / / /
* | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-172-13/+5
|\ \ \ \ \ \
| * | | | | | Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-172-13/+5
* | | | | | | Add String#remove(pattern) as a short-hand for the common pattern of String#g...David Heinemeier Hansson2013-08-131-0/+5
* | | | | | | renames the :abort deprecation behaviour to :raiseXavier Noria2013-08-131-3/+3
* | | | | | | defines a new :abort deprecation behaviour that raisesXavier Noria2013-08-131-0/+16
* | | | | | | Avoid defining multibyte method names in JSON decoding test for JRuby CompatGaurish Sharma2013-08-071-3/+4
* | | | | | | Fix unused variable warningAndrew White2013-08-041-0/+1
* | | | | | | Avoid calling define_method with non-english chars in InflectorTestGaurish Sharma2013-08-031-3/+4
* | | | | | | Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-0/+8
* | | | | | | Don't mutate the original inflections instance in the testsAndrew White2013-07-302-20/+22
* | | | | | | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-293-0/+20
|\ \ \ \ \ \ \
| * | | | | | | Added Time#middle_of_dayAnatoli Makarevich2013-07-283-0/+20
* | | | | | | | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-293-1/+10
* | | | | | | | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-281-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Be sure to restore the default I18n.locale after changed its value in a testAkira Matsuda2013-07-261-3/+3
* | | | | | | Fix order dependent testsAkira Matsuda2013-07-261-2/+10
* | | | | | | Merge pull request #11546 from swoop-inc/ss_memory_store_cache_sizePiotr Sarnacki2013-07-221-2/+26
|\ \ \ \ \ \ \
| * | | | | | | [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...Simeon Simeonov2013-07-221-2/+26
* | | | | | | | remove useless duplication in include testDamien Mathieu2013-07-221-4/+0
|/ / / / / / /
* | / / / / / remove duplication in testMarat Kazbekov2013-07-181-6/+0
| |/ / / / / |/| | | | |
* | | | | | Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-0/+27
* | | | | | Add failing test for #9562Andrew White2013-07-101-0/+5
* | | | | | Return local time for backwards compatibilityAndrew White2013-07-091-8/+25
* | | | | | Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-0/+33