aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r3581@sedna: jeremy | 2005-10-13 12:20:42 -0700Jeremy Kemper2005-10-131-1/+7
* r3580@sedna: jeremy | 2005-10-13 12:03:37 -0700Jeremy Kemper2005-10-130-0/+0
* r3579@sedna: jeremy | 2005-10-13 12:02:01 -0700Jeremy Kemper2005-10-131-4/+2
* r3578@sedna: jeremy | 2005-10-13 12:00:03 -0700Jeremy Kemper2005-10-130-0/+0
* r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700Jeremy Kemper2005-10-131-0/+17
* r3576@sedna: jeremy | 2005-10-13 11:31:50 -0700Jeremy Kemper2005-10-131-9/+3
* r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700Jeremy Kemper2005-10-131-2/+2
* r3574@sedna: jeremy | 2005-10-13 11:16:51 -0700Jeremy Kemper2005-10-133-5/+79
* Fix script/server to use the environment given by the -e toggleJamis Buck2005-10-131-0/+2
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-133-1/+10
* modified javascript_helper testcase to back up #2097Tobias Lütke2005-10-131-2/+6
* Support using different database adapters for development and test with Activ...Sam Stephenson2005-10-136-30/+63
* Optimize postgresql selects.Marcel Molina2005-10-132-18/+20
* Make webrick work with session(:off)Jamis Buck2005-10-132-1/+3
* Update DB2 adapter. Closes #2206.Marcel Molina2005-10-123-2/+38
* Corrections to SQLServer native data types. Closes #2267.Marcel Molina2005-10-122-10/+12
* Unescape paths before writing cache to file system. Closes #1877.Marcel Molina2005-10-122-1/+3
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-127-24/+43
* Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...Marcel Molina2005-10-124-8/+21
* Protect id attribute from mass assigment even when the primary key is set to ...Marcel Molina2005-10-123-3/+25
* Add test coverage for customized primary keys including a failing test for #2...Marcel Molina2005-10-1216-6/+65
* Make sure ENV['RAILS_ENV'] and RAILS_ENV are kept in syncJamis Buck2005-10-121-5/+2
* Honor the runner -e toggle even if the RAILS_ENV constant has already been setJamis Buck2005-10-121-2/+6
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-129-26/+28
* Use the correct scope for Rake tasksDavid Heinemeier Hansson2005-10-121-1/+1
* Make xyz_tag(..., :id => "foo") work againJamis Buck2005-10-122-7/+13
* Migrating should also dump the latest schemaDavid Heinemeier Hansson2005-10-121-0/+1
* Misc doc fixes (typos/grammar/etc.). Closes #2430.Marcel Molina2005-10-112-37/+39
* Add test coverage for content_columns. Closes #2432.Marcel Molina2005-10-112-1/+6
* Fix typo in CHANGELOG.Marcel Molina2005-10-111-1/+1
* Speed up for unthreaded environments. Closes #2431.Marcel Molina2005-10-112-6/+20
* Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....Marcel Molina2005-10-112-3/+17
* Speed improvement for session_options. #2287. [skaes@web.de]Jamis Buck2005-10-112-18/+31
* Make cacheing binary files friendly with Windows. Closes #1975.Marcel Molina2005-10-112-2/+4
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-104-29/+27
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-103-1/+18
* Fix Element.toggle logicSam Stephenson2005-10-102-2/+2
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-104-1/+29
* Require rails_version instead of versionJamis Buck2005-10-101-1/+1
* mv lib/version.rb to lib/rails_version.rbJamis Buck2005-10-102-1/+1
* move lib/version.rb to lib/active_support/version.rbJamis Buck2005-10-102-1/+1
* mv lib/version.rb to lib/action_web_service/version.rbJamis Buck2005-10-102-1/+1
* move lib/version.rb to lib/action_mailer/version.rbJamis Buck2005-10-102-1/+1
* Move lib/version.rb to lib/action_pack/version.rbJamis Buck2005-10-102-1/+1
* move lib/version.rb to lib/active_record/version.rbJamis Buck2005-10-102-1/+1
* Replace '%e' from long and short time formats as Windows does not support it....Marcel Molina2005-10-102-2/+4
* Optimize instantiation of STI subclass records. In partial fullfilment of #1236.Marcel Molina2005-10-092-15/+20
* Fix typo of 'constrains' to 'contraints'. Closes #2069.Marcel Molina2005-10-093-14/+20
* Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.Marcel Molina2005-10-093-9/+13
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-0914-9/+76