aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When a NonInferrableControllerError is raised, make the proposed fix clearer ...Marcel Molina2007-12-052-1/+3
* Give examples for what tables should be called for models inside a module nam...Marcel Molina2007-12-052-3/+14
* Document the :message option for validates_associated. Closes #10357 [dylans]Marcel Molina2007-12-052-0/+3
* Document automatically generated predicate methods for attributes. Closes #10...Marcel Molina2007-12-052-0/+16
* Document Date conversions. Closes #10368 [chuyeow]Michael Koziarski2007-12-051-4/+34
* Enhance documentation for Active Support's Time Conversion functions. [rsanhe...Michael Koziarski2007-12-051-3/+46
* Remove Great Britain from the Country select helper to ensure consistency wit...Michael Koziarski2007-12-052-5/+1
* Update Prototype to 1.6.0.1Sam Stephenson2007-12-054-40/+94
* Try againDavid Heinemeier Hansson2007-12-051-1/+1
* MySQL: we can't distinguish a fake 0 default in 4.xJeremy Kemper2007-12-051-1/+2
* Fix broken test (closes #10364) [chuyeow]David Heinemeier Hansson2007-12-051-1/+7
* Fix that options[:from] table names should never be quoted [DHH]David Heinemeier Hansson2007-12-052-1/+12
* Removed some of the tags that does not make sense to allow per default in the...David Heinemeier Hansson2007-12-041-2/+2
* Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleterThomas Fuchs2007-12-044-6/+10
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-043-8/+10
* Make sure that setting the format with a symbol works tooDavid Heinemeier Hansson2007-12-031-1/+1
* Copy the cache tooDavid Heinemeier Hansson2007-12-031-0/+1
* Added ActiveRecord::Base#becomes to turn a record into one of another class (...David Heinemeier Hansson2007-12-033-1/+24
* Fixed that to_xml should not automatically pass :procs to associations includ...David Heinemeier Hansson2007-12-033-29/+63
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-024-116/+33
* Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]Marcel Molina2007-12-022-1/+3
* Don't escape forward slashes with String#to_json, our unicode encoding of < a...Michael Koziarski2007-12-024-18/+17
* Handle 8.1 default formatting. Closes #10333 [Tim Pope]Jeremy Kemper2007-12-021-0/+3
* Deal with nested fields_for too [DHH]David Heinemeier Hansson2007-12-022-2/+36
* Added the same record identification guessing rules to fields_for as form_for...David Heinemeier Hansson2007-12-023-4/+47
* Fix potential extra space in Array#to_sentence. Closes #10327 [kamal]Michael Koziarski2007-12-022-6/+13
* Warn users about the race condition in validates_uniqueness_of. [Koz]Michael Koziarski2007-12-011-0/+4
* Don't inadvertently hit const_missing in defined?(ActionMailer::Base) checkJeremy Kemper2007-12-011-1/+1
* Added db:fixtures:identity as a way of locating what ID a foxy fixture was as...David Heinemeier Hansson2007-12-012-0/+24
* Generated fixtures should not specify ids since theyre expected to be foxy fi...David Heinemeier Hansson2007-12-012-9/+14
* Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #...Michael Koziarski2007-12-011-1/+1
* Fixed that verification violations with no specified action didn't halt the c...David Heinemeier Hansson2007-11-303-6/+31
* You dont need to explicitly declare which controller youre testing when you f...David Heinemeier Hansson2007-11-303-6/+0
* use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr...Michael Koziarski2007-11-301-1/+1
* Removed documentation for the removed rollback! method on transactions and me...Tobias Lütke2007-11-291-12/+2
* Allow body to be specified for nested parts with action mailer. Closes #102...Michael Koziarski2007-11-292-5/+25
* Make sure assert_select_rjs gets counted, Closes #10278 [tarmo]Michael Koziarski2007-11-291-1/+2
* Make reset return nil when using a dangling belongs_to association. Current ...Michael Koziarski2007-11-292-1/+18
* Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...Rick Olson2007-11-294-14/+42
* Update to Prototype -r8232Sam Stephenson2007-11-294-142/+178
* Prep for RC2David Heinemeier Hansson2007-11-2918-21/+25
* attr_protected and _accessible use sets of strings instead of arrays of symbo...Jeremy Kemper2007-11-282-8/+16
* attr_readonly uses a set of strings instead of an array of symbols internally...Jeremy Kemper2007-11-283-4/+4
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-284-1/+202
* correct confusing commentsMichael Koziarski2007-11-281-1/+1
* Make sure the optimisation code for routes doesn't get used if :host, :anchor...Michael Koziarski2007-11-283-6/+48
* Added protection from trailing slashes on page caching (closes #10229) [devri...David Heinemeier Hansson2007-11-283-1/+17
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-274-0/+46
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-272-2/+4
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-266-2/+37