aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't clobber :includes passed to count on has_many association. Closes #9175...Michael Koziarski2007-08-163-1/+9
* Make sure has_many associations honour :include when counting. Closes #9167 [...Michael Koziarski2007-08-164-1/+11
* add missing layouts from [7321]Rick Olson2007-08-151-0/+1
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-153-6/+19
* Fix failing active record store testsMichael Koziarski2007-08-141-1/+2
* Add forgotten changelog entryMichael Koziarski2007-08-141-0/+7
* Change the implementation of ActiveRecord's attribute reader and writer methods:Michael Koziarski2007-08-146-243/+249
* Send freshness information when sending Etags. Without this internet explore...Michael Koziarski2007-08-122-1/+2
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3
* Raise ActiveResource::Redirection on 301,302 http codeTobias Lütke2007-08-092-4/+11
* Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]Michael Koziarski2007-08-073-1/+15
* Let inspect on AR classes work when the table doesn't exist. Closes #9194 [ta...Michael Koziarski2007-08-062-1/+7
* Major improvement to the documentation for the options / select form helpers...Michael Koziarski2007-08-052-31/+75
* Fix number_to_human_size when using different precisions. Closes #7536. [Rich...Michael Koziarski2007-08-053-2/+8
* Performance enhancement for Base.exists?. CLoses #8769. [hasmanyjosh]Michael Koziarski2007-08-051-1/+1
* Make the utf-handler return the correct value for non-matching regular expres...Michael Koziarski2007-08-053-2/+6
* Add ljust, rjust and center to utf8-handler. Closes #9165 [manfred]Michael Koziarski2007-08-053-0/+119
* Fix Time#advance bug when trying to advance a year from leap day. Closes #86...Rick Olson2007-08-038-11/+23
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-028-2/+95
* Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, ...Marcel Molina2007-07-313-0/+74
* dont call #collect on a string when returning query cache results. Closes #9...Rick Olson2007-07-252-1/+7
* Perform a deep #dup on query cache results so that modifying activerecord att...Rick Olson2007-07-253-20/+29
* Ensure that has_many :through associations use a count query instead of loadi...Rick Olson2007-07-253-0/+15
* tiny doc patches [lifo]Rick Olson2007-07-252-2/+3
* misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...Rick Olson2007-07-255-48/+57
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-253-10/+25
* Use Gem.find_name instead of search when freezing gems. Prevent false positi...Michael Koziarski2007-07-242-2/+4
* Fix load-order inconsistency (closes #9081) [themug]David Heinemeier Hansson2007-07-241-1/+1
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-2418-32/+24
* Added Array#extract_options! to encapsulate the pattern of getting an options...David Heinemeier Hansson2007-07-244-0/+32
* Automatically generate add/remove column commands in specially named migratio...Rick Olson2007-07-244-2/+31
* Added :unless clause to validations (closes #8003) [monki]David Heinemeier Hansson2007-07-243-9/+105
* assert_difference belongs in Assertions, not forced onto TestCase (closes #88...David Heinemeier Hansson2007-07-241-1/+1
* Fixed that file.content_type for uploaded files would include a trailing \r #...David Heinemeier Hansson2007-07-243-4/+6
* Its just ERb nowDavid Heinemeier Hansson2007-07-241-1/+1
* Fix #count on a has_many :through association so that it recognizes the :uniq...Rick Olson2007-07-203-1/+22
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-194-4/+76
* fix one line formatting bugMichael Koziarski2007-07-191-1/+1
* Let alias_attribute work with attributes with initial capital letters (legacy...Michael Koziarski2007-07-193-3/+28
* Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]Rick Olson2007-07-173-10/+26
* Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714Michael Koziarski2007-07-173-10/+7
* Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...Rick Olson2007-07-166-40/+16
* Change belongs_to so that the foreign_key assumption is taken from the associ...Rick Olson2007-07-165-14/+18
* Remove spurious tests from deprecated_associations_test, most of these aren't...Michael Koziarski2007-07-152-220/+4
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]Michael Koziarski2007-07-143-3/+15
* Default to plural table name in Rails Generator if ActiveRecord is not presen...Rick Olson2007-07-122-1/+3
* Make create! on a has_many :through association return the association objec...Michael Koziarski2007-07-113-2/+5
* Make sure missing template exceptions actually say which template they were l...Michael Koziarski2007-07-113-2/+19
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with...Michael Koziarski2007-07-113-54/+126
* Allow for optional messages on assert_difference [nicwilliams] Closes #8928Tobias Lütke2007-07-091-4/+16