aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* More Safari appeasementDavid Heinemeier Hansson2007-02-061-1/+1
* Safari requires an explicit submitDavid Heinemeier Hansson2007-02-061-1/+1
* Fix that FormTagHelper#submit_tag using :disable_with should trigger the onsu...David Heinemeier Hansson2007-02-063-3/+10
* rename #lookup_template_base_path_for to #find_base_path_for in ActionView::B...Rick Olson2007-02-061-1/+1
* Fix #render_file so that TemplateError is called with the correct params and ...Rick Olson2007-02-052-5/+6
* Fix issue with deprecation messing up #template_root= usage. Add #prepend_vi...Rick Olson2007-02-044-7/+27
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-0424-59/+183
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-042-2/+2
* Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]Rick Olson2007-02-047-3/+591
* fix form_for example in ActionController::Resources documentation. Closes #7...Rick Olson2007-02-046-8/+77
* Make sure that the string returned by TextHelper#truncate is actually a strin...David Heinemeier Hansson2007-01-312-1/+3
* Added FormBuilder#submit as a delegate for FormTagHelper#submit_tag [DHH]David Heinemeier Hansson2007-01-293-0/+8
* TestSession supports indifferent access so session['foo'] == session[:foo] in...Jeremy Kemper2007-01-283-2/+18
* Allow Routes to generate all urls for a set of options by specifying :generat...Nicholas Seckar2007-01-283-0/+25
* Change the query parser to map empty GET params to "" rather than nil. Closes...Nicholas Seckar2007-01-283-4/+6
* date_select and datetime_select take a :default option. Closes #7052.Jeremy Kemper2007-01-283-1/+104
* select :multiple => true suffixes the attribute name with [] unless already s...Jeremy Kemper2007-01-283-1/+22
* Improve routes documentation. Closes #7095.Jeremy Kemper2007-01-282-15/+28
* mail_to :encode => 'hex' also encodes the mailto: part of the href attribute ...Jeremy Kemper2007-01-283-6/+17
* Resource member routes require :id, eliminating the ambiguous overlap with co...Jeremy Kemper2007-01-283-72/+142
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-2848-106/+89
* Fix Test::Unit::TestCase#clean_backtraceJeremy Kemper2007-01-282-21/+39
* Remove deprecated assertions.Jeremy Kemper2007-01-285-453/+3
* Change session restoration to allow namespaced models to be autoloaded. Close...Nicholas Seckar2007-01-282-2/+5
* Fix doubly appearing parameters due to string and symbol mixups. Closes #2551.Nicholas Seckar2007-01-283-1/+12
* Fix overly greedy rescues when loading helpers. Closes #6268Nicholas Seckar2007-01-282-2/+6
* Fixed NumberHelper#number_with_delimiter to use "." always for splitting the ...David Heinemeier Hansson2007-01-262-5/+7
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-265-17/+17
* Add error_messages and error_message_on to the default FormBuilder. Closes #6...Michael Koziarski2007-01-262-2/+34
* Autolinking recognizes trailing and embedded . , : ; Closes #7354.Jeremy Kemper2007-01-243-1/+19
* Mocha 0.4 mixes in more public instance methods, confusing controller identif...Jeremy Kemper2007-01-241-10/+8
* Pass busy timeout for sqlite3 integration tests.Jeremy Kemper2007-01-241-8/+9
* Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe...Thomas Fuchs2007-01-213-15/+19
* Update trunk to script.aculo.us 1.7.0Thomas Fuchs2007-01-193-86/+88
* Update prototype.js to [5985], fixes content-type issue with simulated HTTP m...Thomas Fuchs2007-01-181-8/+9
* Modernize cookie testing code, and increase coverage (Heckle++) #7101 [Kevin ...Rick Olson2007-01-172-24/+34
* Improve Test Coverage for ActionController::Routing::Route#matches_controller...Rick Olson2007-01-172-1/+18
* Heckling ActionController::Resources::Resource revealed that set_prefixes did...Rick Olson2007-01-172-7/+16
* Fix #distance_of_time_in_words to report accurately against the Duration clas...Rick Olson2007-01-173-8/+10
* Refactor #form_tag to allow easy extending. [Rick]Rick Olson2007-01-172-21/+39
* Update to Prototype 1.5.0Sam Stephenson2007-01-172-126/+216
* RecordInvalid, RecordNotSaved => 422 Unprocessable Entity, StaleObjectError =...Jeremy Kemper2007-01-173-2/+8
* Allow fields_for to be nested in form_forJamis Buck2007-01-173-7/+45
* Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046 Tobias Lütke2007-01-153-3/+44
* Improve the documentation for customising your rescue actions. Closes #7041 [...Michael Koziarski2007-01-151-6/+14
* 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