| #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 |
| #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 |
| #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 |
| #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 |
| #11537 |
[PATCH] link_to with :method => :delete ignores :target option in html_options |
ActionPack |
edge |
defect |
normal |
04/06/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 |
| #11517 |
[PATCH] Fix limited eager loading when :order references an aliased table name |
ActiveRecord |
edge |
defect |
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 |
| #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 |
| #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 |
| #11462 |
[PATCH] schema_dumper including implicit indexes from sqlite in dump |
ActiveRecord |
edge |
defect |
normal |
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 |
edge |
defect |
normal |
03/28/08 |
| #11450 |
[PATCH] Allow users to use Deprecation.warn in their own applications |
ActiveSupport |
edge |
enhancement |
normal |
03/27/08 |
| #11443 |
[PATCH] SqlBypass accesses class variable directly instead of accessor |
ActiveRecord |
edge |
enhancement |
normal |
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 |
| #11419 |
[PATCH][javascript_test] allow custom paths for windows+deadlock |
Plugins |
edge |
enhancement |
minor |
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 |
| #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 |
| #11332 |
[PATCH] watch_frames |
ActiveSupport |
edge |
defect |
minor |
03/12/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 |
| #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 |
| #11219 |
[PATCH] Add :preload option for explicitly preloading associations when :include falls back to eager loading. |
ActiveRecord |
edge |
enhancement |
normal |
02/26/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 |
| #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 |
| #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 |
| #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 |
| #11133 |
[PATCH] tz_time active_record_methods.rb gets error when calling time.utc? |
Plugins |
edge |
defect |
major |
02/16/08 |
| #11122 |
[PATCH] add support for alternative constructors for composed_of value objects |
ActiveRecord |
edge |
enhancement |
normal |
02/15/08 |
| #11116 |
[PATCH][TINY] config.plugin_paths can no longer be modified in environment/[test|production|..].rb |
ActionPack |
edge |
defect |
normal |
02/14/08 |
| #11095 |
[PATCH] Make it easier to build the AR test databases |
ActiveRecord |
edge |
enhancement |
normal |
02/13/08 |
| #11071 |
[PATCH] Globally fix CSRF for ajax requests by double submiting cookies |
ActionPack |
edge |
defect |
normal |
02/10/08 |
| #11069 |
[PATCH] pessimistic version constraint for RAILS_GEM_VERSION |
Railties |
edge |
enhancement |
minor |
02/10/08 |
| #11067 |
[PATCH] db:version task should rescue db errors |
Railties |
edge |
enhancement |
normal |
02/09/08 |
| #11066 |
[PATCH] ActiveResource should handle a weird HTTP 204 response from a remote RESTful rails controller |
ActiveResource |
edge |
defect |
normal |
02/09/08 |
| #11065 |
[PATCH] has_many :through does not support delete_all |
ActiveRecord |
edge |
enhancement |
normal |
02/09/08 |
| #11061 |
[PATCH] Changing construct_calculation_sql to use quoted_table_name |
ActiveRecord |
edge |
enhancement |
minor |
02/09/08 |
| #11059 |
[PATCH] Remove trailing whitespace from generated app |
Railties |
edge |
enhancement |
minor |
02/08/08 |
| #11050 |
[PATCH] ActionContoller stripping internal IP address from remote_ip on Intranet server |
ActionPack |
edge |
defect |
normal |
02/07/08 |
| #11048 |
[PATCH] render_partial with symbol as partial path |
ActionPack |
2.0.1 |
defect |
normal |
02/07/08 |
| #11041 |
[PATCH] validates_numericality_of fails if getter returns Infinity |
ActiveRecord |
edge |
defect |
normal |
02/07/08 |
| #11040 |
[PATCH] Add ActiveRecord::Associations::HasManyThroughAssociation#replace |
ActiveRecord |
edge |
enhancement |
normal |
02/07/08 |
| #11031 |
[PATCH] Polymorphic Resources |
ActionPack |
edge |
enhancement |
normal |
02/06/08 |
| #11023 |
[PATCH] ActiveResource models do not update prefix_options when find performed with :from |
ActiveRecord |
edge |
defect |
normal |
02/06/08 |
| #11022 |
[PATCH] HTTP PUT to a resource collection should be mapped to a standard controller action. |
ActionPack |
edge |
enhancement |
normal |
02/05/08 |
| #11016 |
[PATCH] ActiveResouce::Base.prefix_parameters uses old cached value |
ActiveResource |
edge |
defect |
normal |
02/05/08 |
| #11006 |
[PATCH] Support HABTM timestamps in foxy fixtures |
ActiveRecord |
edge |
defect |
normal |
02/04/08 |
| #11001 |
[PATCH] Append timestamp/asset id to js/css includes when app is running from a subfolder |
ActionPack |
edge |
defect |
normal |
02/04/08 |
| #10988 |
[PATCH] session_enabled? still broken |
ActionPack |
edge |
defect |
normal |
02/03/08 |
| #10974 |
[PATCH] HEAD request should have no body |
ActionPack |
edge |
defect |
normal |
01/31/08 |
| #10971 |
[PATCH] Add [] bracket attribute accessor method to Active Resource |
ActiveResource |
edge |
enhancement |
normal |
01/31/08 |
| #10945 |
[PATCH] Standardize on uses_gem instead of uses_mocha, etc. in tests |
Railties |
edge |
enhancement |
normal |
01/28/08 |
| #10924 |
[PATCH] controller generator creates test stubs for each provided action |
Railties |
edge |
enhancement |
normal |
01/25/08 |
| #10923 |
[PATCH] ActionController::TestProcess#xml_http_request doesn't delete XML HTTP Request related environment variables |
ActionPack |
edge |
defect |
normal |
01/25/08 |
| #10920 |
[PATCH] Documentation for #establish_connection |
ActiveRecord |
edge |
defect |
normal |
01/24/08 |
| #10895 |
[PATCH][TESTS] Add missing tests for AR::B#to_json for more than 1 :include |
ActiveRecord |
edge |
defect |
normal |
01/22/08 |
| #10894 |
[PATCH] Remove no-op method (cast_to_time) from Postgesql adapter |
ActiveRecord |
edge |
defect |
normal |
01/22/08 |
| #10884 |
[PATCH] Add a unit test for drop_table |
ActiveRecord |
edge |
enhancement |
minor |
01/21/08 |
| #10881 |
[PATCH] AR Migrator decorates table_names with prefix and suffix without first checking for decoration |
ActiveRecord |
edge |
defect |
normal |
01/21/08 |
| #10879 |
[PATCH] Using time/date select helpers on virtual attributes |
ActiveRecord |
edge |
enhancement |
normal |
01/21/08 |
| #10878 |
[PATCH] Tests, and tiny fix for has_many through association with non-conventional primary key |
ActiveRecord |
edge |
defect |
normal |
01/21/08 |
| #10877 |
[PATCH] Adding Hash#only, and clearing up docs for Hash#except in the process |
ActiveSupport |
edge |
enhancement |
normal |
01/21/08 |
| #10876 |
[PATCH] Extract ActiveRecord validations to ActiveSupport |
ActiveSupport |
edge |
enhancement |
normal |
01/21/08 |
| #10868 |
[PATCH] Remove unused new_mail() method from MailerHelperTest |
ActionMailer |
edge |
defect |
minor |
01/20/08 |
| #10866 |
[PATCH] Shouldn't scm_auth_cache disable the --password flag to the Subversion client? |
Capistrano |
edge |
defect |
normal |
01/20/08 |
| #10855 |
[PATCH] Use DROP TABLE IF EXISTS on :force => true |
ActiveRecord |
edge |
defect< |