aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make RDoc not spew errors on install because of HTML comments in code commentsDavid Heinemeier Hansson2006-12-312-5/+4
* Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.Nicholas Seckar2006-12-313-1/+6
* Validating save returns boolean; update and create return responses.Jeremy Kemper2006-12-292-6/+6
* prefix_parameters pulls /:path/:params from the URI prefixJeremy Kemper2006-12-292-21/+20
* try to appease the angry OracleJamis Buck2006-12-292-2/+2
* make sure query attributes on custom fields works as it used toJamis Buck2006-12-292-2/+29
* doh typo in commit from the hipJeremy Kemper2006-12-291-1/+1
* generate prefix parameters if undefinedJeremy Kemper2006-12-291-0/+1
* Query string support. Closes #6855.Jeremy Kemper2006-12-293-6/+64
* Routing uses URI escaping for path components and CGI escaping for query para...Jeremy Kemper2006-12-283-9/+19
* Ensure plugins are in the Dependencies.load_once_paths collection by default....Rick Olson2006-12-272-4/+8
* Make error_message_on handle nil objects. [dan]Michael Koziarski2006-12-272-1/+7
* Docs fix for columns_hash [bradediger]Michael Koziarski2006-12-271-1/+1
* Ensure dynamic finders are anchored to the beginning of the method name to pr...Michael Koziarski2006-12-272-2/+9
* Attempt at fixing the preparation_callbacks, nzkoz will double checkDavid Heinemeier Hansson2006-12-271-8/+2
* False is a reasonable defaultDavid Heinemeier Hansson2006-12-271-1/+1
* Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...Michael Koziarski2006-12-263-1/+4
* Fix scaffold_resource generator so it respects the --pretend argument when cr...Rick Olson2006-12-262-2/+6
* forgot to save CHANGELOGRick Olson2006-12-251-0/+2
* Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...Rick Olson2006-12-253-4/+26
* Fix Webrick Daemon dispatching bug regarding a bad current working directory....Rick Olson2006-12-252-1/+5
* Update load once paths to prevent nested once constants from being detected a...Nicholas Seckar2006-12-242-2/+8
* Checkin failing test case related to load once pathsNicholas Seckar2006-12-243-0/+33
* Base#==, eql?, and hash methods. == returns true if its argument is identical...Jeremy Kemper2006-12-223-0/+61
* Singleton resources: POST /singleton => create, GET /singleton/new => newJeremy Kemper2006-12-223-24/+38
* Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.Jeremy Kemper2006-12-223-1/+5
* test that element name includes module nestingJeremy Kemper2006-12-211-0/+8
* Pushing a record on an association collection doesn't unnecessarily load all ...Jeremy Kemper2006-12-214-10/+15
* HttpMock InvalidRequestError inspects the mismatched requestJeremy Kemper2006-12-211-2/+2
* Subclasses share superclass site until explicitly set. This way you can set S...Jeremy Kemper2006-12-214-18/+45