aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update docs and index.html [DHH]David Heinemeier Hansson2006-03-202-8/+26
* Updated Kernel#returning for the AP performance patch [DHH]David Heinemeier Hansson2006-03-202-2/+11
* fix usage of #returning in ActionController::BaseRick Olson2006-03-201-1/+1
* Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...David Heinemeier Hansson2006-03-208-78/+80
* Rolled back #2176 because it destroyed performance [DHH]David Heinemeier Hansson2006-03-202-26/+36
* fix indifferent hash. The lambdas were acting funny in a running rails app. ...Rick Olson2006-03-201-5/+15
* Added option to String#camelize to generate lower-cased camel case by passing...David Heinemeier Hansson2006-03-205-7/+29
* Add :script option to in_place_editor to support evalScripts (closes #4194) [...Rick Olson2006-03-193-0/+11
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-193-2/+17
* Don't classify the has_one class when eager loading, it is already singular. ...Rick Olson2006-03-195-15/+38
* Reject Ruby 1.8.3 when loading Rails; extract version checking code.Nicholas Seckar2006-03-194-19/+29
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-196-19/+23
* Fix RailsInfoController.Nicholas Seckar2006-03-193-1/+7
* add support for COUNT(DISTINCT id) queries in sqlite2 (closes #4300) [Rick Ol...Rick Olson2006-03-192-5/+22
* skip count_by_sql test using COUNT(DISTINCT) for sqlite2 onlyRick Olson2006-03-191-2/+4
* Fix boolean testDavid Heinemeier Hansson2006-03-191-2/+2
* Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...Nicholas Seckar2006-03-193-2/+7
* Rails is not compatible with Ruby 1.8.3, explicitly prevent usage [DHH]David Heinemeier Hansson2006-03-191-1/+8
* Quit ignoring default :include options in has_many :through calls [Mark James]Rick Olson2006-03-196-14/+49
* Allow has_many :through associations to find the source association by settin...Rick Olson2006-03-196-11/+28
* If RAW_POST_DATA was set explicitly, use that (closes #4281)David Heinemeier Hansson2006-03-191-6/+10
* Fix for destroying migrations made when generating a model (closes #4246) [to...David Heinemeier Hansson2006-03-191-2/+5
* Remember kiddies, Dir[] uses Dir#glob, not a RegexpRick Olson2006-03-191-1/+1
* Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...Rick Olson2006-03-197-3/+49
* forgot to save changelog... dohRick Olson2006-03-191-0/+2
* Eager Loading support added for has_many :through => :has_many associations (...Rick Olson2006-03-192-6/+24
* Only run migrations that look like migrationsDavid Heinemeier Hansson2006-03-191-1/+1
* Small pgsql fixes (closes #4083) [pergesu@gmail.com]David Heinemeier Hansson2006-03-192-1/+2
* Allow has_many :through to work on has_many associations (closes #3864) [sco@...Rick Olson2006-03-195-19/+73
* Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com]David Heinemeier Hansson2006-03-192-10/+15
* add ticket # to changesetRick Olson2006-03-191-1/+1
* Raise error when trying to select many polymorphic objects with has_many :thr...Rick Olson2006-03-197-27/+104
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-193-2/+19
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-185-11/+41
* Fixed has_many :through to include :conditions set on the :through associatio...Rick Olson2006-03-187-19/+48
* Make custom headers work in subparts (closes #4034)Jamis Buck2006-03-183-1/+20
* Use the full template file name for implicitly selected templates, instead of...Jamis Buck2006-03-181-2/+3
* Fix that has_many :through honors the foreign key set by the belongs_to assoc...Rick Olson2006-03-188-2/+22
* Change url_for to escape the resulting URLs when called from a view. Closes #...Nicholas Seckar2006-03-183-19/+31
* Date in iso8601 should just be a to_s aliasDavid Heinemeier Hansson2006-03-181-3/+1
* Added more tests to validates_format_of (closes #3142) [jp.bougie@gmail.com]David Heinemeier Hansson2006-03-181-0/+28
* Dates should be able to go xmlschema too [DHH]David Heinemeier Hansson2006-03-181-0/+4
* SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]David Heinemeier Hansson2006-03-186-16/+53
* Added test for Accept header for xml_http_request calls in functional tests (...David Heinemeier Hansson2006-03-181-1/+9
* Make generation of namespaced models produce proper migrations #4219 [Caio Ch...David Heinemeier Hansson2006-03-181-2/+2
* Doc fix (closes #4210) [Caio Chassot ]David Heinemeier Hansson2006-03-181-1/+1
* Doc fix (closes #4209) [Caio Chassot]David Heinemeier Hansson2006-03-182-2/+2
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-187-29/+37
* Fix incorrect mysql column type (requires AR test DB to be rebuilt) (closes #...Jamis Buck2006-03-181-1/+1
* use cleanpath of config file in lighttpd server script (closes #4203) [Caio C...David Heinemeier Hansson2006-03-181-1/+1