aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-093-1/+4
* Fixed that some 500 rescues would cause 500's themselves because the response...David Heinemeier Hansson2006-10-092-1/+3
* Fixed that assert_select selects the wrong tag by its contents (closes #6332)...David Heinemeier Hansson2006-10-092-66/+81
* Deprecation cleanup for rescues (closes #6339) [adam]David Heinemeier Hansson2006-10-091-4/+4
* Docfix (closes #6356)David Heinemeier Hansson2006-10-091-1/+9
* Include field:type option for modelsDavid Heinemeier Hansson2006-10-092-1/+4
* Added script/generate resource which works just like scaffold_resource, but c...David Heinemeier Hansson2006-10-0917-60/+252
* Added proper USAGE to the scaffold_resource generator [DHH]David Heinemeier Hansson2006-10-081-4/+10
* Added proper USAGE to the scaffold_resource generator [DHH]David Heinemeier Hansson2006-10-081-5/+20
* r5515@ks: jeremy | 2006-10-08 13:24:42 -0700Jeremy Kemper2006-10-083-2/+22
* cleanup of local_assigns handling and documentation update (closes #6358) [sk...David Heinemeier Hansson2006-10-081-6/+16
* The has_many create method works with polymorphic associations. Closes #6361.Jeremy Kemper2006-10-083-4/+14
* Add Base.delete for deleting resources without having to instantiate them firstJamis Buck2006-10-063-0/+10
* Update RUNNING_UNIT_TESTS for current Rake tasks. Closes #6349.Jeremy Kemper2006-10-051-3/+4
* callbacks that return false should cause save to return falseJamis Buck2006-10-041-2/+2
* add a failing test so we can make it happy againJamis Buck2006-10-041-0/+13
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-048-27/+36
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-0315-0/+1390
* add response to list of deprecated instance variablesJeremy Kemper2006-10-021-1/+1
* Make #save behavior mimic AR::Base#save (true on success, false on failure)Jamis Buck2006-10-025-12/+13
* MySQL: introduce Mysql::Result#all_hashes to support further optimization. Cl...Jeremy Kemper2006-10-022-10/+43
* Fix issue with #class_inheritable_accessor saving updates to the parent class...Rick Olson2006-10-023-1/+38
* use instance vars in rescue templates since controller may not be instantiate...Jeremy Kemper2006-10-022-5/+5
* assume the passed headers to the ActiveResource HttpMock Request/Response are...Rick Olson2006-10-021-2/+2
* 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