aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Time#xmlschema is only available when you've required 'time'. Add a unit tes...Michael Koziarski2006-03-152-0/+5
* Fixes a bug in routes controller traversing which caused it to fail on for do...Tobias Lütke2006-03-151-2/+3
* Underscore dasherized keys in formatted requestsJamis Buck2006-03-154-5/+44
* Enhance Inflector.underscore to convert '-' into '_' (as the inverse of Infle...Jamis Buck2006-03-153-1/+13
* Add MimeResponds::Responder#any for managing multiple types with identical re...Jamis Buck2006-03-153-0/+27
* Upgrade to Transaction::Simple 1.3Jamis Buck2006-03-152-702/+695
* use "mime_type" instead of "format"Jamis Buck2006-03-151-1/+1
* Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for Mime::...Jamis Buck2006-03-151-3/+5
* fix calculation tests to get around inconsistent ordering of nilsRick Olson2006-03-151-2/+2
* make save! return true on success[johan@johansorensen.com]. Closes #4173Michael Koziarski2006-03-153-1/+8
* Unit test fixes for postgresql.Michael Koziarski2006-03-152-3/+5
* Switch to_xml to use the date formate defined in xml schema.[Koz]Michael Koziarski2006-03-152-1/+3
* Correct syntax error in postgresql schema definitionMichael Koziarski2006-03-151-1/+1
* Make the xml_http_request testing method set the HTTP_ACCEPT headerJamis Buck2006-03-142-0/+4
* Catch FixtureClassNotFound when using instantiated fixtures on a fixture that...Rick Olson2006-03-143-3/+7
* Allow ordering of calculated results and/or grouped fields in calculations [s...Rick Olson2006-03-143-0/+14
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-146-2/+19
* Don't replace application.js in public/javascripts if it already exists [Cody...Tobias Lütke2006-03-132-3/+8
* Dynamically set allow_concurrency. Closes #4044.Jeremy Kemper2006-03-135-31/+78
* Simplify controller_pathNicholas Seckar2006-03-133-10/+27
* Always use application/xml, then the charset is determined by the XML docDavid Heinemeier Hansson2006-03-131-1/+1
* The mere existance of a rjs file shouldnt cause the layout to disappear. Made...David Heinemeier Hansson2006-03-131-1/+1
* The mere existance of a rjs file shouldnt cause the layout to disappear. Made...David Heinemeier Hansson2006-03-132-3/+14
* Delay rake:uncommitted's execution of `svn status`Nicholas Seckar2006-03-132-5/+9
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-136-28/+48
* Prefer application/xml over text/xml for charset reasonsDavid Heinemeier Hansson2006-03-132-2/+2
* 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