| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Find with a list of ids supports limit/offset. Closes #8437. | Jeremy Kemper | 2007-05-25 | 3 | -48/+64 |
* | Date, Time, and DateTime support formatting blocks in addition to strftime st... | Jeremy Kemper | 2007-05-25 | 7 | -31/+66 |
* | Optimistic locking: revert the lock version when an update fails. Closes #784... | Jeremy Kemper | 2007-05-25 | 3 | -16/+39 |
* | Migrations: add_column supports custom column types. Closes #7742. First-patc... | Jeremy Kemper | 2007-05-25 | 3 | -14/+33 |
* | Also remove the duplicated unit test template. References #7222. | Jeremy Kemper | 2007-05-25 | 1 | -10/+0 |
* | Scaffold generator depends on model generator instead of duplicating it. Clos... | Jeremy Kemper | 2007-05-25 | 5 | -40/+3 |
* | Missed commit from [6833]. References #8456. | Jeremy Kemper | 2007-05-25 | 1 | -15/+0 |
* | Test reconnection after MySQL client timeout. References #428. | Jeremy Kemper | 2007-05-25 | 2 | -2/+32 |
* | Call the newly generated read method after generating it. Closes #8470. | Jeremy Kemper | 2007-05-25 | 1 | -4/+15 |
* | Load database adapters on demand. Eliminates config.connection_adapters and R... | Jeremy Kemper | 2007-05-25 | 5 | -40/+45 |
* | Include some missing fixtures. Closes #7981. | Jeremy Kemper | 2007-05-25 | 2 | -3/+2 |
* | Add multipart request parsing test with bracketed parameter key. References #... | Jeremy Kemper | 2007-05-24 | 2 | -0/+9 |
* | Added option to suppress :size when using :maxlength for FormTagHelper#text_f... | David Heinemeier Hansson | 2007-05-24 | 3 | -1/+9 |
* | Don't alias local var | Jeremy Kemper | 2007-05-24 | 1 | -1/+1 |
* | update changelog too | Rick Olson | 2007-05-24 | 1 | -0/+2 |
* | Ensure that associations with :dependent => :delete_all respect :conditions o... | Rick Olson | 2007-05-24 | 3 | -4/+31 |
* | catch possible WSOD when trying to render a missing partial. Closes #8454 [Ca... | Rick Olson | 2007-05-24 | 3 | -0/+16 |
* | Scaffold generator tests. Closes #8443. | Jeremy Kemper | 2007-05-23 | 4 | -3/+350 |
* | Set RAW_POST_DATA when request parameters are parsed. | Jeremy Kemper | 2007-05-23 | 3 | -45/+44 |
* | Fix JSON date/time conversion tests. | Jeremy Kemper | 2007-05-23 | 1 | -2/+2 |
* | Extend the view instance directly instead of mucking with anonymous subclasses. | Jeremy Kemper | 2007-05-23 | 1 | -10/+2 |
* | Don't play with fire (anonymous class and returning block). | Jeremy Kemper | 2007-05-23 | 1 | -5/+6 |
* | Don't load observers if Active Record isn't loaded. | Jeremy Kemper | 2007-05-23 | 1 | -5/+8 |
* | whiny nil shouldn't depend on Active Record | Jeremy Kemper | 2007-05-23 | 1 | -12/+12 |
* | Fix :through docs wrecked up by [6777]. Closes #4961. | Jeremy Kemper | 2007-05-23 | 1 | -1/+2 |
* | Revert [6811]. Should be fixed instead of selectively reintroducing the depre... | Jeremy Kemper | 2007-05-23 | 1 | -1/+0 |
* | Rewind request body after reading it, if possible. Closes #8438. | Jeremy Kemper | 2007-05-23 | 3 | -1/+22 |
* | Set RAW_POST_DATA in integration tests as expected | Tobias Lütke | 2007-05-22 | 1 | -0/+1 |
* | Rescuing in around_filters works as expected again [codahale, Stephan Kaes]. ... | Tobias Lütke | 2007-05-22 | 2 | -0/+40 |
* | Initializers are now loaded consistently sorted by name. Closes #8343 | Tobias Lütke | 2007-05-22 | 1 | -1/+1 |
* | Generated scaffold functional tests use assert_difference. Closes #8421. | Jeremy Kemper | 2007-05-22 | 2 | -6/+8 |
* | Strip junk whitespace from [6806]. | Jeremy Kemper | 2007-05-22 | 2 | -71/+71 |
* | Resource namespaces are inherited by their has_many subresources. Closes #8280. | Jeremy Kemper | 2007-05-22 | 3 | -5/+40 |