aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move common DateTime calculations to Date. Closes #8536.Jeremy Kemper2007-06-014-119/+223
* render :partial recognizes Active Record associations as Arrays. Closes #8538.Jeremy Kemper2007-06-014-2/+68
* Calculations support non-numeric foreign keys. Closes #8154.Jeremy Kemper2007-06-013-1/+24
* Missing helper load error shouldn't shadow load errors within the helper itself.Jeremy Kemper2007-05-311-2/+6
* Base.inspect handles Base itself and abstract_class? Don't use #<Foo ...> si...Jeremy Kemper2007-05-312-5/+18
* Fix an edge case with find with a list of ids, limit, and offset. Closes #8437.Jeremy Kemper2007-05-312-4/+13
* Fixed that DateHelper#date_select should set the day to the 1st when its a hi...David Heinemeier Hansson2007-05-312-1/+31
* Added Date#change (like Time#change) [DHH]David Heinemeier Hansson2007-05-314-1/+22
* with_scope is protected. Closes #8524.Jeremy Kemper2007-05-306-92/+111
* Fix imprecise duration addition test. Closes #8516 [Geoff Buesing]Jeremy Kemper2007-05-301-2/+2
* Quickref for association methods. Closes #7723.Jeremy Kemper2007-05-302-3/+42
* Calculations: return nil average instead of 0 when there are no rows to avera...Jeremy Kemper2007-05-303-1/+11
* acts_as_nested_set: direct_children is sorted correctly. Closes #4761.Jeremy Kemper2007-05-304-10/+13
* DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...Jeremy Kemper2007-05-306-12/+37
* Time durations use since instead of + for accuracy. Closes #8513.Jeremy Kemper2007-05-305-3/+23
* Skip databases that couldn't be created.Jeremy Kemper2007-05-301-3/+7
* Don't choke on nested helpers.Jeremy Kemper2007-05-291-18/+17
* Missed svn add from [6897]. References #8393.Jeremy Kemper2007-05-291-0/+25
* Console reload! runs to_prepare callbacks also. Closes #8393.Jeremy Kemper2007-05-292-1/+5
* Raise an exception if both attr_protected and attr_accessible are declared. C...Jeremy Kemper2007-05-293-0/+16
* fix test cases to match new json output. Closes #8371Rick Olson2007-05-293-13/+15
* escape <'s and >'s in JSON strings. #8371 [Rick]Rick Olson2007-05-293-3/+7
* Workaround test isolation failure with Task.attr_protected :starting.Jeremy Kemper2007-05-291-1/+5
* Typo in PostgreSQL change_column quoting. References #8466.Jeremy Kemper2007-05-291-1/+1
* Missed Oracle rename_column quoting. References #8466.Jeremy Kemper2007-05-291-1/+1
* SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL...Jeremy Kemper2007-05-296-15/+33
* Routing: drop semicolon and comma as route separators.Jeremy Kemper2007-05-293-22/+28
* Correct flash discard rdoc. Closes #8502 [kampers]Jeremy Kemper2007-05-291-2/+2
* Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496.Jeremy Kemper2007-05-293-1/+5
* Update CHANGELOG attribution.Jeremy Kemper2007-05-291-1/+1
* Wordsmith generator USAGEs.Jeremy Kemper2007-05-2911-163/+104
* Generated migrations include timestamps by default. Closes #8501.Jeremy Kemper2007-05-297-22/+47
* Multibyte strings respond_to the String methods they proxy so they can be duc...Jeremy Kemper2007-05-283-1/+16
* Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]Jeremy Kemper2007-05-287-0/+7
* Allow nil serialized attributes with a set class constraint. #7293 [sandofsky]Rick Olson2007-05-283-6/+21
* Test that DateTime are quoted as DateTime not Date. Closes #8364 [chas]Jeremy Kemper2007-05-281-1/+7
* request.remote_ip understands X-Forwarded-For addresses with nonstandard whit...Jeremy Kemper2007-05-283-1/+6
* Don't croak if ruby-debug isn't installed.Jeremy Kemper2007-05-281-1/+5
* Don't prepare response when rendering a component. Closes #8493.Jeremy Kemper2007-05-273-1/+14
* Fix chained duration operation tests. Closes #8489 [Geoff Buesing]Jeremy Kemper2007-05-271-4/+4
* Add Active Resource to rails:freeze:edge and drop Action Web Service. Closes ...Jeremy Kemper2007-05-272-2/+4
* Reduce file stat calls when checking for template changes. Closes #7736.Jeremy Kemper2007-05-272-4/+8
* Remove unused resource generator templates obviated by [6841]. Closes #8487 [...Jeremy Kemper2007-05-273-0/+0
* Normalize whitespace. Closes #8385 [Time Pope]Jeremy Kemper2007-05-2728-41/+41
* Added custom path cache_page/expire_page parameters in addition to the option...David Heinemeier Hansson2007-05-274-5/+49
* Action Caching speedup. #8231 [skaes]Rick Olson2007-05-273-37/+37
* Ensure compiled template tests pass on windows where there are no symlinks. [...Michael Koziarski2007-05-271-22/+28
* Wordsmith resources documentation. Closes #8484.Jeremy Kemper2007-05-272-38/+65
* Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...Jeremy Kemper2007-05-263-0/+24
* Fix syntax error in code example for routing documentation. #8377. [norbert]Marcel Molina2007-05-262-3/+4