aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backing out of [3470] until visual_effect, et al can workSam Stephenson2006-01-233-61/+16
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-233-16/+61
* Add Object#instance_exec and Proc#bindSam Stephenson2006-01-235-0/+40
* Fix merge and dup for hashes with indifferent access (closes #3404) [kenneth....David Heinemeier Hansson2006-01-233-0/+29
* Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...David Heinemeier Hansson2006-01-233-1/+15
* AR should run schema.rb for tests when building test DBs (closes #3578) [Rick...David Heinemeier Hansson2006-01-233-1/+3
* Added the possibility to specify atomatic expiration for the memcachd session...David Heinemeier Hansson2006-01-222-12/+20
* Add explicit :order in finder tests as postgresql orders results differently ...Marcel Molina2006-01-222-1/+3
* Make dynamic finders honor additional passed in :conditions. Closes #3569.Marcel Molina2006-01-224-3/+30
* Change layout discovery to take into account the change in semantics with Fil...Marcel Molina2006-01-222-1/+3
* Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...Nicholas Seckar2006-01-222-0/+10
* Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...David Heinemeier Hansson2006-01-224-3/+21
* Fix the requires in option_merger_test to unbreak AS testsSam Stephenson2006-01-212-2/+6
* Treat timestamps like datetimes for scaffolding purposes (closes #3388) [Maik...David Heinemeier Hansson2006-01-212-1/+3
* allow has_many :through to work with custom :foreign key (closes #3422) [Rick...David Heinemeier Hansson2006-01-213-3/+9
* Fixed that static requests could unlock the mutex guarding dynamic requests i...David Heinemeier Hansson2006-01-211-0/+2
* Fixed that static requests could unlock the mutex guarding dynamic requests i...David Heinemeier Hansson2006-01-211-6/+6
* Fix IE bug with link_to "something", :post => true (closes #3443) [Justin Pal...David Heinemeier Hansson2006-01-212-1/+3
* Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...David Heinemeier Hansson2006-01-213-29/+18
* Fixed documentation tasks to work with Rake 0.7.0 (closes #3563) [kazuhiko@fd...David Heinemeier Hansson2006-01-212-2/+4
* Fix .count for has_many associations with multi-line finder-sql. Closes #3540 Michael Koziarski2006-01-213-2/+6
* Extract Test::Unit::TestCase test process behavior into an ActionController::...Sam Stephenson2006-01-202-107/+115
* Pass along blocks from render_to_string to renderSam Stephenson2006-01-202-2/+4
* Add render :update for inline RJSSam Stephenson2006-01-205-14/+60
* Add a test to verify correct behavior when creating a polymorphic associationJamis Buck2006-01-202-0/+9
* Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]Jamis Buck2006-01-203-5/+24
* make error_messages_for return "" for nil objectsMichael Koziarski2006-01-193-1/+9
* Refactor human_size to exclude decimal place if it is zero.Marcel Molina2006-01-193-22/+25
* Get the version right: 1.5.0_pre0, not rc0Sam Stephenson2006-01-182-2/+2
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-01-184-14/+320
* Dont repeat the button_to methodDavid Heinemeier Hansson2006-01-161-14/+0
* Automatically discover layouts when a controller is namespaced. Closes #2199,...Marcel Molina2006-01-154-4/+25
* allow the 'lock_version' column to be configured with set_locking_column. Cl...Michael Koziarski2006-01-1419-5/+111
* Don't hardcode id in acts_as_list. Closes #3370Michael Koziarski2006-01-142-2/+4
* Load plugins in a consistent order. Closes #3429Michael Koziarski2006-01-142-2/+5
* Show usage when script/plugin is called without arguments. Closes #3450Michael Koziarski2006-01-142-1/+3
* Fix test error caused by operator error with last commitMichael Koziarski2006-01-141-1/+1
* Don't alter the Hash passed to attributes=, closes #3385Michael Koziarski2006-01-142-4/+16
* Correct the case of the CSS declarations. [Blair Zajac] Closes #3171Michael Koziarski2006-01-133-12/+12
* Fix problems with the plugin loader where plugins could override 'name' and p...Michael Koziarski2006-01-132-2/+5
* Make migration generator only report on exact duplicate names, not partial du...Marcel Molina2006-01-132-1/+3
* Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397Michael Koziarski2006-01-133-1/+13
* Fix typo in mailer generator USAGE. Closes #3458.Marcel Molina2006-01-132-1/+3
* Fix broken autocompleter test.Michael Koziarski2006-01-131-1/+1
* Fix for failing auto complete unit testMichael Koziarski2006-01-131-5/+5
* Fix failing test due to hard coded yearMichael Koziarski2006-01-131-1/+2
* Documentation typo fix. Closes #2367.Marcel Molina2006-01-132-1/+3
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-138-1671/+2
* Add test for min_chars auto_complete_field fix. Closes #2929.Marcel Molina2006-01-132-2/+2
* Fix date errors for SQLServer in association tests. Closes #3406.Marcel Molina2006-01-132-9/+8