| #10101 |
[PATCH] refactored UrlEncodedPairParser to handle array params in depth-first order |
ActionPack |
|
11/08/07 |
| #8172 |
[PATCH] fix/enhance number_to_currency for negative numbers |
ActionPack |
|
04/24/07 |
| #8970 |
[PATCH] Exceptions with $DEBUG = true - its actually a bug in ruby |
Railties |
billw |
07/12/07 |
| #11184 |
[PATCH] Improve ActionCaching's format-handling |
ActionPack |
bitsweat |
02/21/08 |
| #8665 |
[XPATCH] Custom logger ignored by script/server with mongrel |
Railties |
bitsweat |
06/16/07 |
| #8659 |
[PATCH] fix postgresql_adapter index dumping with multiple schemas |
ActiveRecord |
bitsweat |
06/15/07 |
| #8400 |
[PATCH] sybase_adapter.rb does not support reconnects |
ActiveRecord |
bitsweat |
05/18/07 |
| #8218 |
[PATCH] activerecord unit tests not cleaning up models between tests |
ActiveRecord |
bitsweat |
04/29/07 |
| #8038 |
[PATCH] ActionMailer Does not Set Body Charset When there are Attachments |
ActionMailer |
bitsweat |
04/09/07 |
| #7688 |
[PATCH] Postgresql Adaptor Tables method is buggy |
ActiveRecord |
bitsweat |
03/01/07 |
| #7500 |
[PATCH] null cannot be archived in CSV fixtures |
ActiveRecord |
bitsweat |
02/06/07 |
| #7395 |
[PATCH] collection_singular_ids= should properly infer association class |
ActiveRecord |
bitsweat |
01/26/07 |
| #7284 |
[PATCH] Abstract class and Inheritance fix |
ActiveRecord |
bitsweat |
01/22/07 |
| #7110 |
[PATCH] Improve Test Coverage for Integration Sessions |
ActionPack |
bitsweat |
01/17/07 |
| #7096 |
[PATCH] has_one dependent delete on reassign |
ActiveRecord |
bitsweat |
01/16/07 |
| #6999 |
[PATCH] MySQL drops options during rename_column |
ActiveRecord |
bitsweat |
01/11/07 |
| #6869 |
Changeset 5753, partially reverting ActiveRecord::Base to 5660, breaks the multiple database connections pattern |
ActiveRecord |
bitsweat |
12/20/06 |
| #5906 |
[PATCH] PostgreSQL adapter does not see tables in schema search path |
ActiveRecord |
bitsweat |
08/25/06 |
| #5849 |
[PATCH] find(:first) forgets the 'LIMIT 1' when eager loading is used, severely hurting MySQL performance in some cases |
ActiveRecord |
bitsweat |
08/21/06 |
| #5826 |
[PATCH] for PostgreSQL schema DROP issue |
ActiveRecord |
bitsweat |
08/19/06 |
| #785 |
[PATCH] validates_confirmation_of doesn't fail when confirmation not present |
ActiveRecord |
bitsweat |
03/05/05 |
| #10769 |
test_stringify_and_symbolize_keys_on_indifferent_preserves_hash test case bug in ActiveSupport |
ActiveSupport |
chuyeow |
01/11/08 |
| #3717 |
[PATCH] InPlaceEditor with submitOnBlur enabled crashes Safari when hitting return |
script.aculo.us |
Clay |
02/03/06 |
| #6249 |
[PATCH] db2_adapter tiny patch for table_name's that include the schema |
ActiveRecord |
contact@maik-schmidt.de |
09/20/06 |
| #11622 |
Calling LOAD DATA LOCAL INFILE from a Migration fails with Mysql::Error: #42000The used command is not allowed with this MySQL version |
ActiveRecord |
core |
05/10/08 |
| #11619 |
Ruby crash with SQL Server and timestamps < 12/30/1899 |
ActiveRecord |
core |
05/02/08 |
| #11617 |
Different INT types on parent and child tables |
ActiveRecord |
core |
04/28/08 |
| #11616 |
Request Forgery protection checks for 'Accept' header instead of 'Content-Type' header |
ActionPack |
core |
04/27/08 |
| #11614 |
Cannot use flash object and other helpers in rjs helpers |
ActionPack |
core |
04/25/08 |
| #11611 |
request.url broken on apps in subdirectories |
ActionPack |
core |
04/24/08 |
| #11608 |
[PATCH] Can't have 2 migrations in same plugin - timestamped migrations have version collision |
Railties |
core |
04/22/08 |
| #11607 |
Using "Renew" or "xxxnew" as class name prevents correct routing |
ActiveResource |
core |
04/22/08 |
| #11605 |
update is defined by ActiveRecord |
ActiveRecord |
core |
04/22/08 |
| #11604 |
[PATCH] schema_dumper with sqlite adapter should honor nonstandard primary keys (implement pk_and_sequence_for) |
ActiveRecord |
core |
04/21/08 |
| #11603 |
Association Preload assumes keys are integers |
ActiveRecord |
core |
04/21/08 |
| #11602 |
databases.rake should check for localhost and 127.0.0.1 when dropping databases |
Railties |
core |
04/19/08 |
| #11601 |
Ruby-debug Setup Problem: LoadError: no such file to load |
Plugins |
core |
04/18/08 |
| #11600 |
"Unknown column" error message could be unknown table |
ActiveRecord |
core |
04/18/08 |
| #11599 |
Fixtures with STI will partially fail |
ActiveRecord |
core |
04/17/08 |
| #11597 |
ActionMailer crashes on some malformed emails |
ActionMailer |
core |
04/15/08 |
| #11592 |
Since r9244, migrations broken on clean db |
ActiveRecord |
core |
04/14/08 |
| #11590 |
Removing vendor Rails with Git causes cryptic error |
ActiveRecord |
core |
04/14/08 |
| #11589 |
Observers can't cancel action as documented |
ActiveRecord |
core |
04/14/08 |
| #11587 |
has_many :through does not work with belongs_to |
ActiveRecord |
core |
04/14/08 |
| #11586 |
Creating a new object via an association causes dirty.rb to fail |
ActiveRecord |
core |
04/14/08 |
| #11576 |
[PATCH] 'rake package' fails for railties |
Railties |
core |
04/11/08 |
| #11575 |
STI subclass that belongs to a different namespace than baseclass doesn't work as expected |
ActiveRecord |
core |
04/11/08 |
| #11573 |
add_column bug for PostgreSQL |
ActiveRecord |
core |
04/11/08 |
| #11572 |
Column called "frozen" causes exception |
ActiveRecord |
core |
04/11/08 |
| #11569 |
[PATCH] continuous builder log message doesn't match author/revision number |
Plugins |
core |
04/10/08 |
| #11562 |
[PATCH] Associations' dynamic finders fail with :order depends on :include |
ActiveRecord |
core |
04/10/08 |
| #11561 |
[PATCH] Fix for change_column :null => true in migrations |
ActiveRecord |
core |
04/10/08 |
| #11558 |
ssl_requirement breaks assert_redirect_to |
ActionPack |
core |
04/09/08 |
| #11547 |
[PATCH] frontbase_adapter override for select_rows method |
ActiveRecord |
core |
04/07/08 |
| #11545 |
Named scopes don't handle finder_sql associations |
ActiveRecord |
core |
04/07/08 |
| #11543 |
Raises Authenticity Token error for HTTP OPTIONS |
ActionPack |
core |
04/07/08 |
| #11541 |
type_name_with_module breaks when parent.class == type |
ActiveRecord |
core |
04/07/08 |
| #11539 |
Rails not handling links with & correctly |
ActionPack |
core |
04/06/08 |
| #11537 |
[PATCH] link_to with :method => :delete ignores :target option in html_options |
ActionPack |
core |
04/06/08 |
| #11532 |
Can't find generators in symlinked plugins |
Railties |
core |
04/04/08 |
| #11523 |
Postgresql: invalid default values for the string type |
ActiveRecord |
core |
04/03/08 |
| #11521 |
Invalid schema.rb generated with postgresql and the native xml type |
ActiveRecord |
core |
04/03/08 |
| #11514 |
[PATCH]Using inspect on a new object's association resets the association |
ActiveRecord |
core |
04/02/08 |
| #11511 |
[PATCH] Added Inflections camelizes and acronym methods to allow for configuring reversible camelize and underscore |
ActiveRecord |
core |
04/02/08 |
| #11510 |
[PATCH] validates_uniqueness_of fails on non-string values |
ActiveRecord |
core |
04/02/08 |
| #11500 |
[PATCH] sortable_element documentation on format option is wrong |
ActionPack |
core |
04/01/08 |
| #11499 |
[PATCH] Format option of sortable_element helper should accept regexpes. |
ActionPack |
core |
04/01/08 |
| #11490 |
[PATCH] habtm error when eagerly loading the other side of the association |
ActiveRecord |
core |
03/31/08 |
| #11489 |
[PATCH] test_distance_in_words failing |
ActionPack |
core |
03/31/08 |
| #11488 |
[PATCH] :uniq option of a habtm association is ignored when find is called |
ActiveRecord |
core |
03/31/08 |
| #11483 |
[BUG] Multiple migraions with the same migration number |
Railties |
core |
03/31/08 |
| #11466 |
page.redirect_to issue for Firefox 2.0.0.12 |
ActionPack |
core |
03/30/08 |
| #11462 |
[PATCH] schema_dumper including implicit indexes from sqlite in dump |
ActiveRecord |
core |
03/29/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 |
core |
03/28/08 |
| #11455 |
TzTime has :normal as the default to_s format, when it should be :default |
Plugins |
core |
03/28/08 |
| #11451 |
PATCH: habtm foxy fixtures do not load duplicate inline associations (even when unique option isn't set) |
ActiveRecord |
core |
03/28/08 |
| #11449 |
Response is nil after follow_redirect! in integration test. |
ActionPack |
core |
03/27/08 |
| #11448 |
8862 breaks anything relying on overriding "render" |
ActionPack |
core |
03/27/08 |
| #11446 |
link_to does not respect default_url_options host |
ActionPack |
core |
03/27/08 |
| #11428 |
No route recognition in TestProcess? |
ActionPack |
core |
03/26/08 |
| #11424 |
[PATCH] Invalid SQL from construct_finder_sql_for_association_limiting with nested tables |
ActiveRecord |
core |
03/25/08 |
| #11414 |
libpq doesn't support PQServerVersion |
ActiveRecord |
core |
03/24/08 |
| #11408 |
JsonSerializer in ActiveRecord Does NOT Pass Through options |
ActiveRecord |
core |
03/24/08 |
| #11407 |
Requiring CGI causes an error |
ActiveRecord |
core |
03/24/08 |
| #11405 |
Revise Module#parent and Module#parents for anonymous modules |
ActiveSupport |
core |
03/23/08 |
| #11398 |
[PATCH] Float columns set to values without .to_f cause NoMethodError on save or validation |
ActiveRecord |
core |
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 |
core |
03/22/08 |
| #11396 |
[PATCH] Correctly set content-type with multiview-style templates |
ActionPack |
core |
03/21/08 |
| #11391 |
[PATCH] select should respect default options :index => nil set in form_for or fields_for |
ActionPack |
core |
03/20/08 |
| #11390 |
Eager loading does not honour association order |
ActiveRecord |
core |
03/20/08 |
| #11385 |
url_for does not deal with nil argument properly |
ActionPack |
core |
03/20/08 |
| #11382 |
[PATCH] query_attribute does not work with symbols |
ActiveRecord |
core |
03/19/08 |
| #11381 |
fire: function(element, eventName, memo) -> 'null' is null or not an object error |
ActiveRecord |
core |
03/19/08 |
| #11379 |
Test with fixtures will crash when a mock exists for a model object |
ActiveRecord |
core |
03/19/08 |
| #11376 |
insert_record in has_and_belongs_to_many_association.rb assuming column.name is a symbol |
ActiveRecord |
core |
03/19/08 |
| #11375 |
[PATCH] Fixed titleize to support Irish names like "O'Malley's Bar" |
ActiveSupport |
core |
03/18/08 |
| #11370 |
dragable elements goes to outside of Container DIV in IE |
ActiveRecord |
core |
03/18/08 |
| #11359 |
STI and serialized attributes don't play nice |
ActiveRecord |
core |
03/16/08 |
| #11354 |
[PATCH] Dynamic finders should be able to use attributes defined by alias_attribute |
ActiveRecord |
core |
03/15/08 |
| #11351 |
[PATCH] ./script/plugin install from secured repositories failes |
Railties |
core |
03/14/08 |
| #11345 |
Module Path String Regexp |
ActiveSupport |
core |
03/13/08 |
| #11343 |
AR Model not following inflector rules |
ActiveRecord |
core |
03/12/08 |
| #11339 |
Sparse ids generated by foxy fixtures cause unrealistic scaling problems in development |
ActiveRecord |
core |
03/12/08 |
| #11336 |
Section sign not included in non-word-character list \W and handled strangely |
ActiveSupport |
core |
03/12/08 |
| #11332 |
[PATCH] watch_frames |
ActiveSupport |
core |
03/12/08 |
| #11329 |
Regression: new_records built on an unloaded association aren't saved with owner. |
ActiveRecord |
core |
03/11/08 |
| #11316 |
[PATCH] Allow custom responders to be overwritten again |
ActionPack |
core |
03/10/08 |
| #11314 |
script/generate scaffold X prematurely terminates if ###_create_x migration already exists |
ActiveRecord |
core |
03/10/08 |
| #11308 |
prototypejs XUL XMLHttpRequest |
ActiveRecord |
core |
03/09/08 |
| #11307 |
prototype 1.6.x doesn't work with XUL |
ActiveRecord |
core |
03/09/08 |
| #11304 |
HTTP PUT ignores query parameters |
ActionPack |
core |
03/08/08 |
| #11297 |
[PATCH] Use exit! instead of exit in Kernel.daemonize |
ActionPack |
core |
03/07/08 |
| #11292 |
[PATCH] [TINY] More precise regular expression in file matching and code cleanup in Code Statistics |
Railties |
core |
03/06/08 |
| #11283 |
[PATCH] Check STI Subclasses in JoinDependency.build |
ActiveRecord |
core |
03/05/08 |
| #11282 |
last_insert_id returns exception in PostgreSQL when the sequence has not been really called |
ActiveRecord |
core |
03/04/08 |
| #11272 |
Autocomplete div blocks focus on fields in IE |
ActiveRecord |
core |
03/03/08 |
| #11269 |
ActiveRecord::Base.send(:subclasses) can be inaccurate because Models are not loaded via require_dependency |
Railties |
core |
03/03/08 |
| #11258 |
fixtures error in polymorphic test |
ActiveSupport |
core |
03/01/08 |
| #11255 |
Sortable scroll offset |
ActiveRecord |
core |
02/29/08 |
| #11248 |
[PATCH] [TINY] when defining resource routes :as => '' should be considered as "hidden" resource |
ActionPack |
core |
02/28/08 |
| #11246 |
ActiveRecord's after_find callback doesn't have access to loaded associations |
ActiveRecord |
core |
02/28/08 |
| #11245 |
ActiveRecord doesn't assign backward-associations |
ActiveRecord |
core |
02/28/08 |
| #11244 |
edge_rails class Annotation collides with ruby/1.8/wsdl/xmlSchema |
Railties |
core |
02/28/08 |
| #11243 |
Autocompleter with textarea and scrolling |
ActiveRecord |
core |
02/28/08 |
| #11240 |
[PATCH] acts_as_list loads entire row to just get position column value |
Plugins |
core |
02/28/08 |
| #11229 |
Firebird adapter had nil precision and scale |
ActiveRecord |
core |
02/27/08 |
| #11208 |
[PATCH] \Z matches end of string with an optional newline character, replace with \z instead. |
ActiveRecord |
core |
02/24/08 |
| #11207 |
Rails Resources fail to hit create after first one under Apache mod_fcgid |
Railties |
core |
02/24/08 |
| #11204 |
[PATCH] link_to does not escape ampersands when a url is passed as a String |
ActionPack |
core |
02/23/08 |
| #11201 |
[PATCH][TINY] nil params value in named_route for more then one args |
ActionPack |
core |
02/23/08 |
| #11199 |
changes to view_paths don't work as expected |
ActionPack |
core |
02/22/08 |
| #11197 |
TextHelper::auto_link fails on URL's with a # sign in the path |
ActionPack |
core |
02/22/08 |
| #11194 |
BufferedLogger missing required Formatter |
ActiveSupport |
core |
02/22/08 |
| #11188 |
Should not silently generate link tag |
ActionPack |
core |
02/21/08 |
| #11179 |
[PATCH] #dom_id should use AR#to_param instead of AR#id |
ActionPack |
core |
02/20/08 |
| #11170 |
[PATCH] Hash.from_xml can't handle really old dates due to use of Time class instead of DateTime |
ActiveSupport |
core |
02/19/08 |
| #11163 |
actionpack/test/controller/integration_test.rb leaks monkeypatched methods |
ActiveRecord |
core |
02/19/08 |
| #11159 |
[PATCH] HTTP Allow header should have HEAD in case of GET is allowed. |
ActionPack |
core |
02/19/08 |
| #11152 |
Request: Truncate subject field in Exception Notification plugin |
|