aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* form_options_helper refactoring for clarity. Closes #7787.Jeremy Kemper2007-03-111-17/+26
* Fix typo, closes #7788.Jeremy Kemper2007-03-111-1/+1
* Fix @logger.debug? conditional considering @logger may be nil.Jeremy Kemper2007-03-111-14/+10
* Give time_ago_in_words test some DST slop.Jeremy Kemper2007-03-111-2/+1
* Consistently quote primary key column names. Closes #7763.Jeremy Kemper2007-03-0924-8/+108
* Fixtures: fix YAML ordered map support. Closes #2665.Jeremy Kemper2007-03-093-7/+21
* DateTimes assume the default timezone. Closes #7764.Jeremy Kemper2007-03-093-2/+10
* Fix typo. References #7727, closes #7762.Jeremy Kemper2007-03-082-2/+2
* Backed out of using File.atomic_write in the asset_tag_helper.rb as its still...David Heinemeier Hansson2007-03-071-3/+3
* Caching shouldnt include the host stillDavid Heinemeier Hansson2007-03-071-2/+2
* Cached versions of concatted js/css asset tags have to be written out atomica...Tobias Lütke2007-03-061-4/+4
* Prefer MIME constants to strings. Closes #7707.Jeremy Kemper2007-03-0611-37/+39
* Sybase: hide timestamp columns since they're inherently read-only. Closes #7716.Jeremy Kemper2007-03-062-2/+4
* Oracle: overflow Time to DateTime. Closes #7718.Jeremy Kemper2007-03-065-6/+12
* Note that find results may not be in the same order as the id arguments. Clos...Jeremy Kemper2007-03-061-0/+4
* PostgreSQL: don't use async_exec and async_query with postgres-pr. Closes #7727.Jeremy Kemper2007-03-062-1/+6
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-069-11/+13
* Allow array and hash query parameters. Array route parameters are converted/t...Jeremy Kemper2007-03-065-37/+71
* Add a #dbman attr_reader for CGI::Session and make CGI::Session::CookieStore#...Rick Olson2007-03-063-6/+10
* Fix an edge case with dates during the Italian calendar reform! Hehe. Closes ...Jeremy Kemper2007-03-063-4/+17
* Ignore odd charset declaration in CONTENT_TYPE header which would throw off m...Tobias Lütke2007-03-052-1/+21
* Fix has_many :through << with custom foreign keys. Closes #6466, #7153.Jeremy Kemper2007-03-054-3/+10
* Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715.Jeremy Kemper2007-03-055-1/+25
* Upgrade rake dependency from 0.7.1 to 0.7.2 to pull in its Ruby 1.8.6 compati...Jeremy Kemper2007-03-041-1/+1
* Sans request pleaseDavid Heinemeier Hansson2007-03-041-1/+1
* Added Request#url that returns the complete URL used for the request [DHH]David Heinemeier Hansson2007-03-042-50/+60
* Added URL escaping of user and password when used through the UrlWriterDavid Heinemeier Hansson2007-03-042-2/+9
* Sort asset sources for consistent results across filesystems. Closes #7615.Jeremy Kemper2007-03-041-2/+2
* Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's C...Jeremy Kemper2007-03-041-23/+48
* Extract dynamic scaffolding into a plugin. Closes #7700.Jeremy Kemper2007-03-043-2/+4
* Out-of-range Time calculations transparently overflow to DateTime. Closes #7706.Jeremy Kemper2007-03-043-24/+71
* Test DateTime native type in migrations. References #7649.Jeremy Kemper2007-03-043-3/+7
* DateTime calculations analogous to the Date and Time extensions. Closes #7693.Jeremy Kemper2007-03-044-2/+316
* Added user/password options for url_for to add http authentication in a URL [...David Heinemeier Hansson2007-03-034-16/+38
* Fix typo in validations documentation. Closes #7669. [ee]Marcel Molina2007-03-031-2/+2
* Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...David Heinemeier Hansson2007-03-034-2/+10
* SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...Jeremy Kemper2007-03-034-12/+47
* Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret bloc...Jeremy Kemper2007-03-033-35/+88
* Cookie store: test that >4K raises CookieOverflow and that unverifiable cooki...Jeremy Kemper2007-03-032-14/+47
* Move plugin classes into the rails directory to match their namespaceMarcel Molina2007-03-033-2/+2
* Move responsibility for ensuring that all registered gems were loaded from th...Marcel Molina2007-03-033-24/+19
* Use to_sentence rather than inspect when reporting which registered plugins a...Marcel Molina2007-03-021-1/+1
* Split out the basic plugin locator functionality into an abstract super class...Marcel Molina2007-03-028-120/+151
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-029-192/+338
* Dispatcher test requires abstract_unit. Cleanup abstract_unit.Jeremy Kemper2007-03-012-8/+3
* Options are more often than not meaningless babble, just go nondescript insteadDavid Heinemeier Hansson2007-03-011-2/+2
* Set the original button value in an attribute of the button when using the :d...Jamis Buck2007-02-283-1/+4
* Add missing filesMichael Koziarski2007-02-282-0/+43
* Give DateTime correct .to_s implementations, lets it play nice with ActiveRec...Michael Koziarski2007-02-272-0/+4
* Add File.atomic_write to prevent users from seeing half written files. Usefu...Michael Koziarski2007-02-273-0/+52