| Commit message (Expand) | Author | Age | Files | Lines |
* | Missed svn add from [6897]. References #8393. | Jeremy Kemper | 2007-05-29 | 1 | -0/+25 |
* | Console reload! runs to_prepare callbacks also. Closes #8393. | Jeremy Kemper | 2007-05-29 | 2 | -1/+5 |
* | Raise an exception if both attr_protected and attr_accessible are declared. C... | Jeremy Kemper | 2007-05-29 | 3 | -0/+16 |
* | fix test cases to match new json output. Closes #8371 | Rick Olson | 2007-05-29 | 3 | -13/+15 |
* | escape <'s and >'s in JSON strings. #8371 [Rick] | Rick Olson | 2007-05-29 | 3 | -3/+7 |
* | Workaround test isolation failure with Task.attr_protected :starting. | Jeremy Kemper | 2007-05-29 | 1 | -1/+5 |
* | Typo in PostgreSQL change_column quoting. References #8466. | Jeremy Kemper | 2007-05-29 | 1 | -1/+1 |
* | Missed Oracle rename_column quoting. References #8466. | Jeremy Kemper | 2007-05-29 | 1 | -1/+1 |
* | SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL... | Jeremy Kemper | 2007-05-29 | 6 | -15/+33 |
* | Routing: drop semicolon and comma as route separators. | Jeremy Kemper | 2007-05-29 | 3 | -22/+28 |
* | Correct flash discard rdoc. Closes #8502 [kampers] | Jeremy Kemper | 2007-05-29 | 1 | -2/+2 |
* | Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496. | Jeremy Kemper | 2007-05-29 | 3 | -1/+5 |
* | Update CHANGELOG attribution. | Jeremy Kemper | 2007-05-29 | 1 | -1/+1 |
* | Wordsmith generator USAGEs. | Jeremy Kemper | 2007-05-29 | 11 | -163/+104 |
* | Generated migrations include timestamps by default. Closes #8501. | Jeremy Kemper | 2007-05-29 | 7 | -22/+47 |
* | Multibyte strings respond_to the String methods they proxy so they can be duc... | Jeremy Kemper | 2007-05-28 | 3 | -1/+16 |
* | Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris] | Jeremy Kemper | 2007-05-28 | 7 | -0/+7 |
* | Allow nil serialized attributes with a set class constraint. #7293 [sandofsky] | Rick Olson | 2007-05-28 | 3 | -6/+21 |
* | Test that DateTime are quoted as DateTime not Date. Closes #8364 [chas] | Jeremy Kemper | 2007-05-28 | 1 | -1/+7 |
* | request.remote_ip understands X-Forwarded-For addresses with nonstandard whit... | Jeremy Kemper | 2007-05-28 | 3 | -1/+6 |
* | Don't croak if ruby-debug isn't installed. | Jeremy Kemper | 2007-05-28 | 1 | -1/+5 |
* | Don't prepare response when rendering a component. Closes #8493. | Jeremy Kemper | 2007-05-27 | 3 | -1/+14 |
* | Fix chained duration operation tests. Closes #8489 [Geoff Buesing] | Jeremy Kemper | 2007-05-27 | 1 | -4/+4 |
* | Add Active Resource to rails:freeze:edge and drop Action Web Service. Closes ... | Jeremy Kemper | 2007-05-27 | 2 | -2/+4 |
* | Reduce file stat calls when checking for template changes. Closes #7736. | Jeremy Kemper | 2007-05-27 | 2 | -4/+8 |
* | Remove unused resource generator templates obviated by [6841]. Closes #8487 [... | Jeremy Kemper | 2007-05-27 | 3 | -0/+0 |
* | Normalize whitespace. Closes #8385 [Time Pope] | Jeremy Kemper | 2007-05-27 | 28 | -41/+41 |
* | Added custom path cache_page/expire_page parameters in addition to the option... | David Heinemeier Hansson | 2007-05-27 | 4 | -5/+49 |
* | Action Caching speedup. #8231 [skaes] | Rick Olson | 2007-05-27 | 3 | -37/+37 |
* | Ensure compiled template tests pass on windows where there are no symlinks. [... | Michael Koziarski | 2007-05-27 | 1 | -22/+28 |
* | Wordsmith resources documentation. Closes #8484. | Jeremy Kemper | 2007-05-27 | 2 | -38/+65 |
* | Recognize and raise an exception on 405 Method Not Allowed responses. Closes ... | Jeremy Kemper | 2007-05-26 | 3 | -0/+24 |
* | Fix syntax error in code example for routing documentation. #8377. [norbert] | Marcel Molina | 2007-05-26 | 2 | -3/+4 |
* | Routing: respond with 405 Method Not Allowed status when the route path match... | Jeremy Kemper | 2007-05-26 | 7 | -16/+91 |
* | Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky] | Marcel Molina | 2007-05-26 | 3 | -7/+74 |
* | Make assert_select's failure messages clearer about what failed. #7779 [dchel... | Marcel Molina | 2007-05-26 | 3 | -21/+54 |
* | Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987. | Jeremy Kemper | 2007-05-26 | 5 | -12/+40 |
* | Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes... | Jeremy Kemper | 2007-05-26 | 3 | -1/+17 |
* | Missed svn add from [6856]. References #8174. | Jeremy Kemper | 2007-05-26 | 1 | -0/+1 |
* | Introduce a default respond_to block for custom types. Closes #8174. | Jeremy Kemper | 2007-05-26 | 3 | -98/+95 |
* | Announce migration versions as they're performed. | Jeremy Kemper | 2007-05-26 | 2 | -35/+43 |
* | DateTime uses Time formats. Closes #8476. | Jeremy Kemper | 2007-05-26 | 3 | -10/+13 |
* | SQLite: db:create and drop | Jeremy Kemper | 2007-05-26 | 1 | -1/+5 |
* | find gracefully copes with blank :conditions. Closes #7599. | Jeremy Kemper | 2007-05-26 | 3 | -3/+18 |
* | auto_complete_field takes a :method option so you can GET or POST. Closes #8120. | Jeremy Kemper | 2007-05-26 | 3 | -0/+7 |
* | validates_numericality_of takes :greater_than, :greater_than_or_equal_to, :eq... | Jeremy Kemper | 2007-05-26 | 3 | -15/+118 |
* | Add db:create, drop, reset, charset, and collation tasks. Closes #8448. | Jeremy Kemper | 2007-05-26 | 2 | -0/+66 |
* | MySQL: create_database takes :charset and :collation options. Charset default... | Jeremy Kemper | 2007-05-26 | 4 | -20/+66 |
* | Test that #to_xml takes a block. Closes #8471. [seth] | Jeremy Kemper | 2007-05-25 | 1 | -0/+9 |
* | Typo in [6845]. References #8437. | Jeremy Kemper | 2007-05-25 | 1 | -1/+1 |