rails--rails/railties/lib/commands
Jeff Schwab e609d83f1a Fixed an incompatibility with Ruby 1.9.
Ruby 1.8 strings are Enumerable, but there is no String#lines method. In
Ruby 1.9, the situation is reversed.  To work around this disparity, the
RailsEnvironment#externals method now explicitly checks whether a String
responds_to? :lines.

[#2130 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-03-10 11:37:23 -07:00
..
ncgi Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby" 2008-07-31 16:39:48 -05:00
performance Remove script/performance/profiler in favour of performance integration tests. 2009-01-18 05:20:39 +00:00
about.rb Use full path to environment 2008-12-08 19:14:07 -08:00
console.rb Revert "Speed up script/console by launching IRB directly." 2009-03-01 19:04:32 -08:00
dbconsole.rb Added options to script/dbconsole to sqlite3 console in various different modes. [#607 state:resolved] 2009-01-28 19:47:45 +00:00
destroy.rb
generate.rb
plugin.rb Fixed an incompatibility with Ruby 1.9. 2009-03-10 11:37:23 -07:00
runner.rb Prefer Rails.logger over RAILS_DEFAULT_LOGGER 2008-12-10 18:08:14 -06:00
server.rb script/server command can accept --path option to set app's root path [#1156 state:resolved] 2009-02-05 15:19:40 -06:00
update.rb