aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added :function option to PrototypeHelper#observe_field/observe_form that all...David Heinemeier Hansson2006-03-183-2/+16
* Fixed the to_xml case (closes #4201) [twoggle@gmail.com]David Heinemeier Hansson2006-03-181-6/+4
* Add Integration::Session.accept for setting the HTTP Accept header to use (de...Jamis Buck2006-03-181-1/+6
* rename 'integration_test.rb' -> 'integration.rb'Jamis Buck2006-03-183-2/+2
* remove spaceRick Olson2006-03-181-1/+1
* Rework table aliasing to account for truncated table aliases. Add smarter ta...Rick Olson2006-03-186-36/+80
* Testing of uncommited should test controllers too (closes #4265) [technomancy...David Heinemeier Hansson2006-03-181-4/+9
* Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]David Heinemeier Hansson2006-03-182-2/+22
* Add a test to make sure basic XML entities get unescaped properlyJamis Buck2006-03-181-0/+8
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-183-13/+93
* Add AbstractAdapter#table_alias_for to create table aliases according to the ...Rick Olson2006-03-187-0/+43
* XML-formatted requests are typecast according to "type" attributes for :xml_s...Jamis Buck2006-03-183-2/+98
* Provide access to the underlying database connection with Adapter#raw_connect...Michael Koziarski2006-03-182-1/+10
* Remove broken attempts at handling columns with a a default of 'now()' in the...Michael Koziarski2006-03-183-14/+2
* Fixed HashWithIndifferentAccess#delete to work with both symbols and strings ...David Heinemeier Hansson2006-03-183-36/+26
* Added connection#current_database that'll return of the current database (onl...David Heinemeier Hansson2006-03-184-2/+20
* 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