aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney...Rick Olson2006-03-062-7/+9
* slight change to eager associations table aliasing: use class_reflection, lik...Rick Olson2006-03-062-3/+3
* added assert_queries for the AR test suiteRick Olson2006-03-052-2/+13
* Added tracking of database and framework versions in script/about #4088 [char...David Heinemeier Hansson2006-03-053-5/+28
* Doc fixesDavid Heinemeier Hansson2006-03-053-6/+6
* Silence the migration messages when importing the schema for testsJamis Buck2006-03-051-0/+1
* Doc fixesDavid Heinemeier Hansson2006-03-051-3/+4
* Dont mkdir for each framework now that theyre checked out in their entiretyDavid Heinemeier Hansson2006-03-051-1/+0
* ActionController::Base.param_parsers now accept symbols. currently supported ...Tobias Lütke2006-03-053-11/+36
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-0510-46/+345
* Fixed eager loading problems with single-table inheritance [Rick Olson] Added...David Heinemeier Hansson2006-03-0510-63/+144
* Dont generate migration when doing scaffoldingDavid Heinemeier Hansson2006-03-051-1/+1