aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends.Jeremy Kemper2006-08-052-4/+39
* Short documentation to mention use of Mime::Type.register. Closes #5710 [choo...Michael Koziarski2006-08-052-1/+9
* Make controller_path available as an instance method. Closes #5724.Jeremy Kemper2006-08-053-2/+11
* Fix announcement of very long migration names. Closes #5722.Jeremy Kemper2006-08-052-1/+4
* ./script/generate usage. Closes #5721.Jeremy Kemper2006-08-051-1/+1
* The white space inquisition is coming for you!David Heinemeier Hansson2006-08-041-3/+1
* Fix broken query parameter testsNicholas Seckar2006-08-042-43/+115
* Make us pass to ease RESTful children postsDavid Heinemeier Hansson2006-08-041-1/+1
* Make us pass to ease RESTful children postsDavid Heinemeier Hansson2006-08-041-0/+11
* Fix typo in caching docs. [Marcel Molina Jr.]Marcel Molina2006-08-041-1/+1
* Make action caching aware of different formats for the same action so that, e...Marcel Molina2006-08-034-7/+203
* The exists? class method should treat a string argument as an id rather than ...Jeremy Kemper2006-08-033-10/+25
* Thoroughly document inflections. Closes #5700.Jeremy Kemper2006-08-032-11/+40
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-035-4/+80
* Fixed to_xml with :include misbehaviors when invoked on array of model instan...David Heinemeier Hansson2006-08-033-0/+17
* Added support for conditions on Base.exists? (closes #5689) [josh@joshpeek.com]David Heinemeier Hansson2006-08-033-2/+14
* Schema dumper quotes date :default values.Jeremy Kemper2006-08-022-1/+14
* More tweaks to make sure assert_redirected_to works with symbolsJamis Buck2006-08-011-2/+8
* Make sure assert_respond_to works with symbol parametersJamis Buck2006-08-011-1/+1
* Deprecation: easier to work with warning behavior as procs; default behaviors...Jeremy Kemper2006-08-013-102/+124
* more concise destroy testJeremy Kemper2006-08-011-13/+5
* r4889@ks: jeremy | 2006-07-31 20:27:15 -0700Jeremy Kemper2006-08-011-6/+6
* Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]Rick Olson2006-08-013-3/+33
* Nested resource testing.Jeremy Kemper2006-08-012-17/+18
* Nesting map.resourcesJeremy Kemper2006-08-012-7/+7
* Fix bug when passing multiple options to SimplyRestful, like :new => { :previ...Rick Olson2006-07-313-19/+49
* Calculate sum with SQL, not Enumerable on HasManyThrough Associations. [Dan P...Rick Olson2006-07-313-1/+12
* Dup the options passed to map.resources so that multiple resources get the sa...Rick Olson2006-07-313-3/+20
* Fixed the new_#{resource}_url route and added named route tests for Simply Re...Rick Olson2006-07-313-14/+65
* Added map.resources from the Simply Restful plugin (backwards incompatible wi...David Heinemeier Hansson2006-07-316-9/+290
* r4886@ks: jeremy | 2006-07-31 00:01:55 -0700Jeremy Kemper2006-07-311-1/+1
* r4880@ks: jeremy | 2006-07-30 23:52:59 -0700Jeremy Kemper2006-07-312-7/+27
* Fixed that integration simulation of XHRs should set Accept header as well [E...David Heinemeier Hansson2006-07-311-0/+2
* Fixed that integration simulation of XHRs should set Accept header as well [E...David Heinemeier Hansson2006-07-311-1/+5
* r4854@ks: jeremy | 2006-07-30 00:59:18 -0700Jeremy Kemper2006-07-315-9/+114
* show missing file path on failed fixture_file_uploadRick Olson2006-07-301-1/+1
* Ensure TestRequest#session always returns a TestSession [Koz]Michael Koziarski2006-07-282-1/+3
* Fixed the failsafe response so it uses either the current recognized controll...Rick Olson2006-07-282-2/+7
* Patch sql injection vulnerability when using integer or float columns.Jamis Buck2006-07-273-1/+10
* Don't search a load-path of '.' for controller files, since it may include sy...Jamis Buck2006-07-272-1/+3
* Update integration.rb to require test_process explicitly instead of via Depen...Nicholas Seckar2006-07-272-0/+3
* Initial Version of Deprecation for Rails[Koz]Michael Koziarski2006-07-274-0/+134
* Added ICS to extension lookup recognition [Lars Pind]David Heinemeier Hansson2006-07-261-0/+2
* BigDecimal: schema dumper formattingJeremy Kemper2006-07-241-1/+1
* Allow #count through a has_many association to accept :include. [Dan Peterson]Rick Olson2006-07-244-1/+7
* Fixed that you can still access the flash after the flash has been reset in r...Rick Olson2006-07-223-1/+21
* Strip boolean XML content before checking for 'true' [Rick Olson]Rick Olson2006-07-213-3/+5
* fix association exception messages, fix them so the error messages actually d...Rick Olson2006-07-203-41/+16
* Make sure script/reaper only reaps dispatcher pids by default, and not the sp...Jamis Buck2006-07-182-2/+4
* Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...Rick Olson2006-07-183-1/+28