aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that HTTP authentication should work if the header is called REDIRECT_X...David Heinemeier Hansson2007-06-233-65/+87
* Don't mistakenly interpret the request uri as the query string. Closes #8731.Jeremy Kemper2007-06-233-2/+9
* Make ActionView#view_paths an attr_accessor for real this time. Also, don't ...Rick Olson2007-06-153-8/+23
* Only change date to beginning of month if it isn't nil.Jeremy Kemper2007-06-151-1/+1
* Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208,...Jeremy Kemper2007-06-133-12/+40
* Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237...Jeremy Kemper2007-06-136-25/+112
* Take advantage of Mocha support for sequenced returns. Closes #8639 [Josh Peek]Jeremy Kemper2007-06-131-4/+2
* Tolerate missing content type on multipart file uploads. Fix for Safari 3.Jeremy Kemper2007-06-124-6/+6
* Deprecation: remove pagination. Install the classic_pagination plugin for for...Jeremy Kemper2007-06-115-647/+3
* Routing: improve static segment test coverage. #7117 [Kevin Clark]Jeremy Kemper2007-06-091-6/+6
* Test javascript_tag. Closes #7239.Jeremy Kemper2007-06-081-0/+10
* Fix typo in resources documentation. Closes #8607 [yon]Jeremy Kemper2007-06-081-1/+1
* Action caching is limited to GET requests returning 200 OK status. Closes #3335.Jeremy Kemper2007-06-083-7/+38
* Improve Text Helper test coverage. Closes #7274.Jeremy Kemper2007-06-082-1/+21
* Improve Action View test coverage. Closes #7241, #7243, #7244.Jeremy Kemper2007-06-083-1/+13
* Test periodically_call_remote with frequency. Closes #7244 [Rich Collins]Jeremy Kemper2007-06-081-0/+7
* More nested polymorphic url helper fixes. Closes #6432, references #8601.Jeremy Kemper2007-06-075-29/+92
* Fix incomplete work from [6951] that was hidden by test stubs. Closes #6432.Jeremy Kemper2007-06-062-19/+30