aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't require the frontbase adapter until you need toMarcel Molina2006-04-271-2/+1
* Documentation fix: integration test scripts don't require integration_test. C...Marcel Molina2006-04-272-2/+2
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-2721-55/+1282
* ActionController::Base Summary documentation rewrite. Closes #4900. [kevin.cl...Marcel Molina2006-04-273-68/+54
* Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]Marcel Molina2006-04-272-20/+22
* Fixes bad rendering of JavaScriptMacrosHelper rdoc (closes #4910) [Frederick ...Rick Olson2006-04-272-4/+7
* Allow error_messages_for to report errors for multiple objects, as well as su...Marcel Molina2006-04-263-17/+85
* Enhance documentation for setting headers in integration tests. Skip auto HTT...Marcel Molina2006-04-262-4/+12
* Add warning about the proper way to validate the presence of a foreign key. C...Marcel Molina2006-04-262-0/+14
* Fix column type check error in changeset [4280]. [Michael A. Schoen]Marcel Molina2006-04-261-1/+1
* Allow default options in with_options to be overridden. Closes #4480. [murphy...Marcel Molina2006-04-263-2/+20
* Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr]Marcel Molina2006-04-262-1/+3
* Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net san...Marcel Molina2006-04-262-3/+5
* Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dum...Marcel Molina2006-04-262-18/+32
* Mention in docs that config.frameworks doesn't work when getting Rails via Ge...Marcel Molina2006-04-262-1/+3
* Documentation for AbstractRequest. Closes #4895. [kevin.clark@gmail.com]Marcel Molina2006-04-262-3/+13
* Added Module#alias_method_chainJamis Buck2006-04-263-0/+19