aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-2415-198/+186
* Simplify content_for implementationDavid Heinemeier Hansson2005-07-241-10/+2
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-2/+12
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-2418-59/+235
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-244-3/+14
* Allow ERb in the database.yml file (just like with fixtures), so you can pull...David Heinemeier Hansson2005-07-242-1/+3
* Added convenience controls for FCGI processes (especially when managed remote...David Heinemeier Hansson2005-07-246-5/+244
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-1/+1
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-2/+2
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-2314-117/+175
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-234-2/+17
* Caching template logging goes DEBUGDavid Heinemeier Hansson2005-07-231-4/+10
* Extended template caching to rxml and attempted to fix periodical caching iss...David Heinemeier Hansson2005-07-232-41/+50
* Fixed call on inline with new render_template #1808 [Michael Shuerig]David Heinemeier Hansson2005-07-221-1/+1
* Added warning about relying on habtm table aliases etcDavid Heinemeier Hansson2005-07-221-0/+5
* Dont be ambigious about the condition keyDavid Heinemeier Hansson2005-07-222-3/+2
* Expiring a cache that doesnt exist is bliss not badDavid Heinemeier Hansson2005-07-221-2/+2
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-2212-67/+299
* Added migration support for SQLite (using temporary tables to simulate ALTER ...David Heinemeier Hansson2005-07-224-17/+209
* Remove extra definition of supports_migrations? from abstract_adaptor.rbNicholas Seckar2005-07-222-4/+2
* Fixed changing templates in development mode [Stephan Kaes]David Heinemeier Hansson2005-07-221-2/+3
* Changed caching/expiration/hit to report using the DEBUG log level and errors...David Heinemeier Hansson2005-07-223-12/+14
* Add unit test to ensure that session management options are inherited and ove...Jamis Buck2005-07-221-0/+20
* Added support for per-action session management #1763Jamis Buck2005-07-226-3/+134
* Use debug to report compilation of erb templatesDavid Heinemeier Hansson2005-07-221-6/+4
* Remove duplicated file contentsJamis Buck2005-07-222-78/+0
* Fixed compile of template fails if template name contains non-word character ...David Heinemeier Hansson2005-07-221-2/+3
* Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com]David Heinemeier Hansson2005-07-223-2/+6
* Added additional documentation to FormTagHelper #1788 [jon@instance-design.co...David Heinemeier Hansson2005-07-221-0/+49
* Added load_fixtures task to the Rakefile, which will load all the fixtures in...David Heinemeier Hansson2005-07-222-1/+12
* Doc fixes #1775, #1776 [jon@instance-design.co.uk]David Heinemeier Hansson2005-07-222-2/+2
* A bit more work on the still unfinished query cache #1722David Heinemeier Hansson2005-07-221-3/+3
* Added an empty robots.txt to public/, so that web servers asking for it won't...David Heinemeier Hansson2005-07-224-1/+5
* Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon ...David Heinemeier Hansson2005-07-221-0/+6
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-219-52/+119
* Fix acts_as_list such that moving next-to-last item to the bottom does not re...Jamis Buck2005-07-203-5/+25
* Dropped the 'immediate close-down' of FCGI processes since it didn't work con...David Heinemeier Hansson2005-07-193-14/+9
* Factor Fixnum and Bignum extensions into Integer classNicholas Seckar2005-07-196-18/+17
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-188-8/+36
* Fix last changeset to pass unittestsNicholas Seckar2005-07-182-6/+8
* Fixed construction of get parameters for arraysNicholas Seckar2005-07-184-53/+70
* Updating changelog to reflect [1855]Nicholas Seckar2005-07-181-0/+2
* Add ordinalize to Fixnum and Bignum instancesNicholas Seckar2005-07-182-0/+10
* Added stripping of _id to String#humanize, so "employee_id" becomes "Employee...David Heinemeier Hansson2005-07-174-1/+6
* Fix doc typos #1734 [moriq@moriq.com]David Heinemeier Hansson2005-07-171-2/+2
* Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd",...David Heinemeier Hansson2005-07-174-2/+72
* Added options hash as third argument to FormHelper#input, so you can do input...David Heinemeier Hansson2005-07-172-2/+4
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-176-11/+14
* Fix problem with sendmail delivery where headers should be delimited by \n ch...David Heinemeier Hansson2005-07-172-1/+6
* Log if filters return false and halt execution #1735 [Michael Koziarski]David Heinemeier Hansson2005-07-171-1/+5