aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Added new keyword to specify load paths as being component based. Added bette...David Heinemeier Hansson2005-02-204-8/+31
* Gives Rescues some Love #680David Heinemeier Hansson2005-02-203-2/+13
* Fixed internal callingDavid Heinemeier Hansson2005-02-201-1/+1
* Tests and tweaks for componentsDavid Heinemeier Hansson2005-02-191-1/+1
* Fixed the scaffolding/routing issue for realDavid Heinemeier Hansson2005-02-191-1/+1
* Use full status for render_component from within a controllerDavid Heinemeier Hansson2005-02-191-1/+1
* Added preliminary version of render_componentDavid Heinemeier Hansson2005-02-192-3/+34
* Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...David Heinemeier Hansson2005-02-191-1/+1
* Added :order option for date_select that allows control over the order in whi...David Heinemeier Hansson2005-02-191-13/+24
* Added ActionView::Base.register_template_handler for easy integration of an a...David Heinemeier Hansson2005-02-191-15/+42
* 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-191-0/+59
* Completed FormTagHelper by adding radio_button_tag and select_tagDavid Heinemeier Hansson2005-02-191-1/+15
* Added FormTagHelper that provides a number of methods for creating form tags ...David Heinemeier Hansson2005-02-192-26/+62
* Added Iran and Irak to the countries list used by FormOptions#country_select ...David Heinemeier Hansson2005-02-191-2/+10
* 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
* Fixed textilize for RedCloth3 to keep doing hardbreaksDavid Heinemeier Hansson2005-02-191-0/+1
* Clear route defaults using :name => nil #663David Heinemeier Hansson2005-02-181-0/+1
* Added URL escaping for routing #664David Heinemeier Hansson2005-02-181-3/+3
* Fixed that assert_template_xpath_matches did not indicate when a path was not...David Heinemeier Hansson2005-02-181-1/+8
* Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...David Heinemeier Hansson2005-02-181-0/+18
* 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
* 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-171-4/+4
* AR, AP, and AM should look for AS in sibling directory before trying RubyGems...David Heinemeier Hansson2005-02-172-3/+7
* Fixed that a bunch of methods from ActionController::Base was accessible as a...David Heinemeier Hansson2005-02-171-3/+15
* 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-171-1/+2
* 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-171-0/+1
* Fixed the verbosity of using the AR storeDavid Heinemeier Hansson2005-02-171-3/+5
* Enable diagnostics screen againDavid Heinemeier Hansson2005-02-161-1/+1
* Fixed https handling on other ports than 443 [Alan Gano]David Heinemeier Hansson2005-02-161-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-152-7/+17
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-1512-111/+422
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-1512-406/+46
* 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-1511-46/+146
* Stringify the parameters on follow_redirectDavid Heinemeier Hansson2005-02-121-1/+1
* Added follow_redirect method for functional tests that'll get-request the red...David Heinemeier Hansson2005-02-121-1/+9