Changeset 4033
- Timestamp:
- 03/25/06 23:32:08 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r4028 r4033 1 1 *SVN* 2 3 * Fixed db_schema_import when binary types are present #3101 [DHH] 2 4 3 5 * Fixed that MySQL enums should always be returned as strings #3501 [DHH] trunk/railties/lib/rails_generator/generators/applications/app/app_generator.rb
r3770 r4033 94 94 opt.separator '' 95 95 opt.separator 'Options:' 96 opt.on("-r", "--ruby", 96 opt.on("-r", "--ruby", String, 97 97 "Path to the Ruby binary of your choice.", 98 98 "Default: #{DEFAULT_SHEBANG}") { |options[:shebang]| }