aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added Enumerable#first_matchNicholas Seckar2005-10-143-0/+26
* Made them actually workDavid Heinemeier Hansson2005-10-142-2/+2
* Fix problem with RAILS_ENV being frozen when set from environment variableJamis Buck2005-10-143-3/+3
* Performers go .rbDavid Heinemeier Hansson2005-10-142-0/+0
* Fix spellingDavid Heinemeier Hansson2005-10-143-1/+1
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-142-1/+7
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-133-2/+20
* Improved line number reporting for template errorsNicholas Seckar2005-10-132-3/+5
* Cleaned it up a bit.. Dependencies can be declared inlineDavid Heinemeier Hansson2005-10-131-8/+5
* Delegate access to a customized primary key to the conventional id method. Cl...Marcel Molina2005-10-133-2/+6
* Fixed that Time#change should also reset usec when also resetting minutes #24...David Heinemeier Hansson2005-10-133-1/+8
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-133-3/+16
* Refactored cleanlyDavid Heinemeier Hansson2005-10-131-37/+37
* Fix Logger compatibility testJeremy Kemper2005-10-131-0/+1
* Fix errors caused by assigning a has-one or belongs-to property to itselfJamis Buck2005-10-134-3/+15
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2561 5ecf4fe2-1ee6-...Jeremy Kemper2005-10-130-0/+0
* 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