aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick ...Marcel Molina2006-05-242-1/+3
* Add generator files...Marcel Molina2006-05-234-0/+43
* Add observer generator. Closes #5167. [francois.beausoleil@gmail.com]Marcel Molina2006-05-231-0/+2
* Add a quick note about :select and eagerly included associations. [Rick]Rick Olson2006-05-232-1/+4
* preliminary support for plugin meta filesRick Olson2006-05-231-14/+50
* follow_redirect doesn't complain about being redirected to the same controlle...Jeremy Kemper2006-05-223-9/+44
* Session migration generator obeys pluralize_table_names. Closes #5145.Jeremy Kemper2006-05-224-5/+15
* Normalize classify's argument to a String so that it plays nice with Symbols....Marcel Molina2006-05-223-1/+9
* Add docs for the :as option in has_one associations. Closes #5144 [cdcarter@...Rick Olson2006-05-222-1/+5
* Make Oracle happyDavid Heinemeier Hansson2006-05-211-1/+1
* Add modifications to database rake tasks as part of #5139. [schoenm@earthlink...Marcel Molina2006-05-211-3/+3
* Minor style tweaksDavid Heinemeier Hansson2006-05-212-8/+4
* Fixed that has_many collections shouldn't load the entire association to do b...David Heinemeier Hansson2006-05-214-3/+66
* Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]David Heinemeier Hansson2006-05-215-18/+85
* Disabling sessions is not a common day eventDavid Heinemeier Hansson2006-05-211-4/+1
* Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]Marcel Molina2006-05-216-42/+48
* Strip out leading schema name in classify. References #5139. [schoenm@earthli...Marcel Molina2006-05-212-1/+5
* Remove Enumerable#first_match in favor of using break(result_for_each)Nicholas Seckar2006-05-213-18/+13
* create! no longer blows up when no attributes are passed and a :create scope ...Jeremy Kemper2006-05-193-0/+9
* 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