rails--rails/railties/lib/rails/commands
Prem Sichanugrist 733bfa63f5 Remove `#among?` from Active Support
After a long list of discussion about the performance problem from using varargs and the reason that we can't find a great pair for it, it would be best to remove support for it for now.

It will come back if we can find a good pair for it. For now, Bon Voyage, `#among?`.
2011-04-13 20:25:28 +08:00
..
application.rb Cant use inclusion in commands/application.rb as the frameworks havent all been required yet 2011-04-11 15:25:39 +02:00
benchmarker.rb Remove `#among?` from Active Support 2011-04-13 20:25:28 +08:00
console.rb Moved Turn activation/dependency to railties 2011-03-31 16:20:59 -07:00
dbconsole.rb Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs like DataMapper and Sequel 2011-02-01 13:20:53 -02:00
destroy.rb Remove `#among?` from Active Support 2011-04-13 20:25:28 +08:00
generate.rb Remove `#among?` from Active Support 2011-04-13 20:25:28 +08:00
plugin.rb Drop remaining script/plugin sources references 2011-02-03 00:33:30 -02:00
plugin_new.rb Don't need to support rails plugin --version 2010-11-16 00:04:34 +01:00
profiler.rb Remove `#among?` from Active Support 2011-04-13 20:25:28 +08:00
runner.rb Send 'rails runner' help message to stdout instead of stderr. 2010-09-19 16:45:29 -07:00
server.rb reduce two method calls per request, 1 to method_missing and one to send 2011-02-28 15:47:25 -08:00
update.rb