index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
ordered_options.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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