aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/ordered_options_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Use respond_to test helpersDaniel Colson2018-01-251-3/+3
* Make bang version work with `InheritableOptions`yuuji.yaginuma2017-09-231-0/+13
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Merge pull request #20208 from gaurish/raise_on_missing_ordered_optionsRafael Mendonça França2015-05-261-0/+15
|\
| * Add bang version to OrderedOptionsGaurish Sharma2015-05-231-0/+15
|/
* fix some typos in ASVipul A M2013-03-301-10/+10
* Use respond_to_missing? for OrderedOptionsMarc-Andre Lafortune2012-05-051-0/+8
* Add missing requirekennyj2012-03-201-0/+1
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Add tests for InheritableOptions.Ben Orenstein2011-04-131-0/+26
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-3/+3
* Create a seperate file for ActiveSupport::OrderedHash.Joshua Peek2008-05-141-44/+0
* Added OrderedHash#delete [#113 state:resolved]Sean Ouimet2008-05-051-0/+13
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat. References #1689 [Pratik Naik]Jeremy Kemper2007-12-101-1/+5
* Convert the Ruby 1.9 enumerator to an arrayJeremy Kemper2007-09-271-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-14/+12
* Add OrderedHash#valuesSam Stephenson2006-06-021-0/+27
* Added method access to OrdredOptionsDavid Heinemeier Hansson2005-09-301-0/+18
* Added test for looping in orderDavid Heinemeier Hansson2005-09-301-0/+14
* Added OrderedOptions array/hash for use with initializerDavid Heinemeier Hansson2005-09-301-0/+23