aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Allow exempt_from_layout :rhtml. References #6742, closes #7026.Jeremy Kemper2007-01-143-6/+6
* Wrap and skip tests using mocha.Jeremy Kemper2007-01-143-8/+15
* Use mocha for rescue tests.Jeremy Kemper2007-01-131-16/+14
* 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 parsing of array[] CGI parameters so extra empty values aren't included. ...Jeremy Kemper2007-01-123-6/+21
* Tiny doc fix for link_to_remote simulated :delete example. Closes #6962.Jeremy Kemper2007-01-121-1/+1
* 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
* add some more detail on nested resource docs [Rick]Rick Olson2007-01-101-1/+9
* 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
* 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] 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-051-0/+5
* Update to latest PrototypeSam Stephenson2007-01-051-61/+102
* 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
* 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
* Make RDoc not spew errors on install because of HTML comments in code commentsDavid Heinemeier Hansson2006-12-311-4/+4
* Routing uses URI escaping for path components and CGI escaping for query para...Jeremy Kemper2006-12-283-9/+19
* Make error_message_on handle nil objects. [dan]Michael Koziarski2006-12-272-1/+7
* 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
* 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
* Fix date helper :include_blank regression. Closes #3811. [mhw]Jeremy Kemper2006-12-202-1/+44
* Silence log_error deprecation warnings from inspecting deprecated instance va...Jeremy Kemper2006-12-193-9/+19
* Only cache GET requests with a 200 OK response. Closes #6514, #6743.Jeremy Kemper2006-12-193-29/+94
* Add a 'referer' attribute to TestRequestJamis Buck2006-12-192-0/+6
* Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]Rick Olson2006-12-193-1/+14
* Another test that the deprecation spout is plugged.Jeremy Kemper2006-12-171-0/+11
* Work around a cross-platform number_to_precision inconsistency in unit tests....Jeremy Kemper2006-12-171-3/+7
* Fix HTML::Node to output double quotes instead of single quotes. Closes #684...Rick Olson2006-12-143-6/+8
* Correctly report which filter halted the chain. References #6699.Jeremy Kemper2006-12-122-5/+5
* Fix a bug in Routing where a parameter taken from the path of the current req...Nicholas Seckar2006-12-093-3/+16
* Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.Jeremy Kemper2006-12-083-1/+5
* Improved auto_link to match more valid urls correctlyTobias Lütke2006-12-073-14/+22