aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]Michael Koziarski2008-01-303-2/+15
* Remove unnofficial 'PST' timezoneRick Olson2008-01-291-2/+1
* Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-...Rick Olson2008-01-293-2/+13
* Add posts.comments_count for other databases. Closes #10804.Jeremy Kemper2008-01-281-0/+2
* Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko]Michael Koziarski2008-01-272-1/+17
* Precalculate the Backtrace of a template error to avoid raising exceptions in...Michael Koziarski2008-01-271-4/+11
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-274-0/+31
* Add documentation for polymorphic URL helpers, make API consistent for polym...Michael Koziarski2008-01-272-90/+196
* Don't repeatedly add relative_url_root to asset sources. Closes #10767 [tomt...Michael Koziarski2008-01-272-5/+15
* Use File.join to construct partial path. Closes #10932 [patrick.t.joyce]Michael Koziarski2008-01-271-3/+4
* Make it simpler to make the root route an alias for another route. Closes #...Michael Koziarski2008-01-264-0/+40
* Remove dead attr_reader from association proxy. Closes #10668 [danger]Michael Koziarski2008-01-261-1/+0
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-266-4/+18
* Correct documentation for dom_id [jbarnette] Closes #10775Michael Koziarski2008-01-261-4/+4
* Add tests and documentation for allow_blank. Closes #10651 [blj]Michael Koziarski2008-01-262-0/+10
* TimeWithZone#- added, so that #- can handle a Time or TimeWithZone argument ...Geoff Buesing2008-01-263-0/+9
* with_timezone test helper renamed with_env_tz, to distinguish between setting...Geoff Buesing2008-01-264-29/+31
* Time#- coerces TimeWithZone argument to a Time instance so that difference in...Geoff Buesing2008-01-254-0/+27
* Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with...Geoff Buesing2008-01-256-21/+27
* Time.get_zone refactored to private method, given that the encapsulated logic...Geoff Buesing2008-01-252-6/+14
* Time.zone uses thread-local variable for thread safety. Adding Time.use_zone,...Geoff Buesing2008-01-253-31/+53
* 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