aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Formatting and grammatical fixes for the acts_as_* documentation [seanhussey,...Michael Koziarski2007-08-283-30/+30
* Pass the right binding when string is passed to :if with validations. [casper...Michael Koziarski2007-08-282-1/+23
* Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...Michael Koziarski2007-08-282-12/+13
* Improve documentation for ActionController::Helpers [jardeon] Closes #9359Michael Koziarski2007-08-281-26/+73
* Remove unnecessary loop in validates_presence_of. [sur] Closes #9392Michael Koziarski2007-08-281-7/+5
* Make sure create! raises errors on validation when creating multiple records....Michael Koziarski2007-08-282-1/+7
* Back out of [7300] -- it screwed up nested XMLDavid Heinemeier Hansson2007-08-211-3/+0
* Fix spacingDavid Heinemeier Hansson2007-08-212-2/+2
* Fixed that eager loading queries and with_scope should respect the :group opt...David Heinemeier Hansson2007-08-213-8/+17
* Fixed that eager loading queries should respect the :group option as well [DHH]David Heinemeier Hansson2007-08-212-1/+6
* correct the ActionCacheTest from [7346]Rick Olson2007-08-201-0/+2
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-203-1/+8
* Add missing sentenceMichael Koziarski2007-08-171-3/+1
* Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...Michael Koziarski2007-08-172-15/+32
* Improve performance and functionality of the postgresql adapter. Closes #804...Michael Koziarski2007-08-168-225/+673
* 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