aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing changelog entryMichael Koziarski2007-09-031-0/+2
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-0318-232/+159
* Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]Michael Koziarski2007-09-038-381/+7
* Allow Float#round to take a precision argument. Closes #8626 [norbert]Michael Koziarski2007-09-023-0/+52
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-022-19/+87
* Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...Michael Koziarski2007-09-022-6/+13
* Fix task description for db:sessions:create. Closes #9419 [topfunky]Michael Koziarski2007-09-021-1/+1
* Make auto link behave well with URLs containing email addresses. Closes #7313...Michael Koziarski2007-09-022-5/+15
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-022-0/+6
* Remove duplication in test_help.rb Closes #3328 [jarkko]Michael Koziarski2007-09-021-1/+1
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-315-15/+15
* request.host works with IPv6 addresses. Closes #9458.Jeremy Kemper2007-08-313-1/+15
* Performance: absorb instantiate and initialize_with_callbacks into the Base m...Jeremy Kemper2007-08-313-34/+17
* Fix incorrectly named instance variable.Michael Koziarski2007-08-291-1/+1
* Remove commented out test which refers to old code, old bugs and uses ObjectS...Michael Koziarski2007-08-291-22/+0
* Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...Michael Koziarski2007-08-292-18/+35
* Only reload routes.rb if its been modified. [Dreamer3]Michael Koziarski2007-08-291-2/+15
* Formatting, grammar and spelling fixes for the associations documentation. [s...Michael Koziarski2007-08-288-226/+226
* Fix documentation error in xml serialization. [matt] Closes #9001Michael Koziarski2007-08-281-1/+1
* 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