This project is archived and is in readonly mode.
Ruby on Rails: 3.x
Aaron Patterson's assigned tickets 4 tickets open
- #1533 Preloading more than 1000 associated records causes ActiveRecord::StatementInvalid when using Oracle activerecord associations bugmash ora-01795 oracle patch preload preload_associaitons sql open
- #6679 Query broken in Rails 3 (?) no tags new
- #6567 [Patch] Failing Test in Railties edge patch railties new
- #6121 Do not perform another sql if association is already loaded for empty hash no tags incomplete
Andrew White's assigned tickets 1 ticket open
Jeremy Kemper's assigned tickets 3 tickets open
- #2503 validates_uniqueness_of is horribly inefficient in mysql patch open
- #2594 Bug with polymorphic has_one :as pointing to STI record no tags open
- #1683 Custom counter caches not being used no tags new
Michael Koziarski's assigned tickets 4 tickets open
- #1717 ActiveResource::CustomMethods#put should behave like #post for body encoding no tags new
- #2357 Predictable Table Aliases in Joins activerecord joins named_scope table_alias new
- #690 Response Splitting Attack reported by mod_security no tags new
- #5920 Rails 3 associations eager load of associated classes significantly slows down development environment associations development environment scope slow new
Mikel Lindsaar's assigned tickets 1 ticket open
- #1598 Preserve XML Attributes with Hash#from_xml and ActiveResource no tags open
Neeraj Singh's assigned tickets 1 ticket open
- #2646 validations not called when model updating using nested attributes no tags open
Pratik's assigned tickets 6 tickets open
- #2253 named_scope and nested order clauses named_scope order new
- #2577 When using ActiveRecord::Associations outside of Rails, a NameError is thrown 2-3-stable 3 30 activerecord association open
- #1432 check_box_tag should behave like radio_button_tag no tags incomplete
- #1597 ActionView::Helpers::TextHelper#truncate should understand HTML encoding. no tags incomplete
- #1564 Add support for before and after add/remove callbacks to belongs_to associations belongs_to callbacks pa patch new
- #1117 Serialized fields + sqlite :binary columns = exception 2-3-stable activerecord bug bug rails3 serialization serialize serialized sqlite incomplete
Santiago Pastorino's assigned tickets 1 ticket open
- #6522 distance_of_time_in_words / time_ago_in_words shouldn't use named arguments date_helper options open
Tarmo Tänav's assigned tickets 1 ticket open
Unassigned tickets 19 tickets open
- #610 ActiveRecord to_json doesn't invoke :include's to_json activerecord bug to_json open
- #6749 Action performance summary does not include all the time spent in activerecord activerecord logging new
- #873 validates_inclusion/exclusion_of should also accept a symbol or proc as the :in/:within option no tags open
- #2358 new smart render misses arguments no tags new
- #6629 HABTM destroy deletes record before associated records activerecord associations habtm new
- #2067 Numeric::Time is not consistent, giving confusing results to Duration#inspect no tags new
- #1895 Export OrderedHash to XML and JSON array hash json orderedhash to_json to_xml xml new
- #2368 Rails 2.3.2 sessions problem - active record 2.3.2 active_record active_record_store cookiestore session data sessions new
- #2792 add verbose output to rails startup if RAILS_VERBOSE_STARTUP env is true output verbose new
- #2986 polymorphic_url should handle STI better no tags open
- #2519 [PATCH] Requiring ActiveSupport::TestCase in a vanilla test fails to run the test case 2.3.2 active_support dependency testcase new
- #2205 Multipart forms "bad content body" no tags new
- #2423 Rendering Text with a Proc fails in testing no tags new
- #2324 config.reload_plugins = true only works in environment.rb no tags new
- #2677 ActionMailer and client encoding trouble 2.3.2 actionmailer encoding new
- #2662 Add support for nested SQL queries patch new
- #1979 Command to generate nested resource generate nested nesting scaffold incomplete
- #2155 Please add :position => :replace to link_to_remote (and family) no tags new
- #2114 ActiveSupport lacks beginning_of_hour activesupport open
Closed Tickets
-
✔ #2634
Invoking a named_scope with :conditions => ["id in (?)", association_proxy]no tags ✓stale -
✔ #1902
establish_connection does not support joinsestablish_connection ✓stale -
✔ #1711
Has many through association with :order causes a SQL error with PostgreSQL2.2 2.2.2 :order activerecord associations has_many_through postgres postgresql sql ✓invalid -
✔ #1038
assert_valid_keys slow?activesupport performance ✓stale -
✔ #750
Keeping track of validations with a hashactiverecord enhancement patch tested ✓stale -
✔ #2165
support of html Attributes for options_for_selectaction_view bugmash feature feature_request form_options_helper patch ✓resolved -
✔ #1494
Make rails:update task update new initializersedge patch ✓stale -
✔ #1343
plugins and attributes_with_quotes on updateplugins ✓stale -
✔ #2523
Add 'field' attribute to ActiveRecord::Errors#to_xmlactiverecord ✓stale -
✔ #3744
ActiveSupport::JSON.encode bogus CircularReferenceErrorno tags ✓stale -
✔ #2102
with_scope and :group option fails for PostgreSQL23 activerecord bug ✓stale -
✔ #974
attribute_type is not set to null if :dependent => :nullify is specified for a polymorphic belongs_to association30 activerecord association bug nullify polymorphic ✓stale -
✔ #5939
attr_accessor not accessible through accepts_nested_attributes_for2.3.x patched ✓resolved -
✔ #1004
datetime_select to accept :ampm optionactiverecord enhancement helper patch ✓stale -
✔ #2289
_method=put ignored for xhr and xml requestsmethod middleware request xml ✓stale -
✔ #2350
[PATCH] LogTailer ignores config.log_pathno tags ✓stale -
✔ #6450
Arel generates invalid SQL when using DISTINCT ON in PostgreSQLarel distinct postgresql ✓resolved -
✔ #5951
Using :joins when calling first on an association ignores joins2-3-stable 2310 activerecord associations first rails3 ✓stale -
✔ #2447
:uniq option doesn't work with has_many :through and eager loadingactiverecord eager_loading has_many_through patch uniq ✓resolved -
✔ #2132
Confusing behavior with attr_readonlyactiverecord patch ✓stale
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>
Responsible for this Milestone
- Aaron Patterson tenderlovemaker 4
- Aditya Sanghi Worker Bee 0
- Andrew White Technical Director 1
- Carl Lerche Code Magician 0
- Dan Pickett Principal 0
- DHH King of the Internet 0
- Eloy Duran Developer 0
- Frederick Cheung 0
- Geoff Buesing 0
- Jeremy Kemper 3
- Jon Leighton Programmer 0
- José Valim Developer 0
- Manfred Stienstra Developer 0
- Matt Jones 0
- Michael Koziarski Coder Guy 4
- Mikel Lindsaar 1
- Neeraj Singh 1
- Piotr Sarnacki 0
- Pratik Rails Hippy 6
- Prem Sichanugrist (sikachu) 0
- Rick Rails Monkey 0
- Rizwan Reza 0
- Rohit Arondekar 0
- Ryan Bigg Lord of Programming 0
- Santiago Pastorino Software Engineer 1
- Sven Fuchs 0
- Tarmo Tänav 1
- Xavier Noria 0
- Yehuda Katz (wycats) 0
- Unassigned Unassigned tickets 19