Bug #187
Migration script contains syntax error on Ruby 1.9
| Status: | Completed and Comitted | Start date: | 2011-08-03 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | 0.6 Release | |||
| Resolution: | Fixed |
Description
Hi, db:migrate_plugins fails on Ruby/1.9.2 due to syntax errors.
Ruby/1.8 looks to ignore these errors.
For details, please see the attached patch.
Associated revisions
[#187] Fix syntax error of migration scripts for Ruby 1.9
Contributed by Yuya Nishihara
History
Updated by Holger Just 10 months ago
- Target version set to 0.6 Release
- Resolution set to Fixed
- % Done changed from 0 to 100
- Assignee set to Holger Just
- Status changed from Open to Completed and Comitted
Comitted in r208. Thanks for the patch!