aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved test coverage (closes #7571) [joost]David Heinemeier Hansson2007-09-221-0/+19
* Remove last mentions of AWS from railtiesMichael Koziarski2007-09-222-11/+1
* Remove the AWS web_service generatorMichael Koziarski2007-09-226-85/+2
* Fixed that setting the :host option in url_for would automatically turn off :...David Heinemeier Hansson2007-09-223-3/+24
* Added FormHelper#label (closes #8641) [jcoglan]David Heinemeier Hansson2007-09-223-1/+49
* Added symbols as a legal way of specifying plugins in config.plugins (closes ...David Heinemeier Hansson2007-09-224-11/+22
* Added the possibility of using symbols in addition to concrete classes with A...David Heinemeier Hansson2007-09-222-3/+7
* Fix test (closes #9618)David Heinemeier Hansson2007-09-221-1/+1
* Changelog fix (closes #9610) [tzaharia]David Heinemeier Hansson2007-09-221-1/+1
* Import the right database for testing (closes #9589) [lawrence]David Heinemeier Hansson2007-09-221-1/+1
* Test CGI::Cookie#to_s. Closes #9624 [tarmo]Jeremy Kemper2007-09-221-0/+27
* Fix bufferDavid Heinemeier Hansson2007-09-221-0/+1
* Fix tests for atom feedDavid Heinemeier Hansson2007-09-211-21/+21
* Increase test coverage (closes #8699, #8700) [josh]David Heinemeier Hansson2007-09-212-11/+32
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-216-9/+69
* Removed deprecated task names, like clear_logs, in favor of the new namespace...David Heinemeier Hansson2007-09-211-53/+0
* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]David Heinemeier Hansson2007-09-213-0/+214
* [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]Michael Koziarski2007-09-212-0/+23
* Forgotten changelog entryMichael Koziarski2007-09-211-0/+2
* Prevent clashing named routes when using uncountable resources. Closes #9598Michael Koziarski2007-09-211-2/+12
* Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...David Heinemeier Hansson2007-09-214-37/+37
* Submit missing fixture filesDavid Heinemeier Hansson2007-09-212-0/+5
* Don't warn when a path segment precedes a required segment. Closes #9615.Nicholas Seckar2007-09-212-1/+7
* Fixed CaptureHelper#content_for to work with the optional content parameter i...David Heinemeier Hansson2007-09-213-4/+30
* Stress that you should really install the C-based MySQL library when running ...David Heinemeier Hansson2007-09-202-1/+6
* Added that render :json will automatically call .to_json unless its being pas...David Heinemeier Hansson2007-09-203-2/+34
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-209-53/+160
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-209-28/+182
* Updated some docs to reference the latest and greatest and played style nazi ...David Heinemeier Hansson2007-09-204-17/+29
* Autolink behaves well with emails embedded in URLs. Closes #7313.Jeremy Kemper2007-09-203-5/+20
* Revert [7397]. Reopens #7313.Jeremy Kemper2007-09-202-15/+5
* Fixed that default layouts did not take the format into account #9564 [lifofifo]David Heinemeier Hansson2007-09-184-3/+35
* ERB::Util#html_escape creates fewer objectsJeremy Kemper2007-09-181-0/+10
* tag_options creates fewer objectsJeremy Kemper2007-09-182-15/+18
* Stop users from calling .create on a has_many / habtm association when the ow...Michael Koziarski2007-09-184-7/+53
* Define dynamic finders as real methods after first usage. Close #9317Tobias Lütke2007-09-183-28/+74
* Deprecation: remove deprecated threaded_connections methods. Use allow_concur...Jeremy Kemper2007-09-182-10/+2
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...Jeremy Kemper2007-09-184-7/+9
* Support multiple config.after_initialize blocks so plugins and apps can more ...Jeremy Kemper2007-09-183-13/+79
* Fix JSON decoder with nested quotes and commas. Closes #9579.Jeremy Kemper2007-09-173-4/+13
* Hash#to_xml doesn't double-unescape. Closes #8806.Jeremy Kemper2007-09-173-9/+31
* Associations macros accept extension blocks alongside modules. Closes #9346.Jeremy Kemper2007-09-174-7/+25
* Don't worry about retrieving the last inserted id. [tarmo_t]Jeremy Kemper2007-09-171-1/+1
* Added security notice to Request#remote_ip underlining the fact that its valu...David Heinemeier Hansson2007-09-171-0/+8
* Disable optimisation code for UrlWriter as request.host doesn't make sense th...Michael Koziarski2007-09-175-12/+47
* Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]Michael Koziarski2007-09-173-3/+23
* Speed up and simplify query caching.Jeremy Kemper2007-09-1715-238/+218
* connection.select_rows 'sql' returns an array (rows) of arrays (field values)...Jeremy Kemper2007-09-168-9/+91
* TypoJeremy Kemper2007-09-161-1/+1
* Avoid RDoc warningDavid Heinemeier Hansson2007-09-151-1/+1