aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* save! shouldn't validate twice. Closes #6324.Jeremy Kemper2006-10-023-2/+10
* Association collections have an _ids reader method to match the existing writ...Jeremy Kemper2006-10-013-1/+47
* Removed deprecated @request and @response usages.Kent Sibilev2006-10-013-5/+7
* Fixed some deprecation warnings in ActionPack [Rick Olson]Rick Olson2006-09-303-4/+5
* Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson]Rick Olson2006-09-302-0/+10
* Use class name as XML_TYPE_NAMES key.Jeremy Kemper2006-09-292-4/+4
* Hash#to_xml supports Bignum and BigDecimal. Closes #6313.Jeremy Kemper2006-09-294-16/+30
* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]Rick Olson2006-09-297-39/+190
* Deprecate @responseJeremy Kemper2006-09-2910-24/+27
* Deprecate @headersJeremy Kemper2006-09-295-7/+9
* Deprecate @cookiesJeremy Kemper2006-09-296-6/+8
* Include caller of deprecated count method.Jeremy Kemper2006-09-291-2/+3
* Use the first unparsed argument as the code or file to run. Closes #6286.Jeremy Kemper2006-09-292-6/+9
* assert_select_rjs decodes escaped unicode chars since the Javascript generato...Jeremy Kemper2006-09-293-17/+37
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-2912-112/+105
* modify head so that you can specify a bare status code as the first parameterJamis Buck2006-09-282-6/+33
* Add ActionController::Base#head for rendering empty responses. Add support fo...Jamis Buck2006-09-285-2/+176
* Don't undefine #class in OptionMerger [Rick]Rick Olson2006-09-273-1/+8
* Fix bug that kept any before_filter except the first one from being able to h...Rick Olson2006-09-274-5/+52
* Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...Jamis Buck2006-09-262-10/+31
* Deprecation: count class method should be called with an options hash rather ...Jeremy Kemper2006-09-269-25/+50
* strip_links is case-insensitive. Closes #6285.Jeremy Kemper2006-09-263-1/+4
* whitespaceJeremy Kemper2006-09-261-5/+5
* script/runner can run files, pass on arguments, and be used as a shebang. Clo...Jeremy Kemper2006-09-262-6/+29
* has_one associations with a nil target may be safely marshaled. Closes #6279.Jeremy Kemper2006-09-263-2/+19
* scaffold_resource naming, fixes #6276Jeremy Kemper2006-09-252-4/+4
* organize associations testsJeremy Kemper2006-09-256-2/+2
* use a real testJeremy Kemper2006-09-251-9/+6
* Removed invocation of deprecated before_action and around_action filter methods.Kent Sibilev2006-09-252-7/+3
* Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side eff...Michael Koziarski2006-09-243-1/+18
* Clear the cache of possible controllers whenever Routes are reloaded.Nicholas Seckar2006-09-233-2/+32
* workaround collections loaded as :people => { :person => [{..attrs..}, {..att...Jeremy Kemper2006-09-222-28/+44
* Filters overhaul including meantime filter support for around filters. Closes...Jeremy Kemper2006-09-224-230/+676
* use ActiveRecordTestCaseJeremy Kemper2006-09-221-2/+2
* deprecation_method_warning and deprecation_horizon - fewer moving parts, easy...Jeremy Kemper2006-09-221-1/+9
* use :dependent => :destroy rather than :dependent => trueJeremy Kemper2006-09-221-2/+2
* Look for rake tasks in plugin subdirs. Closes #6259.Jeremy Kemper2006-09-222-1/+3
* Update RJS render tests.Sam Stephenson2006-09-202-3/+5
* Just use the vanilla mime type string, no need for fancy lookups [DHH]David Heinemeier Hansson2006-09-201-2/+2
* fixed failing tests now that non-GET requests are sent with .xml file ext. E...Rick Olson2006-09-204-13/+30
* Update CGI process to allow sessions to contain namespaced models. Closes #4638.Nicholas Seckar2006-09-202-1/+3
* Fix routing to respect user provided requirements and defaults when assigning...Nicholas Seckar2006-09-203-9/+90
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-206-10/+17
* Added map.connect ':controller/:action/:id.:format' as a default route to con...David Heinemeier Hansson2006-09-202-0/+3
* Implemented ./script/generate scaffold_resource comment body:text created_at:...David Heinemeier Hansson2006-09-197-71/+120
* Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...Jeremy Kemper2006-09-182-4/+6
* test default content type for implicit rjs template renderRick Olson2006-09-182-0/+10
* Work-in-progress scaffolder for resources [DHH/Rick Olson]David Heinemeier Hansson2006-09-1713-0/+343
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-174-2/+45
* Add a :namespace option to AR::Base#to_xml [Koz]Michael Koziarski2006-09-173-3/+16