aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure association conditions work with :include and :joins [#358 state:re...Vladimir Meremyanin2009-08-092-3/+11
* Active Resource recognizes 410 as Resource Gone now [#2316 state:resolved] [J...Jordan Brough2009-08-096-1/+36
* No longer require database name for MySQL to allow cross database selects.Tristan Dunn2009-08-092-6/+13
* Added both the documentation and a test case for the collection path name cus...Hugo Peixoto2009-08-092-2/+47
* path_names could be used to customize collection actions tooBence Nagy2009-08-091-1/+4
* Make ActiveResource#exists? work [#3020 state:resolved]Jatinder Singh2009-08-092-2/+11
* Added back support for destroying an association's object by id. [#2306 statu...Joshua Nichols2009-08-092-0/+23
* Improving test coverage for Range#sum [#2489]José Valim2009-08-091-1/+1
* Fix that Hash#to_xml and Array#to_xml shouldn't modify their options hashes [...David Burger2009-08-094-0/+16
* With multiparameter date attributes, the behaviour when empty fields are pres...Hugo Peixoto2009-08-092-6/+55
* Add ability to set SSL options on ARes connections.Roy Nicholson2009-08-096-3/+152
* validate uniqueness with limit in utf8Elise Huard2009-08-092-1/+11
* Fix failing dependencies test relying on . being in LOAD_PATHJeremy Kemper2009-08-091-2/+4
* Extract repetitive methodJeremy Kemper2009-08-091-33/+37
* Uses &:fooJeremy Kemper2009-08-091-0/+1
* Fix standalone test missing developer fixtureJeremy Kemper2009-08-091-1/+2
* Added a uniqueness validation test that uses diacritics.Hugo Peixoto2009-08-091-2/+2
* Fix that RedCloth shouldn't be required to run testsJeremy Kemper2009-08-091-12/+18
* .gitignore activesupport/test/fixtures/isolation_testPratik Naik2009-08-091-0/+1
* Remove unnecessary &block from Range#sum and add tests for (num..float).sumPratik Naik2009-08-092-1/+2
* Make enumerable test run stand alonePratik Naik2009-08-091-0/+1
* Optimize Range#sum only for integers [#2489]José Valim2009-08-092-2/+4
* Remove unused routeset method routes_for_controller_and_action in favour for ...Gabe da Silveira2009-08-091-7/+0
* Require test/unit in the generated test_helper for plugin [#1878 state:resolved]jastix2009-08-091-1/+3
* Allow connect_timeout, read_timeout and write_timeout settings for MySQL [#25...Matt Conway2009-08-091-0/+4
* Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]railsbob2009-08-092-1/+6
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-093-2/+32
* Support passing Redcloth options via textilize helper [#2973 state:resolved]rizwanreza2009-08-092-3/+28
* Serialized attributes should only be saved with partial_updates when the seri...Mike Breen2009-08-092-1/+11
* Get rid of parenthesize argument warningsPratik Naik2009-08-091-5/+5
* Refactored create_migration on model generator.José Valim2009-08-092-7/+3
* Setting usec (and nsec for Ruby 1.9) on Time#end_of_* methods [#1255 status:r...Hugo Peixoto2009-08-093-32/+32
* Optimize Range#sum to use arithmetic progression when a block is not given [#...José Valim2009-08-092-0/+11
* Fix deprecating =-methods by using send [#2431 status:resolved]Michael Siebert2009-08-092-9/+13
* Make http digest work with different server/browser combinationsJosé Valim2009-08-092-7/+31
* Changed to use klass instead of constantizing in assign_ids generated methodDmitry Ratnikov2009-08-092-13/+28
* Modified Rich Bradley's test-case to fail as part of suite and with a reasona...Dmitry Ratnikov2009-08-091-2/+16
* Fixed generating a namespaced model with table pluralization turned off. Add ...Hugo Peixoto2009-08-093-2/+49
* Setting connection timeout also affects Net::HTTP open_timeout.Jeremy Kemper2009-08-092-7/+30
* Add a .tmp pathYehuda Katz2009-08-092-2/+4
* Fix for nested :include with namespaced models.Rich Bradley2009-08-093-2/+15
* Make bench harness produce output that is easier to compareYehuda Katz2009-08-091-11/+21
* Updates to benchmark harness.Yehuda Katz2009-08-091-2/+23
* Temporary fix to get our LoadError monkey-patch working with newer JRuby. We ...Yehuda Katz2009-08-091-1/+2
* Experimental: Improve performance of ActionView by preventing method cache fl...Yehuda Katz2009-08-092-13/+31
* Cache controller_path on the AV instance to avoid needing to make additional ...Yehuda Katz2009-08-091-1/+3
* Use response_body rather than performed?Yehuda Katz2009-08-092-2/+2
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-093-2/+5
* Cache some more things to improve partial perfYehuda Katz2009-08-092-5/+9
* Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.Yehuda Katz2009-08-093-10/+23