Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

{13} All-time Patches (1208 matches)

All currently open patches

Ticket Summary Component Version Type Severity Created
#11608 [PATCH] Can't have 2 migrations in same plugin - timestamped migrations have version collision Railties edge defect normal 04/22/08
#11606 [PATCH] highlight supporting regexps ActionPack edge enhancement normal 04/22/08
#11604 [PATCH] schema_dumper with sqlite adapter should honor nonstandard primary keys (implement pk_and_sequence_for) ActiveRecord edge defect normal 04/21/08
#11596 [PATCH] Railties databases.rake: match adapter names more leniently Railties edge enhancement normal 04/15/08
#11595 [PATCH] document.observe('dom:loaded') attached after dom loaded fire instantly Prototype edge defect minor 04/14/08
#11591 [PATCH] Auto Complete broken with forgery Plugins edge defect normal 04/14/08
#11588 [PATCH] Object#nonblank? similar to Numeric#nonzero? ActiveSupport edge enhancement minor 04/14/08
#11584 [PATCH] More robust Object.keys Prototype edge enhancement normal 04/13/08
#11579 [PATCH] add 'clean' Rake tasks ActionMailer edge enhancement normal 04/11/08
#11576 [PATCH] 'rake package' fails for railties Railties edge defect normal 04/11/08
#11569 [PATCH] continuous builder log message doesn't match author/revision number Plugins edge defect normal 04/10/08
#11568 [PATCH] $ should not throw error when passed a value of an unexistent attribute (IE) Prototype edge defect normal 04/10/08
#11563 [PATCH] TzTime should store the underlying Time as UTC Plugins edge defect normal 04/10/08
#11562 [PATCH] Associations' dynamic finders fail with :order depends on :include ActiveRecord edge defect normal 04/10/08
#11561 [PATCH] Fix for change_column :null => true in migrations ActiveRecord edge defect normal 04/10/08
#11557 [PATCH][TINY] Make AM::Base#render_message default hash argument to @body ActionMailer edge enhancement normal 04/09/08
#11553 [PATCH] Fix test reporting error in javascript_test Plugins edge enhancement normal 04/08/08
#11552 [PATCH] Added support for cygwin and safari on windows to javascript_test Plugins edge enhancement normal 04/08/08
#11547 [PATCH] frontbase_adapter override for select_rows method ActiveRecord defect normal 04/07/08
#11546 [PATCH] fix IE support for Event.observe(window, 'click', ...); Prototype edge defect normal 04/07/08
#11537 [PATCH] link_to with :method => :delete ignores :target option in html_options ActionPack edge defect normal 04/06/08
#11533 [PATCH] remove eval from the Selector compileMatcher() method Prototype edge enhancement minor 04/04/08
#11524 [PATCH] latest regexp for String#isJSON Prototype edge defect normal 04/03/08
#11520 [PATCH] fix for database session store when ActiveRecord Oracle adapter is used ActiveRecord 2.0.1 defect major 04/03/08
#11519 [PATCH] Improve rake db:schema:dump performance in ActiveRecord Oracle adapter ActiveRecord 2.0.1 enhancement normal 04/03/08
#11514 [PATCH]Using inspect on a new object's association resets the association ActiveRecord edge defect normal 04/02/08
#11511 [PATCH] Added Inflections camelizes and acronym methods to allow for configuring reversible camelize and underscore ActiveRecord edge defect normal 04/02/08
#11510 [PATCH] validates_uniqueness_of fails on non-string values ActiveRecord edge defect normal 04/02/08
#11501 [PATCH] Ajax.Request.setRequestHeaders uses Object.isFunction(extras.push) instead of iObject.isArray(extras) Prototype edge defect minor 04/01/08
#11500 [PATCH] sortable_element documentation on format option is wrong ActionPack edge defect normal 04/01/08
#11499 [PATCH] Format option of sortable_element helper should accept regexpes. ActionPack edge defect normal 04/01/08
#11492 [PATCH] More robust Object.isFunction Prototype edge enhancement normal 04/01/08
#11490 [PATCH] habtm error when eagerly loading the other side of the association ActiveRecord edge defect normal 03/31/08
#11489 [PATCH] test_distance_in_words failing ActionPack edge defect normal 03/31/08
#11488 [PATCH] :uniq option of a habtm association is ignored when find is called ActiveRecord edge defect normal 03/31/08
#11481 [PATCH] [TEST] Constructor wrapper should return value Prototype edge defect normal 03/31/08
#11479 [PATCH] Autocompleter updateChoices: this.stopIndicator(); script.aculo.us defect normal 03/31/08
#11475 [PATCH][TEST] Better IFRAME Support in methods and others using elment.ownerDocument Prototype edge defect normal 03/31/08
#11474 [PATCH] [TEST] Element#select(element, '#id') fails in IE when is not in the document Prototype edge defect normal 03/31/08
#11473 [PATCH][TEST] Element#getOffsetParent and Element#viewportOffset IE error. Prototype edge defect major 03/31/08
#11472 [PATCH] Element position helper methods don't use element = $(element) Prototype edge defect major 03/31/08
#11468 [PATCH] use documentFragment in Element._getContentFromAnonymousElement() reduces looping Prototype edge enhancement normal 03/30/08
#11462 [PATCH] schema_dumper including implicit indexes from sqlite in dump ActiveRecord edge defect normal 03/29/08
#11461 [PATCH] :root pseudo-class for Prototype Prototype edge enhancement normal 03/28/08
#11460 [PATCH] Named route helper hash_for_*_path and hash_for_*_url does not accept ordered parameters as does the regular *_url helper ActionPack edge defect normal 03/28/08
#11457 [PATCH] [TEST] Function.prototype.new Prototype edge enhancement normal 03/28/08
#11450 [PATCH] Allow users to use Deprecation.warn in their own applications ActiveSupport edge enhancement normal 03/27/08
#11445 [PATCH] Submit event not triggered from fom.submit() in IE Prototype edge defect normal 03/27/08
#11443 [PATCH] SqlBypass accesses class variable directly instead of accessor ActiveRecord edge enhancement normal 03/27/08
#11437 [PATCH] String#stripTags doesn't need the "i" flag in the regexp Prototype edge defect minor 03/27/08
#11433 [PATCH] Adds script/console for Rails Contributors (for the activerecord test models) ActiveRecord edge enhancement normal 03/26/08
#11424 [PATCH] Invalid SQL from construct_finder_sql_for_association_limiting with nested tables ActiveRecord edge defect major 03/25/08
#11423 [PATCH][TEST] Prototype.exec() (Equiv to jQuery.globalEval()) Prototype edge enhancement normal 03/25/08
#11419 [PATCH][javascript_test] allow custom paths for windows+deadlock Plugins edge enhancement minor 03/25/08
#11417 [PATCH] [TEST] Element#wrapContent (wraps element's content into another element) Prototype edge enhancement normal 03/25/08
#11416 [PATCH] scriptaculous should support url with semicolon when loading sub-files script.aculo.us edge defect normal 03/25/08
#11401 [PATCH] insert_html uses Insertion namespace, deprecated in Prototype 1.6 ActionPack edge defect normal 03/22/08
#11398 [PATCH] Float columns set to values without .to_f cause NoMethodError on save or validation ActiveRecord edge defect normal 03/22/08
#11397 [PATCH] This is a backport of the Ticket #7576 (solved for Rails 2.0.x) for the version 1.2.x ActiveRecord 1.2.6 defect normal 03/22/08
#11396 [PATCH] Correctly set content-type with multiview-style templates ActionPack edge defect minor 03/21/08
#11391 [PATCH] select should respect default options :index => nil set in form_for or fields_for ActionPack edge defect normal 03/20/08
#11382 [PATCH] query_attribute does not work with symbols ActiveRecord edge defect normal 03/19/08
#11380 [PATCH] Form helpers should handle "question?" reader methods ActionPack edge enhancement minor 03/19/08
#11375 [PATCH] Fixed titleize to support Irish names like "O'Malley's Bar" ActiveSupport edge defect normal 03/18/08
#11372 [PATCH] Piston import option for plugin install Railties edge enhancement normal 03/18/08
#11368 [PATCH] Add Comments to Prototype Source Files Prototype edge defect normal 03/18/08
#11365 [PATCH] toQueryString to correctly serialize empty arrays Prototype edge defect normal 03/17/08
#11354 [PATCH] Dynamic finders should be able to use attributes defined by alias_attribute ActiveRecord edge defect normal 03/15/08
#11351 [PATCH] ./script/plugin install from secured repositories failes Railties edge defect normal 03/14/08
#11350 [PATCH][TEST] innerHTML makes relative hrefs absolute in IE Prototype edge defect major 03/14/08
#11347 [PATCH] Fix for descendantOf on konqueror Prototype edge defect normal 03/13/08
#11335 [PATCH] Hash key existance check Prototype edge enhancement normal 03/12/08
#11332 [PATCH] watch_frames ActiveSupport edge defect minor 03/12/08
#11326 [PATCH] Provide onKeyPress hook in Ajax.Autocompleter script.aculo.us enhancement normal 03/11/08
#11321 [PATCH] Form.Methods#validate Prototype enhancement normal 03/11/08
#11317 [PATCH] [TEST] positionedOffset/viewportOffset bug with replaced elements (IE6) Prototype edge defect normal 03/10/08
#11316 [PATCH] Allow custom responders to be overwritten again ActionPack edge defect normal 03/10/08
#11305 [PATCH][TINY] Removing an object from a has_many :through collection should invoke 'destroy' callbacks on the join model ActiveRecord edge enhancement normal 03/08/08
#11303 [PATCH] onLeave event handler for Droppables script.aculo.us enhancement normal 03/08/08
#11302 [PATCH] opera 9.5 strict: documentElement.clientHeight swapped with body.clientHeight Prototype edge defect normal 03/08/08
#11300 [PATCH] Added new helpers observe_field_js and observe_form_js (return javascript without script tags) ActionPack edge enhancement normal 03/07/08
#11299 [PATCH] String#to_class ActiveSupport edge enhancement normal 03/07/08
#11297 [PATCH] Use exit! instead of exit in Kernel.daemonize ActionPack edge defect normal 03/07/08
#11292 [PATCH] [TINY] More precise regular expression in file matching and code cleanup in Code Statistics Railties edge defect minor 03/06/08
#11290 [PATCH] session store MemCacheStore should not need memcache-client gem ActionPack edge enhancement normal 03/05/08
#11283 [PATCH] Check STI Subclasses in JoinDependency.build ActiveRecord edge defect normal 03/05/08
#11277 [PATCH] Add dynamic finders (find_if and find_unless) when finding based on a single boolean condition ActiveRecord edge enhancement normal 03/03/08
#11274 [PATCH] Make conditional validations pass attribute name into condition block ActiveRecord edge enhancement normal 03/03/08
#11248 [PATCH] [TINY] when defining resource routes :as => '' should be considered as "hidden" resource ActionPack edge defect normal 02/28/08
#11242 [PATCH] SQLServer AR adapter: Return column metadata in ordinal order from "columns" method ActiveRecord edge enhancement normal 02/28/08
#11240 [PATCH] acts_as_list loads entire row to just get position column value Plugins edge defect normal 02/28/08
#11231 [PATCH] [TEST] String#gsub to pass index into replacement function Prototype edge enhancement normal 02/27/08
#11225 [PATCH][TEST] Element#replace removes child nodes of returned element Prototype edge defect normal 02/27/08
#11219 [PATCH] Add :preload option for explicitly preloading associations when :include falls back to eager loading. ActiveRecord edge enhancement normal 02/26/08
#11214 [PATCH] Form.Element.disable() steals focus (and throws error on console) Prototype edge defect normal 02/25/08
#11209 [PATCH] adds a default_date_select_order class accessor method to ActionView::Base ActionPack edge enhancement normal 02/24/08
#11208 [PATCH] \Z matches end of string with an optional newline character, replace with \z instead. ActiveRecord edge defect normal 02/24/08
#11204 [PATCH] link_to does not escape ampersands when a url is passed as a String ActionPack edge defect minor 02/23/08
#11201 [PATCH][TINY] nil params value in named_route for more then one args ActionPack edge defect normal 02/23/08
#11200 [PATCH] remove div tags from button_to helper ActionPack edge enhancement normal 02/22/08
#11198 [PATCH] active_record/schema_dumper.rb gets confused by a non-integer column named "id" ActiveRecord edge defect normal 02/22/08
#11191 [PATCH] Have the exception notifier plugin check for errors that rails knows about Plugins edge enhancement normal 02/22/08
#11190 [PATCH][DOC][TEST] Implementation of Element.lastDescendant() Prototype edge enhancement normal 02/22/08
#11186 [PATCH][TEST] Hash#invoke throws exception Prototype defect normal 02/21/08
#11184 [PATCH] Improve ActionCaching's format-handling ActionPack edge defect normal 02/21/08
#11183 [PATCH] Make the asset tag helpers complain loudly when files don't exist :) (+tests) ActionPack edge defect normal 02/21/08
#11179 [PATCH] #dom_id should use AR#to_param instead of AR#id ActionPack edge defect normal 02/20/08
#11177 [PATCH] Enable pretty toJSON() output Prototype enhancement normal 02/20/08
#11170 [PATCH] Hash.from_xml can't handle really old dates due to use of Time class instead of DateTime ActiveSupport edge defect normal 02/19/08
#11161 [PATCH] rake db:create enhancement for PostgreSQL ActiveRecord edge enhancement normal 02/19/08
#11159 [PATCH] HTTP Allow header should have HEAD in case of GET is allowed. ActionPack edge defect normal 02/19/08
#11157 [PATCH] Element.recursivelyCollect() does not behave as described cross-browser Prototype edge defect normal 02/18/08
#11147 [PATCH] Added Intersection and Empty to Range in CoreExtensions ActiveSupport edge enhancement normal 02/18/08
#11146 [PATCH] add Distance to CoreExtensions ActiveSupport edge enhancement normal 02/18/08