aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-138-29/+70
* Use require_library_or_gem to load rake in commands/server.rb. Closes #4205.Sam Stephenson2006-03-122-1/+3
* Prepare for mime type reordering depending on the branch [DHH]David Heinemeier Hansson2006-03-122-4/+8
* Default mime type for XML should be application/xml [DHH]David Heinemeier Hansson2006-03-122-13/+28
* Use the Rake API instead of shelling out to create the tmp directory in comma...Sam Stephenson2006-03-122-2/+9
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-129-20/+28
* Use accept headersDavid Heinemeier Hansson2006-03-121-1/+2
* Added synonym and custom type handling to respond_to [DHH]David Heinemeier Hansson2006-03-124-41/+79
* Assume that we accept what we give [DHH]David Heinemeier Hansson2006-03-123-4/+28
* Added defaults to respond_to [DHH]David Heinemeier Hansson2006-03-128-20/+79
* Added option to render action/template/file of a specific extension (and here...David Heinemeier Hansson2006-03-125-61/+95
* More integration testing tweaksJamis Buck2006-03-121-7/+22
* Don'tt abort rake when rendering the _trace.rhtml templateNicholas Seckar2006-03-111-1/+1
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-1111-13/+250
* Make assertions in integration sessions proxy to the test instance (only for ...Jamis Buck2006-03-101-0/+3
* Passing commentDavid Heinemeier Hansson2006-03-101-1/+1
* make sure nil @session doesn't mess up wsod stacktracesJamis Buck2006-03-101-1/+1
* tag! is nicer than __send__David Heinemeier Hansson2006-03-102-2/+2
* Added options to control the :only/:except for included associations on Base#...David Heinemeier Hansson2006-03-102-7/+22
* Added association inclusion in to_xml [DHH]David Heinemeier Hansson2006-03-103-15/+111
* Implemented nested to_xml and named elements for array xmling [DHH]David Heinemeier Hansson2006-03-094-15/+44
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-098-32/+153
* Fix counter cache setting in belongs-to proxyJamis Buck2006-03-091-1/+1
* Add suppress_messages to migrations, to temporarily turn off verbose messagesJamis Buck2006-03-091-0/+8
* a few more tests for the custom counter_cache naming codeJamis Buck2006-03-092-18/+9
* Allow counter_cache to accept a column nameJamis Buck2006-03-095-14/+42
* Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe...Thomas Fuchs2006-03-093-7/+14
* format fix for locking [Michael Koziarski]Michael Koziarski2006-03-093-5/+10
* Added a note to the documentation for the Date related Numeric extensions to ...Michael Koziarski2006-03-092-1/+9
* Move methods from TestResponse into a module, so they can be shared with resp...Jamis Buck2006-03-092-1/+12
* Integration test's url_for now runs in the context of the last request (if an...Tobias Lütke2006-03-082-10/+7
* move vendor inside lib so that rake freeze_edge worksRick Olson2006-03-086-1/+1
* Fix problem with unloaded ARStore sessions being loaded when they are garbage...Jamis Buck2006-03-082-9/+36
* reverted #to_sentence to use red, green, and blue styleTobias Lütke2006-03-082-4/+4
* Make the 3rd arg optional for #failsafe_responseRick Olson2006-03-081-2/+2
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-084-287/+342
* remove explicit Builder requireRick Olson2006-03-081-2/+0
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-0816-5/+126
* make integration testing not interfere with command-line regex test filtersJamis Buck2006-03-071-2/+10
* Make IntegrationTest refer to superclass properties using copy-on-writeJamis Buck2006-03-071-0/+31
* Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TO...Rick Olson2006-03-072-2/+6
* Proper options for XmlSimpleDavid Heinemeier Hansson2006-03-072-2/+1
* more integration tweaksJamis Buck2006-03-071-8/+37
* XmlSimple _should_ be the default since XmlNode is not compatible with regula...David Heinemeier Hansson2006-03-073-26/+30
* A few minor tweaks to the integration testing stuffJamis Buck2006-03-071-1/+5
* Allow set_fixture_class to take Classes instead of strings for a class in a m...Rick Olson2006-03-063-8/+20
* forgot to commit the fixed test case! (yea right)Tobias Lütke2006-03-061-3/+3
* changed default of Array#to_sentence to use one, two and three notation ( ski...Tobias Lütke2006-03-061-2/+2
* Allow method chaining in RJS elements [Rick Olson]David Heinemeier Hansson2006-03-064-2/+21
* Update Prototype for beta gemsSam Stephenson2006-03-062-96/+110