This project is archived and is in readonly mode.
ActiveRecord performance script doesn't work
Reported by Emilio Tagua | August 24th, 2009 @ 11:58 PM
The reason is that Migration's timestamps creates a created_at field not a created_on field, therefore you get:
attributes=': unknown attribute: created_on
(ActiveRecord::UnknownAttributeError)
When running the script.
Comments and changes to this ticket
-
Emilio Tagua August 24th, 2009 @ 11:58 PM
- no changes were found...
-
Repository August 25th, 2009 @ 12:17 AM
- State changed from new to committed
(from [09fde6440a729e169e51c04f7caf0d19fe949c1d]) timestamps gives a created_at field not created_on.
[#3093 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/09fde6440a729e169e51c04f7caf0d... -
Repository August 25th, 2009 @ 09:43 PM
(from [38d6e65c5a059ffd07ed961ce79159a1801eba1c]) timestamps gives a created_at field not created_on.
[#3093 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/38d6e65c5a059ffd07ed961ce79159...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 3093 ActiveRecord performance script doesn't work [#3093 state:committed]
- 3093 ActiveRecord performance script doesn't work [#3093 state:committed]