aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the request.env example in AC::Base docs to a var that exists (REMOTE_...Jeremy Kemper2006-05-171-3/+3
* Add layout attribute to response object with the name of the layout that was ...Marcel Molina2006-05-174-1/+55
* Make Array#in_groups_of just return the grouped collection if a block isn't g...Marcel Molina2006-05-173-2/+9
* performance enhancement for previous patch [skaes]Michael Koziarski2006-05-161-1/+1
* Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955Michael Koziarski2006-05-163-0/+9
* Call Inflector#demodulize on the class name when eagerly including an STI mod...Rick Olson2006-05-153-1/+10
* Fix flip flopped logic in docs for url_for's :only_path option. Closes #4998....Marcel Molina2006-05-142-1/+3
* Preserve MySQL boolean column defaults when changing a column in a migration....Marcel Molina2006-05-144-2/+14
* Don't destroy a HashWithIndifferentAccess if symbolize_keys! or stringify_ke...Marcel Molina2006-05-143-0/+16
* Wipe those tears.. References [4335].Jeremy Kemper2006-05-121-16/+8
* rake test:recent understands subdirectories. Closes #2925.Jeremy Kemper2006-05-122-5/+22
* The app generator detects the XAMPP package's MySQL socket location. Closes #...Jeremy Kemper2006-05-122-1/+4
* PostgreSQL: migrations support :limit with :integer columns by mapping limit ...Jeremy Kemper2006-05-123-0/+54
* form.text_area handles the :size option just like the original text_area (:si...Jeremy Kemper2006-05-113-0/+14
* ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...Marcel Molina2006-05-102-36/+102
* Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.Jeremy Kemper2006-05-093-2/+6
* Trim typo.Jeremy Kemper2006-05-081-1/+1
* Document Active Support's Module::delegate. Closes #5002.Jeremy Kemper2006-05-082-2/+29
* The app generator sets a session key in application.rb so apps running on the...Jeremy Kemper2006-05-073-4/+13
* Dates and times interpret empty strings as nil rather than 2000-01-01. Closes...Jeremy Kemper2006-05-073-1/+29
* uniq preserves order. References [4325].Jeremy Kemper2006-05-073-8/+19
* Allow :uniq => true with has_many :through associations.Jeremy Kemper2006-05-0610-48/+63
* Distinguish the spawners for different processesDavid Heinemeier Hansson2006-05-022-1/+3
* Added -n/--process to script/process/spawner name the process pid (default is...David Heinemeier Hansson2006-05-021-1/+1
* Added -n/--process to script/process/spawner name the process pid (default is...David Heinemeier Hansson2006-05-022-1/+5
* Add README to gem [Dave Thomas]Scott Barron2006-05-011-1/+1
* Make the inspector work on debian (closes #4935) [Lars pind]David Heinemeier Hansson2006-05-011-1/+1
* Small fix in routing to allow dynamic routes (broken after [4242]) [Rick]Rick Olson2006-04-303-3/+15
* Namespaced OrderedHash so the Rails implementation does not clash with any ot...Rick Olson2006-04-304-29/+21
* Add Integration Session methods for PUT and DELETE requests [Rick]Rick Olson2006-04-301-7/+10
* Use reverse_each rather than reverse.each. [Marcel Molina Jr.]Marcel Molina2006-04-301-1/+1
* Ensure that StringIO is always available for the Schema dumper. [Marcel Molin...Marcel Molina2006-04-302-0/+4
* Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....Marcel Molina2006-04-294-0/+28
* Replace superfluous name_to_class_name variant with camelize. [Marcel Molina ...Marcel Molina2006-04-292-4/+3
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-2925-96/+52
* Strip out punctuation on predicates or bang methods being aliased with alias_...Marcel Molina2006-04-293-3/+66
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-2938-72/+50
* Fix test database name typo. [Marcel Molina Jr.]Marcel Molina2006-04-293-5/+9
* Revert unintential change to filter parametersMarcel Molina2006-04-291-18/+16
* Update READMEMarcel Molina2006-04-292-21/+23
* Use #flush between switching from #write to #syswrite. Closes #4907. [Blair Z...Marcel Molina2006-04-292-0/+5
* Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <b...Marcel Molina2006-04-292-6/+2
* Update FrontBase adapter to check binding version. Closes #4920. [mlaster@met...Marcel Molina2006-04-282-4/+27
* New Frontbase connections don't start in auto-commit mode. Closes #4922. [mla...Marcel Molina2006-04-282-0/+5
* Added script/process/inspector to do simple process status information on Rai...David Heinemeier Hansson2006-04-285-5/+11
* Status in one lineDavid Heinemeier Hansson2006-04-281-9/+8
* Added a simple process inspectorDavid Heinemeier Hansson2006-04-281-0/+68
* When grouping, use the appropriate option key. [Marcel Molina Jr.]Marcel Molina2006-04-282-1/+7
* Only modify the sequence name in the FrontBase adapter if the FrontBase adapt...Marcel Molina2006-04-282-5/+5
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-287-88/+133