aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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