aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-096-59/+244
* Match Fixnum and Float in particular. Rescue dup error and return result.Jeremy Kemper2007-09-081-4/+5
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-086-14/+21
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-083-1/+23
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-082-1/+26
* Add a user_agent to TestRequestMichael Koziarski2007-09-072-1/+6
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-065-138/+77
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-063-0/+44
* Fix activesupport atomic_write tests when Dir.tmpdir is on another partition....Michael Koziarski2007-09-061-2/+2
* Allow additional parameters to be passed to named route helpers when using po...Michael Koziarski2007-09-053-1/+22
* Add credit where due. References #8446Michael Koziarski2007-09-051-1/+1
* Fix misleading documentation for truncate. [esad] Closes #9104Michael Koziarski2007-09-051-1/+1
* Fix assertion for the mysql default work around committed earlier.Michael Koziarski2007-09-051-1/+5
* Add :allow_blank to validations. Like allow_nil, but for values which are +bl...Michael Koziarski2007-09-052-1/+26
* Fix bug where unserializing an attribute attempts to modify a frozen @attribu...Rick Olson2007-09-043-1/+12
* Work around mysql limitations for defaults on text columns with not null. Cl...Michael Koziarski2007-09-043-2/+3
* 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