aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Routing: respond with 405 Method Not Allowed status when the route path match...Jeremy Kemper2007-05-267-16/+91
* Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]Marcel Molina2007-05-263-7/+74
* Make assert_select's failure messages clearer about what failed. #7779 [dchel...Marcel Molina2007-05-263-21/+54
* Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987.Jeremy Kemper2007-05-265-12/+40
* Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes...Jeremy Kemper2007-05-263-1/+17
* Missed svn add from [6856]. References #8174.Jeremy Kemper2007-05-261-0/+1
* Introduce a default respond_to block for custom types. Closes #8174.Jeremy Kemper2007-05-263-98/+95
* Announce migration versions as they're performed.Jeremy Kemper2007-05-262-35/+43
* DateTime uses Time formats. Closes #8476.Jeremy Kemper2007-05-263-10/+13
* SQLite: db:create and dropJeremy Kemper2007-05-261-1/+5
* find gracefully copes with blank :conditions. Closes #7599.Jeremy Kemper2007-05-263-3/+18
* auto_complete_field takes a :method option so you can GET or POST. Closes #8120.Jeremy Kemper2007-05-263-0/+7
* validates_numericality_of takes :greater_than, :greater_than_or_equal_to, :eq...Jeremy Kemper2007-05-263-15/+118
* Add db:create, drop, reset, charset, and collation tasks. Closes #8448.Jeremy Kemper2007-05-262-0/+66
* MySQL: create_database takes :charset and :collation options. Charset default...Jeremy Kemper2007-05-264-20/+66
* Test that #to_xml takes a block. Closes #8471. [seth]Jeremy Kemper2007-05-251-0/+9
* Typo in [6845]. References #8437.Jeremy Kemper2007-05-251-1/+1
* Find with a list of ids supports limit/offset. Closes #8437.Jeremy Kemper2007-05-253-48/+64
* Date, Time, and DateTime support formatting blocks in addition to strftime st...Jeremy Kemper2007-05-257-31/+66