aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Add missing changelog entryMichael Koziarski2007-09-031-0/+2
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-0318-232/+159
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-022-19/+87
* Make auto link behave well with URLs containing email addresses. Closes #7313...Michael Koziarski2007-09-022-5/+15
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-022-0/+6
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-315-15/+15
* request.host works with IPv6 addresses. Closes #9458.Jeremy Kemper2007-08-313-1/+15
* Fix incorrectly named instance variable.Michael Koziarski2007-08-291-1/+1
* Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...Michael Koziarski2007-08-292-18/+35
* Only reload routes.rb if its been modified. [Dreamer3]Michael Koziarski2007-08-291-2/+15
* Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...Michael Koziarski2007-08-281-1/+1
* Improve documentation for ActionController::Helpers [jardeon] Closes #9359Michael Koziarski2007-08-281-26/+73
* Back out of [7300] -- it screwed up nested XMLDavid Heinemeier Hansson2007-08-211-3/+0
* correct the ActionCacheTest from [7346]Rick Olson2007-08-201-0/+2
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-203-1/+8
* Add missing sentenceMichael Koziarski2007-08-171-3/+1
* Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...Michael Koziarski2007-08-172-15/+32
* add missing layouts from [7321]Rick Olson2007-08-151-0/+1
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-153-6/+19
* Fix failing active record store testsMichael Koziarski2007-08-141-1/+2
* Send freshness information when sending Etags. Without this internet explore...Michael Koziarski2007-08-122-1/+2
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3
* Major improvement to the documentation for the options / select form helpers...Michael Koziarski2007-08-052-31/+75
* Fix number_to_human_size when using different precisions. Closes #7536. [Rich...Michael Koziarski2007-08-053-2/+8
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-028-2/+95
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-253-10/+25
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-248-13/+13
* Fixed that file.content_type for uploaded files would include a trailing \r #...David Heinemeier Hansson2007-07-243-4/+6
* Its just ERb nowDavid Heinemeier Hansson2007-07-241-1/+1
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-194-4/+76
* Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714Michael Koziarski2007-07-173-10/+7
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]Michael Koziarski2007-07-143-3/+15
* Make sure missing template exceptions actually say which template they were l...Michael Koziarski2007-07-113-2/+19
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with...Michael Koziarski2007-07-113-54/+126
* Support for non heterogeneous arrays when serializing to xml. Unless guessabl...Tobias Lütke2007-07-091-0/+7
* Don't blow up when using nested fields_for and the source object is nilTobias Lütke2007-07-091-1/+1
* Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]Michael Koziarski2007-07-013-3/+18
* Allow you to render views with periods in the name. Closes #8076 [norbert]Rick Olson2007-07-013-4/+23
* Temporary fix for formatted_polymorphic_urls and other polys that have additi...David Heinemeier Hansson2007-06-282-9/+9
* Allow symbols as nameDavid Heinemeier Hansson2007-06-281-1/+1
* Improve capture helper documentation. Closes #8796.Jeremy Kemper2007-06-282-25/+43
* Prefix nested resource named routes with their action name, e.g. new_group_us...Jeremy Kemper2007-06-275-44/+204
* Allow sweepers to be created solely for expiring after controller actions, no...David Heinemeier Hansson2007-06-262-0/+9
* Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...Jeremy Kemper2007-06-263-6/+20
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-239-261/+1005
* Docfix (closes #8353)David Heinemeier Hansson2007-06-231-1/+7
* Docfix (closes #8518)David Heinemeier Hansson2007-06-231-0/+4
* Docfix (closes #8321)David Heinemeier Hansson2007-06-231-4/+15
* Fixed that link_to with an href of # when using :method will not allow for cl...David Heinemeier Hansson2007-06-233-9/+28
* Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSil...David Heinemeier Hansson2007-06-233-1/+7