This project is archived and is in readonly mode.
table creation with upercase method names for types does not create fields
Reported by macario | February 25th, 2010 @ 12:48 AM
Using the scafold or model generator creates a migration with the field creation methods in uppercase ie String, Date...
But methods in upercase does not create fields (at least using sqlite3), changing method names to lowercase fixes the issue.
Comments and changes to this ticket
-
David Trasbo July 28th, 2010 @ 06:38 PM
- Assigned user set to Ryan Bigg
It doesn't. Not anymore at least. Maybe if you write the command like
rails g scaffold foo bar:String
but why would you do that?This ticket can be closed.
-
Santiago Pastorino July 30th, 2010 @ 01:58 AM
- State changed from new to invalid
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>