aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon...Geoff Buesing2008-01-214-125/+314
* Tidy up description for the rake test task. Closes #10598 [akaspick]Michael Koziarski2008-01-201-1/+1
* Ensure mime types can be compared with symbols. Closes #10796 [bscofield]Michael Koziarski2008-01-202-1/+9
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-1912-240/+167
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-197-4/+56
* Performance: optimize route recognition. Large speedup for apps with many res...Jeremy Kemper2008-01-194-13/+165
* Add timing test for large restful route recognition. References #10835 [olega...Jeremy Kemper2008-01-192-8/+52
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-199-15/+351
* Support aggregations in finder conditions. Closes #10572.Jeremy Kemper2008-01-194-1/+244
* Remove dead code. Closes #10698 [garru]Jeremy Kemper2008-01-191-5/+0
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-1913-168/+240
* Update vendor version numberJeremy Kemper2008-01-191-2/+2
* Update tmail to r208 versioned as 1.2.2Jeremy Kemper2008-01-1932-1008/+151
* Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]Jeremy Kemper2008-01-191-1/+5
* Move rake contrib require to taskJeremy Kemper2008-01-191-1/+1
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-1911-216/+253
* Remove table quoting; only pull last_insert_id if there's a primary key.Jeremy Kemper2008-01-191-2/+2
* Organize and clean up the Active Record test suite. Closes #10742.Jeremy Kemper2008-01-181-0/+2
* Fix pathsJeremy Kemper2008-01-1843-203/+203
* Move tests to casesJeremy Kemper2008-01-1868-515/+513
* move schemaJeremy Kemper2008-01-1834-89/+82
* move migrationsJeremy Kemper2008-01-1812-7/+7
* move assets and modelsJeremy Kemper2008-01-1847-48/+47
* Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...Rick Olson2008-01-183-6/+28
* Restructure routing into several smaller files. References #10835 [oleganza]Michael Koziarski2008-01-177-1179/+1197
* Correct fix for [8647], Closes #6868. [isak]Michael Koziarski2008-01-161-1/+1
* Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibili...Geoff Buesing2008-01-163-0/+44
* Don't ignore :precision and :scale when adding columns on postgresql. Closes ...Michael Koziarski2008-01-162-2/+12
* Make render :partial recognise form builders and use the _form partial. Clos...Michael Koziarski2008-01-166-0/+45
* Ensure that the tests use the instance-level view-paths correctly. Closes #1...Michael Koziarski2008-01-162-11/+16
* Correct docs on caching and all.jsMichael Koziarski2008-01-141-1/+1
* Use non-blocking writing if available. Closes #10794 [lifofifo]Michael Koziarski2008-01-132-4/+20
* Allow users to declare other namespaces when using the atom feed helpers. Clo...Michael Koziarski2008-01-133-2/+58
* Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent...Geoff Buesing2008-01-122-1/+3
* Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs...Geoff Buesing2008-01-125-5/+40
* don't misbehave when redirecting to nil. Closes #10272 [farleyknight]Michael Koziarski2008-01-122-1/+13
* Add some tests for adv_attr_accessor. Closes #10633 [fcheung]Michael Koziarski2008-01-121-0/+20
* Fix a few caching errors, expose a case thats still not working (ref #107330 ...David Heinemeier Hansson2008-01-126-3/+76
* Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...Rick Olson2008-01-123-4/+4
* Introduce send_file :x_sendfile => true to send an X-Sendfile response header.Jeremy Kemper2008-01-113-25/+46
* Fix issue where Table#references doesn't pass a :null option to a *_type attr...Rick Olson2008-01-113-3/+11
* Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_for...David Heinemeier Hansson2008-01-113-3/+34
* Provide a nicer way to access headers. request.headers["Content-Type"] inste...Michael Koziarski2008-01-115-1/+51
* * Pass around handler instances, not their classes [Koz]Michael Koziarski2008-01-118-128/+142
* Reorder changelog. References #10766.Jeremy Kemper2008-01-111-3/+1
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-1133-671/+1319
* Move fragment caching from special helper methods to TemplateHandler. Closes ...Jeremy Kemper2008-01-107-47/+33
* UrlWriter respects relative_url_root. Closes #10748.Jeremy Kemper2008-01-103-32/+65
* Resurrect WordNet synonym lookups. Closes #10710.Jeremy Kemper2008-01-102-3/+5
* Fix CacheHelper#cache (closes #10733) [mindforge]David Heinemeier Hansson2008-01-101-8/+7