| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu... | Jeremy Kemper | 2006-11-14 | 4 | -4/+25 |
* | Update Oracle performance credits. | Jeremy Kemper | 2006-11-14 | 1 | -1/+1 |
* | Make sure that exceptions which are thrown outside of the user code try their... | Tobias Lütke | 2006-11-13 | 2 | -1/+4 |
* | Oracle: automatically detect the primary key. Closes #6594. | Jeremy Kemper | 2006-11-13 | 3 | -5/+26 |
* | Always clear model associations from session. Closes #4795. | Jeremy Kemper | 2006-11-13 | 6 | -13/+87 |
* | Oracle: to increase performance, prefetch 100 rows and enable similar cursor ... | Jeremy Kemper | 2006-11-13 | 3 | -3/+18 |
* | Rails::VERSION::STRING on trunk is 1.2.0 | Jeremy Kemper | 2006-11-13 | 1 | -2/+2 |
* | Rails::VERSION::STRING should always be available. Closes #6244. | Jeremy Kemper | 2006-11-13 | 2 | -73/+81 |
* | Allow mailer actions named send by using __send__ internally. Closes #6467. | Jeremy Kemper | 2006-11-13 | 3 | -2/+26 |
* | test controller rescues | Jeremy Kemper | 2006-11-13 | 5 | -70/+306 |
* | silence const_set warning | Jeremy Kemper | 2006-11-13 | 1 | -4/+7 |
* | update_element_function is deprecated | Jeremy Kemper | 2006-11-13 | 1 | -10/+12 |
* | Update to Prototype 1.5.0_rc2 | Sam Stephenson | 2006-11-12 | 4 | -358/+482 |
* | Added Time#end_of_day to get 23:59:59 of that day [DHH] | David Heinemeier Hansson | 2006-11-12 | 2 | -0/+7 |
* | Add grep-based fallback to reaper, so it can work in pidless setups (again) | Jamis Buck | 2006-11-11 | 2 | -10/+26 |
* | Remove JavaScriptLiteral in favor of ActiveSupport::JSON::Variable. | Sam Stephenson | 2006-11-11 | 2 | -8/+3 |
* | Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. | Sam Stephenson | 2006-11-11 | 4 | -5/+44 |
* | Only wrap request processing with our USR1 signal handler so FastCGI can trap... | Jeremy Kemper | 2006-11-11 | 2 | -11/+27 |
* | Nested class gets qualified names. | Jeremy Kemper | 2006-11-11 | 1 | -2/+2 |
* | Sync ActionController::StatusCodes::STATUS_CODES with http://www.iana.org/ass... | Jeremy Kemper | 2006-11-11 | 2 | -3/+17 |
* | Oracle: fix limited id selection for eager loading. Closes #6515. | Jeremy Kemper | 2006-11-10 | 6 | -26/+58 |
* | Don't inspect unloaded associations. Closes #2905. | Jeremy Kemper | 2006-11-10 | 3 | -0/+35 |
* | SQLite: use AUTOINCREMENT primary key in >= 3.1.0. Closes #6588. | Jeremy Kemper | 2006-11-09 | 3 | -1/+12 |
* | Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson] | Rick Olson | 2006-11-09 | 2 | -22/+35 |
* | Cache inheritance_column. Closes #6592. | Jeremy Kemper | 2006-11-09 | 4 | -7/+22 |
* | Multipart form values may have a content type without being treated as upload... | Jeremy Kemper | 2006-11-09 | 2 | -37/+47 |
* | Alter prior change to use require_dependency instead of require_or_load. Caus... | Nicholas Seckar | 2006-11-09 | 2 | -1/+3 |
* | Rake: use absolute paths to load lib and vendor tasks so they may be run outs... | Jeremy Kemper | 2006-11-09 | 2 | -2/+4 |
* | assert_response supports symbolic status codes. Closes #6569. | Jeremy Kemper | 2006-11-07 | 3 | -11/+27 |
* | Update dependencies to delete partially loaded constants. | Nicholas Seckar | 2006-11-07 | 3 | -21/+41 |
* | Update failing autoload tests. | Jeremy Kemper | 2006-11-07 | 1 | -8/+18 |
* | Firebird: decimal/numeric support. Closes #6408. | Jeremy Kemper | 2006-11-07 | 3 | -11/+10 |
* | Update changelog | Nicholas Seckar | 2006-11-07 | 1 | -0/+2 |
* | Remove temporary crutch to help ApplicationController be unloaded. Closes #6496. | Nicholas Seckar | 2006-11-07 | 1 | -1/+1 |
* | make add_order a tad faster (Closes #6567) | Jamis Buck | 2006-11-07 | 2 | -4/+8 |
* | Find with :include respects scoped :order. Closes #5850. | Jeremy Kemper | 2006-11-07 | 3 | -1/+13 |
* | Fix warning and incorrect test trigger | Nicholas Seckar | 2006-11-06 | 2 | -2/+2 |
* | Cache parsed query parameters. Closes #6559. | Jeremy Kemper | 2006-11-06 | 2 | -7/+10 |
* | Missed pluralize nil test in [5431]. | Jeremy Kemper | 2006-11-06 | 1 | -0/+1 |
* | Failing test for autoloading shadowed exceptions. | Jeremy Kemper | 2006-11-06 | 3 | -83/+128 |
* | Deprecate JavaScriptHelper#update_element_function, which is superseeded by R... | Thomas Fuchs | 2006-11-06 | 5 | -99/+72 |
* | Add assert_emails and assert_no_emails to test the number of emails delivered... | Jeremy Kemper | 2006-11-05 | 8 | -7/+165 |
* | Support nil and Array in :conditions => { attr => value } hashes. Closes #6548. | Jeremy Kemper | 2006-11-05 | 3 | -33/+50 |
* | Consistently use LOWER() for uniqueness validations (rather than mixing with ... | Jeremy Kemper | 2006-11-05 | 2 | -2/+4 |
* | Fix unicode JSON regexp for Onigurama compatibility. Closes #6494. | Jeremy Kemper | 2006-11-05 | 2 | -1/+3 |
* | pluralize helper interprets nil as zero. Closes #6474. | Jeremy Kemper | 2006-11-05 | 2 | -1/+3 |
* | Fix invalid test fixture exposed by stricter Ruby 1.8.5 multipart parsing. Cl... | Jeremy Kemper | 2006-11-05 | 2 | -0/+2 |
* | scaffold_resource generator uses _path named routes and head instead of rende... | Jeremy Kemper | 2006-11-05 | 2 | -21/+20 |
* | SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka... | Jeremy Kemper | 2006-11-05 | 8 | -100/+79 |
* | Turns out call_stack slows down the entire app, so just warn that breakpoints | Scott Barron | 2006-11-03 | 1 | -8/+2 |