| Commit message (Expand) | Author | Age | Files | Lines |
* | Update README | Marcel Molina | 2006-04-29 | 2 | -21/+23 |
* | Use #flush between switching from #write to #syswrite. Closes #4907. [Blair Z... | Marcel Molina | 2006-04-29 | 2 | -0/+5 |
* | Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <b... | Marcel Molina | 2006-04-29 | 2 | -6/+2 |
* | Update FrontBase adapter to check binding version. Closes #4920. [mlaster@met... | Marcel Molina | 2006-04-28 | 2 | -4/+27 |
* | New Frontbase connections don't start in auto-commit mode. Closes #4922. [mla... | Marcel Molina | 2006-04-28 | 2 | -0/+5 |
* | Added script/process/inspector to do simple process status information on Rai... | David Heinemeier Hansson | 2006-04-28 | 5 | -5/+11 |
* | Status in one line | David Heinemeier Hansson | 2006-04-28 | 1 | -9/+8 |
* | Added a simple process inspector | David Heinemeier Hansson | 2006-04-28 | 1 | -0/+68 |
* | When grouping, use the appropriate option key. [Marcel Molina Jr.] | Marcel Molina | 2006-04-28 | 2 | -1/+7 |
* | Only modify the sequence name in the FrontBase adapter if the FrontBase adapt... | Marcel Molina | 2006-04-28 | 2 | -5/+5 |
* | Added pid file usage to script/process/spawner and script/process/reaper alon... | David Heinemeier Hansson | 2006-04-28 | 7 | -88/+133 |
* | Don't require the frontbase adapter until you need to | Marcel Molina | 2006-04-27 | 1 | -2/+1 |
* | Documentation fix: integration test scripts don't require integration_test. C... | Marcel Molina | 2006-04-27 | 2 | -2/+2 |
* | Add support for FrontBase (http://www.frontbase.com/) with a new adapter than... | Marcel Molina | 2006-04-27 | 21 | -55/+1282 |
* | ActionController::Base Summary documentation rewrite. Closes #4900. [kevin.cl... | Marcel Molina | 2006-04-27 | 3 | -68/+54 |
* | Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros] | Marcel Molina | 2006-04-27 | 2 | -20/+22 |
* | Fixes bad rendering of JavaScriptMacrosHelper rdoc (closes #4910) [Frederick ... | Rick Olson | 2006-04-27 | 2 | -4/+7 |
* | Allow error_messages_for to report errors for multiple objects, as well as su... | Marcel Molina | 2006-04-26 | 3 | -17/+85 |
* | Enhance documentation for setting headers in integration tests. Skip auto HTT... | Marcel Molina | 2006-04-26 | 2 | -4/+12 |
* | Add warning about the proper way to validate the presence of a foreign key. C... | Marcel Molina | 2006-04-26 | 2 | -0/+14 |
* | Fix column type check error in changeset [4280]. [Michael A. Schoen] | Marcel Molina | 2006-04-26 | 1 | -1/+1 |
* | Allow default options in with_options to be overridden. Closes #4480. [murphy... | Marcel Molina | 2006-04-26 | 3 | -2/+20 |
* | Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr] | Marcel Molina | 2006-04-26 | 2 | -1/+3 |
* | Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net san... | Marcel Molina | 2006-04-26 | 2 | -3/+5 |
* | Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dum... | Marcel Molina | 2006-04-26 | 2 | -18/+32 |
* | Mention in docs that config.frameworks doesn't work when getting Rails via Ge... | Marcel Molina | 2006-04-26 | 2 | -1/+3 |
* | Documentation for AbstractRequest. Closes #4895. [kevin.clark@gmail.com] | Marcel Molina | 2006-04-26 | 2 | -3/+13 |
* | Added Module#alias_method_chain | Jamis Buck | 2006-04-26 | 3 | -0/+19 |
* | Fix documentation indentation | Marcel Molina | 2006-04-26 | 1 | -3/+3 |
* | Add support for :order option to with_scope. Closes #3887. [eric.daspet@survo... | Marcel Molina | 2006-04-26 | 3 | -2/+36 |
* | Prettify output of schema_dumper by making things line up. Closes #4241 [Caio... | Marcel Molina | 2006-04-26 | 3 | -8/+50 |
* | Refactor various InstanceTag instance method to class methods. Closes #4800. ... | Marcel Molina | 2006-04-25 | 4 | -29/+61 |
* | Make build_postgresql_databases task make databases owned by the postgres use... | Marcel Molina | 2006-04-25 | 2 | -3/+4 |
* | Sybase Adapter type conversion cleanup [dev@metacasa.net] | Marcel Molina | 2006-04-25 | 3 | -74/+69 |
* | Fix bug where calculations with long alias names return null. [Rick] | Rick Olson | 2006-04-25 | 2 | -4/+6 |
* | Remove all remaining references to @params in the documentation. | Marcel Molina | 2006-04-25 | 7 | -10/+12 |
* | Add documentation for redirect_to :back's RedirectBackError exception. | Marcel Molina | 2006-04-25 | 2 | -0/+6 |
* | always forget the changelog | Rick Olson | 2006-04-25 | 1 | -1/+1 |
* | Raise error when trying to add to a has_many :through association. Use the J... | Rick Olson | 2006-04-25 | 4 | -1/+31 |
* | Allow all calculations to take the :include option, not just COUNT (closes #4... | Rick Olson | 2006-04-25 | 4 | -68/+55 |
* | Change the scaffolding layout to use yield rather than @content_for_layout. | Marcel Molina | 2006-04-25 | 2 | -1/+3 |
* | Update layout and content_for documentation to use yield rather than magic @c... | Marcel Molina | 2006-04-25 | 4 | -21/+27 |
* | Fix assert_redirected_to tests according to real-world usage. | Rick Olson | 2006-04-25 | 3 | -11/+38 |
* | Updated to Builder 2.0 [DHH] | David Heinemeier Hansson | 2006-04-25 | 5 | -21/+167 |
* | only require redcloth/bluecloth if they are not already loaded [Rick] | Rick Olson | 2006-04-23 | 1 | -2/+2 |
* | Cache CgiRequest#request_parameters so that multiple calls don't re-parse mul... | Rick Olson | 2006-04-23 | 2 | -5/+8 |
* | Diff compared routing options. Allow #assert_recognizes to take a second arg... | Rick Olson | 2006-04-23 | 2 | -5/+27 |
* | allow -'s in tag names for html scanner when scanning AR xml documents | Rick Olson | 2006-04-22 | 1 | -1/+1 |
* | Use ActiveSupport's String#join method | Rick Olson | 2006-04-22 | 1 | -4/+4 |
* | Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail... | Marcel Molina | 2006-04-22 | 2 | -2/+4 |