| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved `KeyError` messages on bang version, since commit https://github.com... | amitkumarsuroliya | 2015-10-11 | 1 | -1/+1 |
* | Add to RDoc of OrderedOptions the bang info | Mauro George | 2015-07-06 | 1 | -0/+8 |
* | Fix indentation warning on active_support ordered_options | Mehmet Emin İNAÇ | 2015-05-27 | 1 | -1/+1 |
* | Merge pull request #20208 from gaurish/raise_on_missing_ordered_options | Rafael Mendonça França | 2015-05-26 | 1 | -1/+7 |
|\ |
|
| * | Add bang version to OrderedOptions | Gaurish Sharma | 2015-05-23 | 1 | -1/+6 |
|/ |
|
* | Fixed grammar error in ordered_options documention. | Dustin Lam | 2013-08-17 | 1 | -1/+1 |
* | added docs for InheritedOptions class [ci skip] | Anton Kalyaev | 2013-05-11 | 1 | -0/+8 |
* | update AS docs [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -2/+2 |
* | fix AS::OrderedOptions documentation [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -16/+15 |
* | Use respond_to_missing? for OrderedOptions | Marc-Andre Lafortune | 2012-05-05 | 1 | -1/+1 |
* | ordered_options will work if inherited from Hash, remove OrderedHash usage | Vishnu Atrai | 2012-02-21 | 1 | -3/+1 |
* | Replace regexp matching with a simple string manipulation. | Semyon Perepelitsa | 2012-01-21 | 1 | -2/+3 |
* | OrderedOptions must implement respond_to? if it implements method_missing. | Chris Eppstein | 2011-06-27 | 1 | -0/+4 |
* | Fix incorrect example. | Ben Orenstein | 2011-03-05 | 1 | -2/+2 |
* | Remove redundant to_sym call. | Ben Orenstein | 2011-02-28 | 1 | -1/+1 |
* | Try to use Hash's native #[] for speed. | thedarkone | 2010-09-27 | 1 | -1/+7 |
* | Make InheritableOptions's constructor more flexible. | thedarkone | 2010-09-27 | 1 | -2/+6 |
* | Compile ActionController::Base.config's methods to avoid method_missing overh... | thedarkone | 2010-09-27 | 1 | -0/+4 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -3/+3 |
* | commit review: say clearly that AS::OrderedHash is about insertion order, be ... | Xavier Noria | 2010-08-06 | 1 | -4/+4 |
* | adding documentation for OrderedHash and OrderedOptions | Neeraj Singh | 2010-08-06 | 1 | -0/+16 |
* | Move InheritableOptions into ActiveSupport | Carlhuda | 2010-03-03 | 1 | -0/+6 |
* | Explicit dependency on OrderedHash | Jeremy Kemper | 2009-03-28 | 1 | -1/+3 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -12/+14 |
* | Create a seperate file for ActiveSupport::OrderedHash. | Joshua Peek | 2008-05-14 | 1 | -44/+0 |
* | Added OrderedHash#delete [#113 state:resolved] | Sean Ouimet | 2008-05-05 | 1 | -0/+6 |
* | Add OrderedHash#to_hash. Closes #11266 [josh] | Michael Koziarski | 2008-03-03 | 1 | -0/+6 |
* | Hash is ordered in Ruby 1.9 | Jeremy Kemper | 2007-10-09 | 1 | -17/+22 |
* | Use Array#assoc in ActiveSupport::OrderedHash. | Jeremy Kemper | 2006-08-25 | 1 | -8/+2 |
* | Add OrderedHash#values | Sam Stephenson | 2006-06-02 | 1 | -1/+5 |
* | fix test warnings | Jeremy Kemper | 2006-05-31 | 1 | -22/+24 |
* | Namespaced OrderedHash so the Rails implementation does not clash with any ot... | Rick Olson | 2006-04-30 | 1 | -2/+3 |
* | Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma... | David Heinemeier Hansson | 2006-02-25 | 1 | -11/+23 |
* | Dont include unnecessary active support classes in docs | David Heinemeier Hansson | 2005-10-16 | 1 | -1/+1 |
* | Added method access to OrdredOptions | David Heinemeier Hansson | 2005-09-30 | 1 | -0/+8 |
* | Added OrderedOptions array/hash for use with initializer | David Heinemeier Hansson | 2005-09-30 | 1 | -0/+23 |