aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimistic locking: revert the lock version when an update fails. Closes #784...Jeremy Kemper2007-05-253-16/+39
* Migrations: add_column supports custom column types. Closes #7742. First-patc...Jeremy Kemper2007-05-253-14/+33
* Also remove the duplicated unit test template. References #7222.Jeremy Kemper2007-05-251-10/+0
* Scaffold generator depends on model generator instead of duplicating it. Clos...Jeremy Kemper2007-05-255-40/+3
* Missed commit from [6833]. References #8456.Jeremy Kemper2007-05-251-15/+0
* Test reconnection after MySQL client timeout. References #428.Jeremy Kemper2007-05-252-2/+32
* Call the newly generated read method after generating it. Closes #8470.Jeremy Kemper2007-05-251-4/+15
* Load database adapters on demand. Eliminates config.connection_adapters and R...Jeremy Kemper2007-05-255-40/+45
* Include some missing fixtures. Closes #7981.Jeremy Kemper2007-05-252-3/+2
* Add multipart request parsing test with bracketed parameter key. References #...Jeremy Kemper2007-05-242-0/+9
* Added option to suppress :size when using :maxlength for FormTagHelper#text_f...David Heinemeier Hansson2007-05-243-1/+9
* Don't alias local varJeremy Kemper2007-05-241-1/+1
* update changelog tooRick Olson2007-05-241-0/+2
* Ensure that associations with :dependent => :delete_all respect :conditions o...Rick Olson2007-05-243-4/+31
* catch possible WSOD when trying to render a missing partial. Closes #8454 [Ca...Rick Olson2007-05-243-0/+16
* Scaffold generator tests. Closes #8443.Jeremy Kemper2007-05-234-3/+350
* Set RAW_POST_DATA when request parameters are parsed.Jeremy Kemper2007-05-233-45/+44
* Fix JSON date/time conversion tests.Jeremy Kemper2007-05-231-2/+2
* Extend the view instance directly instead of mucking with anonymous subclasses.Jeremy Kemper2007-05-231-10/+2
* Don't play with fire (anonymous class and returning block).Jeremy Kemper2007-05-231-5/+6
* Don't load observers if Active Record isn't loaded.Jeremy Kemper2007-05-231-5/+8
* whiny nil shouldn't depend on Active RecordJeremy Kemper2007-05-231-12/+12
* Fix :through docs wrecked up by [6777]. Closes #4961.Jeremy Kemper2007-05-231-1/+2
* Revert [6811]. Should be fixed instead of selectively reintroducing the depre...Jeremy Kemper2007-05-231-1/+0
* Rewind request body after reading it, if possible. Closes #8438.Jeremy Kemper2007-05-233-1/+22
* Set RAW_POST_DATA in integration tests as expectedTobias Lütke2007-05-221-0/+1
* Rescuing in around_filters works as expected again [codahale, Stephan Kaes]. ...Tobias Lütke2007-05-222-0/+40
* Initializers are now loaded consistently sorted by name. Closes #8343Tobias Lütke2007-05-221-1/+1
* Generated scaffold functional tests use assert_difference. Closes #8421.Jeremy Kemper2007-05-222-6/+8
* Strip junk whitespace from [6806].Jeremy Kemper2007-05-222-71/+71
* Resource namespaces are inherited by their has_many subresources. Closes #8280.Jeremy Kemper2007-05-223-5/+40
* belongs_to assignment creates a new proxy rather than modifying its target in...Jeremy Kemper2007-05-223-5/+17
* Fix filtered parameter logging with nil parameter values. Closes #8422.Jeremy Kemper2007-05-213-1/+5
* forgot binary fixtureRick Olson2007-05-211-0/+437