nsabiyera / Oak

Frictionless development for ASP.NET MVC single page web apps. Prototypical and dynamic capabilities brought to C#.
http://amirrajan.github.com/Oak
MIT License
6 stars 7 forks source link

Gemini.Exclude should be case insensitive #10

Closed amirrajan closed 12 years ago

amirrajan commented 12 years ago

property access is case insensitive, so should the exclude method on gemini,

The case insensitive logic is here: https://github.com/amirrajan/Oak/blob/master/Oak/Gemini.cs#L276

The tests are here: https://github.com/amirrajan/Oak/blob/master/Oak.Tests/describe_Gemini/accessing_property.cs#L66

amirrajan commented 12 years ago

released in oak-edge 1.2.0 and 2.1.5