aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Moved in deprecated assertions and remove duplicated requiresDavid Heinemeier Hansson2006-09-039-27/+6
* Follow proper naming conventionsDavid Heinemeier Hansson2006-09-037-6/+6
* Better compartmentalizing of assertionsDavid Heinemeier Hansson2006-09-039-273/+336
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-039-110/+2624
* Add forgotten fileNicholas Seckar2006-09-031-0/+1
* Stress that 2.0 is the cut and that we will have a page listing deprecationsDavid Heinemeier Hansson2006-09-031-1/+2
* Made it clear that deprecated stuff leaves on majors onlyDavid Heinemeier Hansson2006-09-031-2/+1
* radio_button_tag generates unique id attributes. Closes #3353.Jeremy Kemper2006-09-033-2/+18
* Update copyright timesDavid Heinemeier Hansson2006-09-039-13/+10
* More tests for alias_method_chain with feature and method punctuation. Closes...Jeremy Kemper2006-09-031-0/+15
* Nitpick updatesDavid Heinemeier Hansson2006-09-033-13/+11
* Validation testsJeremy Kemper2006-09-031-30/+40
* validates_confirmation_of only kicks in when the attribute, rather than its c...Jeremy Kemper2006-09-032-1/+4
* strip_tags returns nil for a blank arg such as nil or "". Closes #2229.Jeremy Kemper2006-09-033-3/+6
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-033-1/+4
* button_to accepts :method so you can PUT and DELETE with it. Closes #6005.Jeremy Kemper2006-09-033-7/+32
* Thoroughly test the FCGI dispatcher. Closes #5970.Jeremy Kemper2006-09-037-35/+171
* railties testsJeremy Kemper2006-09-033-12/+14
* Update sanitize text helper to strip plaintext tags, and <img src=javascript:...Rick Olson2006-09-033-3/+17
* Add ApplicationController special case to Dependencies.Nicholas Seckar2006-09-023-3/+19
* to_xml: the :methods option works on arrays of records. Closes #5845.Jeremy Kemper2006-09-024-2/+15
* Update routing documentation. Closes #6017 [Nathan Witmer]Rick Olson2006-09-022-13/+49
* Add routing tests to assert that RoutingError is raised when conditions aren'...Rick Olson2006-09-022-0/+13
* Doc fixes (closes #6012)David Heinemeier Hansson2006-09-021-3/+3
* Modernize the main README (closes #6002)David Heinemeier Hansson2006-09-021-63/+59
* Docs for js linkers (closes #5948)David Heinemeier Hansson2006-09-021-1/+22
* Added test for custom headers on parts (closes #3043)David Heinemeier Hansson2006-09-021-1/+2
* Updated docs and otherwiseDavid Heinemeier Hansson2006-09-027-10/+46
* Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcirc...David Heinemeier Hansson2006-09-021-1/+1
* Don't pad remaining places with in_groups_of if specified padding value is fa...Marcel Molina2006-09-023-3/+24
* Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p...Rick Olson2006-09-022-1/+2
* Deprecation: update docs. Closes #5998.Jeremy Kemper2006-09-019-7/+13
* Commit stray fixture.Jeremy Kemper2006-09-021-1/+2
* Make auto_link parse a greater subset of valid url formats.Jamis Buck2006-09-023-13/+36
* Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...Rick Olson2006-09-013-1/+30
* Add some XmlSerialization tests for ActiveRecord [Rick Olson]Rick Olson2006-09-012-0/+106
* has_many :through conditions are sanitized by the associating class. Closes #...Jeremy Kemper2006-09-018-5/+20
* Integration tests: headers beginning with X aren't excluded from the HTTP_ pr...Jeremy Kemper2006-09-012-1/+3
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOSTKent Sibilev2006-09-013-6/+6
* Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...Rick Olson2006-09-017-54/+250
* Fixed a few find_allsDavid Heinemeier Hansson2006-08-313-3/+3
* 200...400 are valid response codes. PUT and POST request bodies default to ''.Jeremy Kemper2006-08-313-21/+54
* site= accepts URIsJeremy Kemper2006-08-313-4/+18
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-3120-22/+34
* Fix send_data documentation typo. Closes #5982.Jeremy Kemper2006-08-312-1/+3
* Inflections: don't singularize -ies plurals.Jeremy Kemper2006-08-302-1/+2
* Switch to using FormEncodedPairParser for parsing request parameters.Nicholas Seckar2006-08-304-132/+76
* Add desc for test task so that completion can detect itNicholas Seckar2006-08-301-0/+1
* Fix spurious newlines and spaces in AR::Base#to_xml outputJamis Buck2006-08-302-14/+8
* respond_to .html now always renders #{action_name}.rhtml so that registered c...Tobias Lütke2006-08-305-7/+32