aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* has_one supports the :dependent => :delete option which skips the typical cal...Jeremy Kemper2006-08-299-16/+64
* dispatcher test cosmeticsJeremy Kemper2006-08-291-15/+15
* Railties: axe junk webrick dispatcher testJeremy Kemper2006-08-291-27/+0
* Railties: info tests passingJeremy Kemper2006-08-291-3/+7
* Railties: info controller tests passingJeremy Kemper2006-08-291-0/+2
* Railties: generator tests passingJeremy Kemper2006-08-294-8/+26
* Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined.Jeremy Kemper2006-08-292-0/+10
* remove superfluous ABSOLUTE_RAILS_ROOT from webrick serverJeremy Kemper2006-08-291-3/+1
* make the railties test task availableJeremy Kemper2006-08-291-5/+6
* Eliminate Active Support warnings.Jeremy Kemper2006-08-297-12/+10
* Keep onsubmit around for form_remote_forDavid Heinemeier Hansson2006-08-291-3/+5
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-297-51/+118
* Reload should take options for the replaceDavid Heinemeier Hansson2006-08-291-2/+2
* FormEncodedStringParser needs a tad more work before it can handle POST data ...David Heinemeier Hansson2006-08-284-73/+106
* start an Active Resource changelogJeremy Kemper2006-08-261-0/+3
* Typo in integration app session. Closes #5864.Jeremy Kemper2006-08-261-1/+1
* Deprecation: test deprecated instance vars in partials.Jeremy Kemper2006-08-269-9/+29
* Actually, indifferent access mattered in the bowels (hashes hidden in arrays)David Heinemeier Hansson2006-08-262-1/+3
* Result is made indifferent on the way outDavid Heinemeier Hansson2006-08-263-3/+2
* Changed the POST parameter processing to use the new QueryStringParser and ma...David Heinemeier Hansson2006-08-264-4/+7
* More tests for array/hashing in parameters, one failingDavid Heinemeier Hansson2006-08-261-0/+6
* Nested subclasses are not prefixed with the parent class' table_name since th...Jeremy Kemper2006-08-253-12/+39
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-254-0/+95
* Use Array#assoc in ActiveSupport::OrderedHash.Jeremy Kemper2006-08-252-8/+4