aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix documentation indentationMarcel Molina2006-04-261-3/+3
* Add support for :order option to with_scope. Closes #3887. [eric.daspet@survo...Marcel Molina2006-04-263-2/+36
* Prettify output of schema_dumper by making things line up. Closes #4241 [Caio...Marcel Molina2006-04-263-8/+50
* Refactor various InstanceTag instance method to class methods. Closes #4800. ...Marcel Molina2006-04-254-29/+61
* Make build_postgresql_databases task make databases owned by the postgres use...Marcel Molina2006-04-252-3/+4
* Sybase Adapter type conversion cleanup [dev@metacasa.net]Marcel Molina2006-04-253-74/+69
* Fix bug where calculations with long alias names return null. [Rick]Rick Olson2006-04-252-4/+6
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-257-10/+12
* Add documentation for redirect_to :back's RedirectBackError exception.Marcel Molina2006-04-252-0/+6
* always forget the changelogRick Olson2006-04-251-1/+1
* Raise error when trying to add to a has_many :through association. Use the J...Rick Olson2006-04-254-1/+31
* Allow all calculations to take the :include option, not just COUNT (closes #4...Rick Olson2006-04-254-68/+55
* Change the scaffolding layout to use yield rather than @content_for_layout.Marcel Molina2006-04-252-1/+3
* Update layout and content_for documentation to use yield rather than magic @c...Marcel Molina2006-04-254-21/+27
* Fix assert_redirected_to tests according to real-world usage.Rick Olson2006-04-253-11/+38
* Updated to Builder 2.0 [DHH]David Heinemeier Hansson2006-04-255-21/+167
* only require redcloth/bluecloth if they are not already loaded [Rick]Rick Olson2006-04-231-2/+2
* Cache CgiRequest#request_parameters so that multiple calls don't re-parse mul...Rick Olson2006-04-232-5/+8
* Diff compared routing options. Allow #assert_recognizes to take a second arg...Rick Olson2006-04-232-5/+27
* allow -'s in tag names for html scanner when scanning AR xml documentsRick Olson2006-04-221-1/+1
* Use ActiveSupport's String#join methodRick Olson2006-04-221-4/+4
* Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail...Marcel Molina2006-04-222-2/+4
* Diff compared options with #assert_redirected_to [Rick]Rick Olson2006-04-225-37/+104