aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Recognize the .txt extension as Mime::TEXT [Rick]Rick Olson2007-01-123-1/+6
* Failing test for exempt_from_layout :rhtml. References #6742.Jeremy Kemper2007-01-121-0/+12
* Fix scope typo in add_lock! Closes #6482. [zubek]Jeremy Kemper2007-01-121-1/+1
* Fix parsing of array[] CGI parameters so extra empty values aren't included. ...Jeremy Kemper2007-01-123-6/+21
* Demonstrate that a value's required. References #6156.Jeremy Kemper2007-01-121-0/+6
* Oops. References #6156.Jeremy Kemper2007-01-121-5/+1
* Test MySQL implicit NULL for integer columns. Closes #6156.Jeremy Kemper2007-01-121-0/+26
* Tiny doc fix for link_to_remote simulated :delete example. Closes #6962.Jeremy Kemper2007-01-121-1/+1
* Base.exists?(id, options) and Base#exists? check whether the resource is foun...Jeremy Kemper2007-01-123-0/+38
* link_to_unless_current works with full URLs as well as paths. Closes #6891.Jeremy Kemper2007-01-123-5/+76
* Set request.env['REQUEST_URI'] when absent.Jeremy Kemper2007-01-122-12/+20
* Test proving render_to_string result passed to partial works. Closes #2541. [...Jeremy Kemper2007-01-121-1/+13
* SQLServer: handle [quoted] table names. Closes #6635.Jeremy Kemper2007-01-125-0/+35
* acts_as_nested_set works with single-table inheritance. Closes #6030.Jeremy Kemper2007-01-125-12/+54
* PostgreSQL: use a subselect to correctly perform eager finds with :limit and ...Jeremy Kemper2007-01-125-5/+41
* Fix new_record? and id rollback. Closes #6910.Jeremy Kemper2007-01-123-17/+18
* Inline primary keys.Jeremy Kemper2007-01-122-59/+42
* Ignore Ares test/debug.logJeremy Kemper2007-01-120-0/+0
* dry up some duplicated codeJamis Buck2007-01-111-37/+21
* treat create! like create and make sure the target is loaded firstJamis Buck2007-01-111-0/+1
* fix regression in has_one#create, that caused instances thus created to be or...Jamis Buck2007-01-112-3/+7
* add some more detail on nested resource docs [Rick]Rick Olson2007-01-101-1/+9
* Pass a range in :conditions to use the SQL BETWEEN operator. Closes #6974.Jeremy Kemper2007-01-103-2/+28
* test javascript include with and without application.jsJeremy Kemper2007-01-082-20/+13
* Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. C...Rick Olson2007-01-083-1/+4
* Revert failing test from [5847].Jeremy Kemper2007-01-081-5/+0
* Fix bug where nested resources ignore a parent singleton parent's path prefix...Rick Olson2007-01-083-1/+16
* Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz]Michael Koziarski2007-01-073-2/+8
* Fix the Oracle adapter for serialized attributes stored in CLOBs. Closes #68...Michael Koziarski2007-01-052-0/+3
* Slight doc tweak to the ActionView::Helpers::PrototypeHelper#replace docs. C...Rick Olson2007-01-052-1/+3
* Slight doc tweak to #prepend_filter. Closes #6493 [Jeremy Voorhis]Rick Olson2007-01-052-2/+4
* Add more extensive documentation to the AssetTagHelper. Closes #6452 [Bob Si...Rick Olson2007-01-053-147/+150
* Clean up multiple calls to #stringify_keys in TagHelper, add better documenta...Rick Olson2007-01-053-25/+47
* [DOCS] Apply more documentation for ActiveRecord Reflection. Closes #4055 [R...Rick Olson2007-01-052-5/+21
* [DOCS] Document :allow_nil option of #validate_uniqueness_of. Closes #3143 [C...Rick Olson2007-01-052-0/+3
* [DOCS] fix reference to ActionController::Macros::AutoComplete for #text_fiel...Rick Olson2007-01-052-2/+4
* Fixed that webrick would strip leading newlines and hang connection (closes #...David Heinemeier Hansson2007-01-053-1/+8
* Update to latest PrototypeSam Stephenson2007-01-052-122/+204
* Sybase adapter fixes. Closes #6926 [jsheets]Michael Koziarski2007-01-058-155/+159
* rollback [5833] and [5835]Rick Olson2007-01-043-10/+8
* Allow ActionController::Base.session_store and #fragment_cache_store to lazil...Rick Olson2007-01-042-6/+6
* Allow ActionController::Base.session_store to lazily load the session class t...Rick Olson2007-01-042-3/+5
* Rollback #new_record? and #id values for created records that rollback in an ...Rick Olson2007-01-023-2/+59
* Make sure html_document is reset between integration test requests (closes #6...Jamis Buck2007-01-012-0/+4
* Fix date helper test when run on 31st day of the month! Closes #6907. [mutru]Jeremy Kemper2007-01-011-7/+7
* use stringify_keysJeremy Kemper2007-01-011-1/+1
* Merge [5822] from 1.2 (oops, wrong order).Jeremy Kemper2007-01-011-9/+14
* Set session to an empty hash if :new_session => false and no session cookie o...Jeremy Kemper2007-01-012-1/+9
* tighten test_load_once_paths_should_behave_when_recursively_loadingJeremy Kemper2007-01-011-2/+3
* Check for nil name also. Closes #6561.Jeremy Kemper2006-12-312-2/+8