aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Added :order option for date_select that allows control over the order in whi...David Heinemeier Hansson2005-02-192-13/+29
* Added ActionView::Base.register_template_handler for easy integration of an a...David Heinemeier Hansson2005-02-193-15/+77
* Fixed scaffolding and routes conflict #669David Heinemeier Hansson2005-02-191-1/+1
* One comma too muchDavid Heinemeier Hansson2005-02-191-1/+1
* Added AssetTagHelper that provides methods for linking a HTML page together w...David Heinemeier Hansson2005-02-194-1/+107
* Completed FormTagHelper by adding radio_button_tag and select_tagDavid Heinemeier Hansson2005-02-192-1/+18
* Added FormTagHelper that provides a number of methods for creating form tags ...David Heinemeier Hansson2005-02-194-26/+83
* Added Iran and Irak to the countries list used by FormOptions#country_select ...David Heinemeier Hansson2005-02-191-2/+10
* Updated tests for TextHelper#auto_linkDavid Heinemeier Hansson2005-02-192-3/+8
* Made auto_link the only public method of its clan and added an option to cont...David Heinemeier Hansson2005-02-191-16/+23
* Added Iran and Irak to the countries list used by country_select and country_...David Heinemeier Hansson2005-02-191-1/+4
* Renamed link_to_image to link_image_to (since thats what it actually does) --...David Heinemeier Hansson2005-02-191-6/+15
* Use per-document setting for hardbreaks on textileDavid Heinemeier Hansson2005-02-191-2/+1
* Added defaults and regexp requirements to Routing #666David Heinemeier Hansson2005-02-191-10/+50
* Renamed action_service to action_web_serviceDavid Heinemeier Hansson2005-02-191-0/+2
* Fixed textilize for RedCloth3 to keep doing hardbreaksDavid Heinemeier Hansson2005-02-191-0/+1
* Clear route defaults using :name => nil #663David Heinemeier Hansson2005-02-182-1/+7
* Added URL escaping for routing #664David Heinemeier Hansson2005-02-182-3/+15
* Fixed that assert_template_xpath_matches did not indicate when a path was not...David Heinemeier Hansson2005-02-184-2/+19
* Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...David Heinemeier Hansson2005-02-183-0/+26
* Loading the Routes should happen in the environments #655David Heinemeier Hansson2005-02-171-2/+1
* Documentation on :include_blank #579David Heinemeier Hansson2005-02-171-0/+13
* Skip Active Record tests in Action Pack if the SQLite database cant be brough...David Heinemeier Hansson2005-02-172-101/+110
* Only load ROUTE_FILE if one has been declaredDavid Heinemeier Hansson2005-02-171-3/+1
* Fixed that on validation errors, scaffold couldn't find template #654 [mindel]David Heinemeier Hansson2005-02-172-4/+6
* AR, AP, and AM should look for AS in sibling directory before trying RubyGems...David Heinemeier Hansson2005-02-172-3/+7
* More tests for Routing related stuffDavid Heinemeier Hansson2005-02-171-0/+72
* Fixed that a bunch of methods from ActionController::Base was accessible as a...David Heinemeier Hansson2005-02-172-3/+21
* Added current_page?(options) method to check if the url_for options passed co...David Heinemeier Hansson2005-02-171-1/+6
* Simplified link_to_unless_current to work with the new RoutingDavid Heinemeier Hansson2005-02-171-24/+3
* Better fix for requireing a missing route file in unit testsDavid Heinemeier Hansson2005-02-171-1/+3
* Fix that routes werent being loaded in production environmentDavid Heinemeier Hansson2005-02-172-1/+9
* Forget defaults :action if :controller changed at allDavid Heinemeier Hansson2005-02-171-2/+2
* Make Routes drop the default for action when the controller changes #651David Heinemeier Hansson2005-02-172-2/+8
* Fixed the verbosity of using the AR storeDavid Heinemeier Hansson2005-02-171-3/+5
* Enable diagnostics screen againDavid Heinemeier Hansson2005-02-162-1/+3
* Fixed https handling on other ports than 443 [Alan Gano]David Heinemeier Hansson2005-02-161-1/+1
* Call Active Support 0.9 until releaseDavid Heinemeier Hansson2005-02-151-1/+1
* Move Controllers wrapper module away from environment.rb and into dependencie...David Heinemeier Hansson2005-02-151-1/+3
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-151-9/+1
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-154-28/+22
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-1520-196/+1441
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-1520-1417/+131
* Added routing itself.. wonder why that didnt make it through the mergeDavid Heinemeier Hansson2005-02-151-0/+260
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-1519-145/+694
* Stringify the parameters on follow_redirectDavid Heinemeier Hansson2005-02-122-2/+4
* Added follow_redirect method for functional tests that'll get-request the red...David Heinemeier Hansson2005-02-123-1/+40
* Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ...David Heinemeier Hansson2005-02-111-0/+2
* Fixed whitespaceDavid Heinemeier Hansson2005-02-111-7/+8
* Fixed double requiring of models with the same name as the controllerDavid Heinemeier Hansson2005-02-111-1/+0