1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/commands
Prem Sichanugrist a9f3c9da01 Using Object#in? and Object#either? in various places
There're a lot of places in Rails source code which make a lot of sense to switching to Object#in? or Object#either? instead of using [].include?.
2011-04-11 03:17:09 +08:00
..
application.rb Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
benchmarker.rb Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +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 Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
generate.rb Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +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 Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +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