aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Missing method_key.Jeremy Kemper2006-06-301-2/+2
* Retain symbol method key and assign_method_name.Jeremy Kemper2006-06-291-3/+7
* r4732@asus: jeremy | 2006-06-29 13:51:32 -0700Jeremy Kemper2006-06-291-1/+4
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-295-34/+22
* r4724@asus: jeremy | 2006-06-28 19:22:46 -0700Jeremy Kemper2006-06-292-33/+19
* More compatible Hash.create_from_xml. Closes #5523.Jeremy Kemper2006-06-293-0/+27
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-298-6/+46
* r4720@asus: jeremy | 2006-06-28 18:12:57 -0700Jeremy Kemper2006-06-291-2/+4
* script/server prefers mongrel over lighttpdJeremy Kemper2006-06-292-4/+4
* Mongrel: script/server tails the rails log like it does with lighttpd. Closes...Jeremy Kemper2006-06-294-19/+29
* Don't assume Active Record is available. Closes #5497.Jeremy Kemper2006-06-283-11/+17
* Mongrel: script/server works on Win32. Closes #5499.Jeremy Kemper2006-06-283-5/+14
* rake build_mysql_database grants permissions to rails@localhost. Closes #5501.Jeremy Kemper2006-06-282-0/+4
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-2812-35/+37
* Fix CGI extensions when they expect string but get nil in Windows. Closes #52...Marcel Molina2006-06-282-1/+3
* Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [K...Marcel Molina2006-06-273-1/+15
* Enumerable#sum without blocks. Closes #5505. Don't assume 0 identity for sum.Jeremy Kemper2006-06-253-10/+38
* PostgreSQL: support microsecond time resolution. Closes #5492.Jeremy Kemper2006-06-255-7/+29
* Add AssociationCollection#sum since the method_missing invokation has been sh...Nicholas Seckar2006-06-253-0/+11
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-2512-0/+543
* Add Enumerable#index_byNicholas Seckar2006-06-242-0/+25
* Cant use separate module [DHH]David Heinemeier Hansson2006-06-241-2/+0
* Added Enumerable#sum for calculating a sum from the elements [DHH]David Heinemeier Hansson2006-06-243-2/+28
* Mongrel support for script/server. Closes #5475.Jeremy Kemper2006-06-233-7/+58
* Correct and clarify Array#to_sentence docs. Closes #5458.Jeremy Kemper2006-06-222-2/+4
* Get thereJeremy Kemper2006-06-211-1/+1
* preserve chained method punctuationJeremy Kemper2006-06-211-1/+1
* alias_method_chain preserves method punctuation so foo, foo?, and foo! may be...Jeremy Kemper2006-06-213-4/+22
* prefer sibling actionpackJeremy Kemper2006-06-211-5/+4
* documentation fixes for ActionController::Verification::ClassMethods verify m...Rick Olson2006-06-211-5/+10
* Fix in auto_complete_result documentation. closes #5096. [medlar@medlar.it]Rick Olson2006-06-211-1/+1
* Don't use keywords as local vars in documentation. Closes #5291. [jeremy@pla...Rick Olson2006-06-211-4/+4
* Fix indent in pagination documentation. Closes #4990. [Kevin Clark]Rick Olson2006-06-211-2/+1
* Remove some cruft from the framework:update:configs task and fix the document...Rick Olson2006-06-211-3/+1
* Determine the correct template_root for deeply nested components. Closes #2841.Jeremy Kemper2006-06-213-3/+24
* Added find_or_initialize_by_X which works like find_or_create_by_X but doesn'...Sam Stephenson2006-06-203-2/+30
* r4669@asus: jeremy | 2006-06-20 12:53:36 -0700Jeremy Kemper2006-06-201-21/+35
* Include rails -v / rails --version in app generator usage. Closes #5440.Jeremy Kemper2006-06-201-1/+5
* r4667@asus: jeremy | 2006-06-20 00:59:15 -0700Jeremy Kemper2006-06-201-1/+1
* r4664@asus: jeremy | 2006-06-19 18:55:36 -0700Jeremy Kemper2006-06-206-6/+105
* r4663@asus: jeremy | 2006-06-19 17:23:57 -0700Jeremy Kemper2006-06-202-63/+70
* r4644@asus: jeremy | 2006-06-16 14:57:03 -0700Jeremy Kemper2006-06-1911-120/+273
* Change AR::Base#to_param to return a String instead of a Fixnum. Closes #5320.Nicholas Seckar2006-06-193-2/+8
* Enhance Symbol#to_proc so it works with list objects, such as multi-dimension...Rick Olson2006-06-173-1/+8
* Fix that routes with *path segments in the recall can generate URLs. [Rick]Rick Olson2006-06-173-1/+12
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-167-143/+236
* Added Jim Weirich's excellent FlexMock class to vendor (Copyright 2003, 2004 ...David Heinemeier Hansson2006-06-162-0/+86
* add passing test to make sure unhandled requests don't load unnecessary class...Rick Olson2006-06-161-6/+23
* Fix script/plugin so it doesn't barf on invalid URLs [Rick]Rick Olson2006-06-122-6/+12
* Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]Rick Olson2006-06-112-1/+3