aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle corner case with image_tag when passed 'messed up' image names. Closes...Michael Koziarski2008-01-253-1/+4
* TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in ...Geoff Buesing2008-01-253-2/+4
* Time.days_in_month defaults to current year if no year is supplied as argumen...Geoff Buesing2008-01-253-13/+22
* Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=...Geoff Buesing2008-01-237-4/+82
* TimeZone#now returns an ActiveSupport::TimeWithZoneGeoff Buesing2008-01-233-7/+17
* Time #in_current_time_zone and #change_time_zone_to_current return self when ...Geoff Buesing2008-01-233-6/+8
* Indicate in documentation that newer version of AR support eager loading in p...Marcel Molina2008-01-231-1/+5
* Reference to :element option in documentation should be :member. Closes #1090...Marcel Molina2008-01-231-1/+1
* Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we...Geoff Buesing2008-01-232-1/+2
* Preserve integration session's request_countJeremy Kemper2008-01-231-1/+10
* Enumerable#group_by uses ActiveSupport::OrderedHashJeremy Kemper2008-01-232-16/+3
* Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/...Geoff Buesing2008-01-233-18/+6
* Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ...Geoff Buesing2008-01-236-1/+47
* Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn...Geoff Buesing2008-01-233-10/+10
* Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim...Geoff Buesing2008-01-237-0/+444
* require test/unit explicitly otherwise the at_exit handler doesn't get called...Michael Koziarski2008-01-221-0/+1
* Refactor template compilation from AV::Base into the template handlers. Clos...Michael Koziarski2008-01-228-170/+184
* Add options missing from earlier changesetMichael Koziarski2008-01-221-2/+3
* Log an error to the console when the memcache server is raisingDavid Heinemeier Hansson2008-01-221-3/+6
* Add label_tag helper for generating elements. Closes #10802 [DefV]Michael Koziarski2008-01-213-0/+38
* missing changelog for [8683]Michael Koziarski2008-01-211-0/+2
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-2113-167/+259
* Add missing author_addresses.yml fixture. Closes #10592.Jeremy Kemper2008-01-211-0/+5
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-2170-320/+296
* 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