rails--rails/guides/rails_guides
Xavier Noria 447b6a4e67 removes usage of Object#in? from the code base (the method remains defined by Active Support)
Selecting which key extensions to include in active_support/rails
made apparent the systematic usage of Object#in? in the code base.
After some discussion in

    5ea6b0df9a

we decided to remove it and use plain Ruby, which seems enough
for this particular idiom.

In this commit the refactor has been made case by case. Sometimes
include? is the natural alternative, others a simple || is the
way you actually spell the condition in your head, others a case
statement seems more appropriate. I have chosen the one I liked
the most in each case.
2012-08-06 00:30:02 +02:00
..
generator.rb [guides] fix reference to railties directory, guides are no longer there 2012-05-28 16:21:25 -05:00
helpers.rb moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
indexer.rb moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
levenshtein.rb moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
textile_extensions.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00