aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added :only and :except controls to skip_before/after_filter just like for wh...David Heinemeier Hansson2006-01-313-4/+50
* Support the :column option for remove_index with the PostgreSQL adapter. Clos...Marcel Molina2006-01-312-7/+3
* Ensure assigns are copied to the template when using render :update. Closes ...Nicholas Seckar2006-01-303-1/+23
* Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework...David Heinemeier Hansson2006-01-302-8/+17
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-295-3/+25
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-2936-74/+298
* Add documentation for add_index and remove_index. Closes #3600.Marcel Molina2006-01-252-1/+13
* If the OCI library is not available, raise an exception indicating as much. C...Marcel Molina2006-01-252-0/+10
* give helpful error messages when fixtures accessed style table_name(:name) ca...Tobias Lütke2006-01-251-1/+5
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-236-43/+62
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-234-2/+14
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-234-1/+44
* Add render(:update) to ActionView::BaseSam Stephenson2006-01-232-1/+5
* Fix render(:update) to not render layoutsSam Stephenson2006-01-233-1/+5
* 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