aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added protection against proxy setups treating requests as local even when th...David Heinemeier Hansson2006-03-162-1/+3
* Change LEFT OUTER JOIN authors AS authors to LEFT OUTER JOIN authors authors ...David Heinemeier Hansson2006-03-161-9/+9
* fix test_find_in_association_with_options test, tweak other tests affected by...Rick Olson2006-03-164-17/+21
* Oracle adapter gets some love #4230 [schoenm@earthlink.net]David Heinemeier Hansson2006-03-163-6/+28
* Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...David Heinemeier Hansson2006-03-163-0/+29
* Added Time#advance to do precise time time calculations for cases where a mon...David Heinemeier Hansson2006-03-164-0/+28
* Stop the MySQL adapter crashing when views are present. (closes #3782) [Jonat...David Heinemeier Hansson2006-03-162-1/+18
* added test checking that NOT NULL is properly reflected on [nathaniel@talbott...Rick Olson2006-03-161-1/+8
* Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...David Heinemeier Hansson2006-03-163-3/+29
* Breakpoints in running code makes for no fun ;)David Heinemeier Hansson2006-03-161-1/+0
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-1611-16/+62
* Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]Rick Olson2006-03-166-9/+99
* 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