rails--rails/railties/lib/rails/generators
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
..
erb Rails will now generate Ruby 1.9 style hash when running scaffold_controller generator on Ruby 1.9.x 2011-04-10 16:47:50 +08:00
rails removes debug_rjs from ActionView::Base 2011-04-13 13:24:32 +02:00
test_unit Rails will now generate Ruby 1.9 style hash when running scaffold_controller generator on Ruby 1.9.x 2011-04-10 16:47:50 +08:00
actions.rb log and readme should respect --quiet 2011-03-04 13:05:27 +01:00
active_model.rb
app_base.rb jQuery is the new default 2011-04-13 13:23:16 +02:00
base.rb Remove `#among?` from Active Support 2011-04-13 20:25:28 +08:00
erb.rb
generated_attribute.rb Remove `#among?` from Active Support 2011-04-13 20:25:28 +08:00
migration.rb Skip creating migration if --skip option is passed to model generator [#6144 state:resolved] 2010-12-16 01:49:28 +05:30
named_base.rb Add --old-style-hash option to force creating old style hash on Ruby 1.9 2011-04-10 16:47:52 +08:00
resource_helpers.rb Railties typos. 2011-03-05 11:56:35 +01:00
test_case.rb corrected a mistake in the documentation for assert_migration 2011-01-29 15:42:56 -06:00
test_unit.rb