aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Nicer error message on has_many :through when :through reflection can not be ...David Heinemeier Hansson2006-03-184-1/+11
* Fixed that Migration#execute would have the table name prefix appended to its...David Heinemeier Hansson2006-03-182-1/+3
* Added access to remote_addr in integration tests (closes #4266) [Chad Fowler]David Heinemeier Hansson2006-03-181-7/+8
* Fix test db setup for pgsql (closes #4220) [mlaster@metavillage.com]David Heinemeier Hansson2006-03-181-1/+1
* The style police makes an expection on acts_as_tree (closes #4168) [coffee2code]David Heinemeier Hansson2006-03-181-25/+29
* Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]David Heinemeier Hansson2006-03-188-52/+142
* Be sure to look at array elements when dasherizing keys of a formatted requestJamis Buck2006-03-171-9/+11
* Fix soap type registration of multidimensional arrays (closes #4232) [Kent]David Heinemeier Hansson2006-03-176-21/+46
* Make all tinyint(1) variants act like boolean in mysql (tinyint(1) unsigned, ...Jamis Buck2006-03-172-1/+3
* dasherize the root element when doing to_xmlJamis Buck2006-03-162-2/+2
* trivial documentation patch for #pagination_links [Francois Beausoleil] close...Rick Olson2006-03-161-1/+1
* remove some commented-out cruftRick Olson2006-03-161-4/+0
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-1613-18/+93
* fix AR tests for sqliteRick Olson2006-03-161-1/+1
* Alias the has_and_belongs_to_many join table on eager includes. closes #4106 ...Rick Olson2006-03-163-12/+32
* Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]David Heinemeier Hansson2006-03-162-15/+38
* Explain thyselfNicholas Seckar2006-03-161-0/+1
* 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