This project is archived and is in readonly mode.
Removing , from WrappedDatabaseException constructor method
Reported by Subba | February 1st, 2010 @ 04:58 AM
When i am looking through the rails activerecord base code i observerved ,= statement as shown below. at line 85 of activerecord/lib/active_record/base.rb
class WrappedDatabaseException < StatementInvalid
attr_reader :original_exception
def initialize(message, original_exception)
super(message)
@original_exception, = original_exception
end
end
I am submitting patch to remove the comma.
Comments and changes to this ticket
-
Subba February 1st, 2010 @ 01:46 PM
- Assigned user set to Yehuda Katz (wycats)
-
Subba February 1st, 2010 @ 06:31 PM
- Assigned user changed from Yehuda Katz (wycats) to Jeremy Kemper
-
Subba February 3rd, 2010 @ 01:36 AM
- Assigned user changed from Jeremy Kemper to José Valim
-
José Valim February 3rd, 2010 @ 08:39 AM
- Assigned user cleared.
-
Subba February 4th, 2010 @ 12:54 AM
what does assigned user cleared means. is it accepted or rejected. do i need to do anything
-
Repository February 4th, 2010 @ 01:03 AM
- State changed from new to committed
(from [639e044298eed903566086d297ae51a535082e73]) removing , from ,= statement in WrappedDatabaseException constructor
[#3830 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/639e044298eed903566086d297ae51...
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
Referenced by
- 3830 Removing , from WrappedDatabaseException constructor method [#3830 state:committed]