aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Clean up style around form_for and friends a bitDavid Heinemeier Hansson2006-02-122-8/+7
* Remove over-engineered form_for code for a leaner implementation.Nicholas Seckar2006-02-114-34/+27
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-0913-143/+182
* Move active_record_store_test.rb to test/activerecord/. Closes #3790.Jeremy Kemper2006-02-091-0/+0
* * Fix pagination problems when using includeMichael Koziarski2006-02-0918-57/+429
* Add :html option for specifying form tag options in form_forSam Stephenson2006-02-083-2/+23
* Replace dubious controller parent class in filter docs. Closes #3655, #3722.Marcel Molina2006-02-083-5/+9
* Don't interpret the :value option on text_area as an html attribute. Set the ...Marcel Molina2006-02-083-2/+11
* Fix remote_form_for creates a non-ajax form. Closes #3741.Nicholas Seckar2006-02-064-5/+11
* Update versions to match latest from stableDavid Heinemeier Hansson2006-02-052-2/+2
* Don't let arbitrary classes match as controllersNicholas Seckar2006-02-044-2/+14
* Fix bad require for rake testNicholas Seckar2006-02-041-1/+1
* Fix routing tests to pass when run independently of the entire AP suiteNicholas Seckar2006-02-041-0/+1
* Fix Routing tests. Fix routing where failing to match a controller would prev...Nicholas Seckar2006-02-044-86/+77
* fixed small bug in routing which caused the traverse_to_controller mechanism ...Tobias Lütke2006-02-041-1/+1
* Add :builder => option to form_for and friends. Closes 3268.Nicholas Seckar2006-02-044-23/+127
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Remove unneeded loggingNicholas Seckar2006-02-041-4/+1
* Fix controller resolution to avoid accidentally inheriting a controller from ...Nicholas Seckar2006-02-042-3/+9
* Set sweeper's @controller to nil after a request so that the controller may b...Nicholas Seckar2006-02-042-0/+4
* Remove LoadingModuleNicholas Seckar2006-02-031-7/+19
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-022-12/+5
* Further improvements to reloading codeNicholas Seckar2006-02-022-7/+2
* Subclasses of ActionController::Caching::Sweeper should be ReloadableSam Stephenson2006-02-012-2/+5
* If included_modules doesnt take a parameter, we shouldnt eitherDavid Heinemeier Hansson2006-02-012-2/+2
* Fix Syntax problems which were preventing webrick from startingMichael Koziarski2006-02-012-2/+2
* Document the :xhr option for verifications. Closes #3666.Marcel Molina2006-02-012-0/+4
* ActiveRecordStore::Session shouldnt be reloadableDavid Heinemeier Hansson2006-02-011-0/+5
* Dont mark Sweepers as reloadablesDavid Heinemeier Hansson2006-02-011-0/+5
* Added :only and :except controls to skip_before/after_filter just like for wh...David Heinemeier Hansson2006-01-313-4/+50
* Ensure assigns are copied to the template when using render :update. Closes ...Nicholas Seckar2006-01-303-1/+23
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-294-5/+20
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-236-43/+62
* 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
* Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...David Heinemeier Hansson2006-01-233-1/+15
* Added the possibility to specify atomatic expiration for the memcachd session...David Heinemeier Hansson2006-01-222-12/+20
* Change layout discovery to take into account the change in semantics with Fil...Marcel Molina2006-01-222-1/+3
* Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...David Heinemeier Hansson2006-01-224-3/+21
* Treat timestamps like datetimes for scaffolding purposes (closes #3388) [Maik...David Heinemeier Hansson2006-01-212-1/+3
* Fix IE bug with link_to "something", :post => true (closes #3443) [Justin Pal...David Heinemeier Hansson2006-01-212-1/+3
* 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
* 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-181-1/+1